Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/Engine/UHT/PlaneReflectionCaptureComponent.gen.cpp

156 lines
10 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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/PlaneReflectionCaptureComponent.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodePlaneReflectionCaptureComponent() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UBoxComponent_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UDrawSphereComponent_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UPlaneReflectionCaptureComponent();
ENGINE_API UClass* Z_Construct_UClass_UPlaneReflectionCaptureComponent_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UReflectionCaptureComponent();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UPlaneReflectionCaptureComponent *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UPlaneReflectionCaptureComponent;
UClass* UPlaneReflectionCaptureComponent::GetPrivateStaticClass()
{
using TClass = UPlaneReflectionCaptureComponent;
if (!Z_Registration_Info_UClass_UPlaneReflectionCaptureComponent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("PlaneReflectionCaptureComponent"),
Z_Registration_Info_UClass_UPlaneReflectionCaptureComponent.InnerSingleton,
StaticRegisterNativesUPlaneReflectionCaptureComponent,
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_UPlaneReflectionCaptureComponent.InnerSingleton;
}
UClass* Z_Construct_UClass_UPlaneReflectionCaptureComponent_NoRegister()
{
return UPlaneReflectionCaptureComponent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UPlaneReflectionCaptureComponent_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/PlaneReflectionCaptureComponent.h" },
{ "ModuleRelativePath", "Classes/Components/PlaneReflectionCaptureComponent.h" },
{ "ToolTip", "-> will be exported to EngineDecalClasses.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InfluenceRadiusScale_MetaData[] = {
{ "Category", "ReflectionCapture" },
{ "Comment", "/** Radius of the area that can receive reflections from this capture. */" },
{ "ModuleRelativePath", "Classes/Components/PlaneReflectionCaptureComponent.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_PreviewInfluenceRadius_MetaData[] = {
{ "EditInline", "true" },
{ "ModuleRelativePath", "Classes/Components/PlaneReflectionCaptureComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreviewCaptureBox_MetaData[] = {
{ "EditInline", "true" },
{ "ModuleRelativePath", "Classes/Components/PlaneReflectionCaptureComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UPlaneReflectionCaptureComponent constinit property declarations *********
static const UECodeGen_Private::FFloatPropertyParams NewProp_InfluenceRadiusScale;
static const UECodeGen_Private::FObjectPropertyParams NewProp_PreviewInfluenceRadius;
static const UECodeGen_Private::FObjectPropertyParams NewProp_PreviewCaptureBox;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UPlaneReflectionCaptureComponent constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UPlaneReflectionCaptureComponent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics
// ********** Begin Class UPlaneReflectionCaptureComponent Property Definitions ********************
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics::NewProp_InfluenceRadiusScale = { "InfluenceRadiusScale", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPlaneReflectionCaptureComponent, InfluenceRadiusScale), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InfluenceRadiusScale_MetaData), NewProp_InfluenceRadiusScale_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPlaneReflectionCaptureComponent_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(UPlaneReflectionCaptureComponent, PreviewInfluenceRadius), Z_Construct_UClass_UDrawSphereComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreviewInfluenceRadius_MetaData), NewProp_PreviewInfluenceRadius_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics::NewProp_PreviewCaptureBox = { "PreviewCaptureBox", nullptr, (EPropertyFlags)0x0114000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPlaneReflectionCaptureComponent, PreviewCaptureBox), Z_Construct_UClass_UBoxComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreviewCaptureBox_MetaData), NewProp_PreviewCaptureBox_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics::NewProp_InfluenceRadiusScale,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics::NewProp_PreviewInfluenceRadius,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics::NewProp_PreviewCaptureBox,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics::PropPointers) < 2048);
// ********** End Class UPlaneReflectionCaptureComponent Property Definitions **********************
UObject* (*const Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UReflectionCaptureComponent,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics::ClassParams = {
&UPlaneReflectionCaptureComponent::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics::PropPointers),
0,
0x00A800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics::Class_MetaDataParams)
};
void UPlaneReflectionCaptureComponent::StaticRegisterNativesUPlaneReflectionCaptureComponent()
{
}
UClass* Z_Construct_UClass_UPlaneReflectionCaptureComponent()
{
if (!Z_Registration_Info_UClass_UPlaneReflectionCaptureComponent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPlaneReflectionCaptureComponent.OuterSingleton, Z_Construct_UClass_UPlaneReflectionCaptureComponent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UPlaneReflectionCaptureComponent.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPlaneReflectionCaptureComponent);
UPlaneReflectionCaptureComponent::~UPlaneReflectionCaptureComponent() {}
// ********** End Class UPlaneReflectionCaptureComponent *******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_PlaneReflectionCaptureComponent_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UPlaneReflectionCaptureComponent, UPlaneReflectionCaptureComponent::StaticClass, TEXT("UPlaneReflectionCaptureComponent"), &Z_Registration_Info_UClass_UPlaneReflectionCaptureComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPlaneReflectionCaptureComponent), 2967267438U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_PlaneReflectionCaptureComponent_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_PlaneReflectionCaptureComponent_h__Script_Engine_3825842880{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_PlaneReflectionCaptureComponent_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_PlaneReflectionCaptureComponent_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS