Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/Engine/UHT/SphereReflectionCaptureComponent.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

156 lines
11 KiB
C++

// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Components/SphereReflectionCaptureComponent.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeSphereReflectionCaptureComponent() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UDrawSphereComponent_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UReflectionCaptureComponent();
ENGINE_API UClass* Z_Construct_UClass_USphereReflectionCaptureComponent();
ENGINE_API UClass* Z_Construct_UClass_USphereReflectionCaptureComponent_NoRegister();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class USphereReflectionCaptureComponent ****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USphereReflectionCaptureComponent;
UClass* USphereReflectionCaptureComponent::GetPrivateStaticClass()
{
using TClass = USphereReflectionCaptureComponent;
if (!Z_Registration_Info_UClass_USphereReflectionCaptureComponent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SphereReflectionCaptureComponent"),
Z_Registration_Info_UClass_USphereReflectionCaptureComponent.InnerSingleton,
StaticRegisterNativesUSphereReflectionCaptureComponent,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_USphereReflectionCaptureComponent.InnerSingleton;
}
UClass* Z_Construct_UClass_USphereReflectionCaptureComponent_NoRegister()
{
return USphereReflectionCaptureComponent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USphereReflectionCaptureComponent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "// -> will be exported to EngineDecalClasses.h\n" },
{ "HideCategories", "Collision Object Physics SceneComponent Collision Object Physics SceneComponent Activation Components|Activation Mobility Trigger PhysicsVolume" },
{ "IncludePath", "Components/SphereReflectionCaptureComponent.h" },
{ "ModuleRelativePath", "Classes/Components/SphereReflectionCaptureComponent.h" },
{ "ToolTip", "-> will be exported to EngineDecalClasses.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InfluenceRadius_MetaData[] = {
{ "Category", "ReflectionCapture" },
{ "Comment", "/** Radius of the area that can receive reflections from this capture. */" },
{ "ModuleRelativePath", "Classes/Components/SphereReflectionCaptureComponent.h" },
{ "ToolTip", "Radius of the area that can receive reflections from this capture." },
{ "UIMax", "16384.0" },
{ "UIMin", "8.0" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CaptureDistanceScale_MetaData[] = {
{ "Comment", "/** Not needed anymore, not yet removed in case the artist setup values are needed in the future */" },
{ "ModuleRelativePath", "Classes/Components/SphereReflectionCaptureComponent.h" },
{ "ToolTip", "Not needed anymore, not yet removed in case the artist setup values are needed in the future" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreviewInfluenceRadius_MetaData[] = {
{ "EditInline", "true" },
{ "ModuleRelativePath", "Classes/Components/SphereReflectionCaptureComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Class USphereReflectionCaptureComponent constinit property declarations ********
static const UECodeGen_Private::FFloatPropertyParams NewProp_InfluenceRadius;
static const UECodeGen_Private::FFloatPropertyParams NewProp_CaptureDistanceScale;
static const UECodeGen_Private::FObjectPropertyParams NewProp_PreviewInfluenceRadius;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class USphereReflectionCaptureComponent constinit property declarations **********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USphereReflectionCaptureComponent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USphereReflectionCaptureComponent_Statics
// ********** Begin Class USphereReflectionCaptureComponent Property Definitions *******************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::NewProp_InfluenceRadius = { "InfluenceRadius", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USphereReflectionCaptureComponent, InfluenceRadius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InfluenceRadius_MetaData), NewProp_InfluenceRadius_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::NewProp_CaptureDistanceScale = { "CaptureDistanceScale", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USphereReflectionCaptureComponent, CaptureDistanceScale), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CaptureDistanceScale_MetaData), NewProp_CaptureDistanceScale_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::NewProp_PreviewInfluenceRadius = { "PreviewInfluenceRadius", nullptr, (EPropertyFlags)0x0114000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USphereReflectionCaptureComponent, PreviewInfluenceRadius), Z_Construct_UClass_UDrawSphereComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreviewInfluenceRadius_MetaData), NewProp_PreviewInfluenceRadius_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::NewProp_InfluenceRadius,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::NewProp_CaptureDistanceScale,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::NewProp_PreviewInfluenceRadius,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::PropPointers) < 2048);
// ********** End Class USphereReflectionCaptureComponent Property Definitions *********************
UObject* (*const Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UReflectionCaptureComponent,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::ClassParams = {
&USphereReflectionCaptureComponent::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::PropPointers),
0,
0x00A800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::Class_MetaDataParams)
};
void USphereReflectionCaptureComponent::StaticRegisterNativesUSphereReflectionCaptureComponent()
{
}
UClass* Z_Construct_UClass_USphereReflectionCaptureComponent()
{
if (!Z_Registration_Info_UClass_USphereReflectionCaptureComponent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USphereReflectionCaptureComponent.OuterSingleton, Z_Construct_UClass_USphereReflectionCaptureComponent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USphereReflectionCaptureComponent.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USphereReflectionCaptureComponent);
USphereReflectionCaptureComponent::~USphereReflectionCaptureComponent() {}
// ********** End Class USphereReflectionCaptureComponent ******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_SphereReflectionCaptureComponent_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_USphereReflectionCaptureComponent, USphereReflectionCaptureComponent::StaticClass, TEXT("USphereReflectionCaptureComponent"), &Z_Registration_Info_UClass_USphereReflectionCaptureComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USphereReflectionCaptureComponent), 2556822043U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_SphereReflectionCaptureComponent_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_SphereReflectionCaptureComponent_h__Script_Engine_2182571538{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_SphereReflectionCaptureComponent_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_SphereReflectionCaptureComponent_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS