155 lines
10 KiB
C++
155 lines
10 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/BoxReflectionCaptureComponent.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeBoxReflectionCaptureComponent() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UClass* Z_Construct_UClass_UBoxComponent_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UBoxReflectionCaptureComponent();
|
|
ENGINE_API UClass* Z_Construct_UClass_UBoxReflectionCaptureComponent_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UReflectionCaptureComponent();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UBoxReflectionCaptureComponent *******************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UBoxReflectionCaptureComponent;
|
|
UClass* UBoxReflectionCaptureComponent::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UBoxReflectionCaptureComponent;
|
|
if (!Z_Registration_Info_UClass_UBoxReflectionCaptureComponent.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("BoxReflectionCaptureComponent"),
|
|
Z_Registration_Info_UClass_UBoxReflectionCaptureComponent.InnerSingleton,
|
|
StaticRegisterNativesUBoxReflectionCaptureComponent,
|
|
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_UBoxReflectionCaptureComponent.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UBoxReflectionCaptureComponent_NoRegister()
|
|
{
|
|
return UBoxReflectionCaptureComponent::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UBoxReflectionCaptureComponent_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/BoxReflectionCaptureComponent.h" },
|
|
{ "ModuleRelativePath", "Classes/Components/BoxReflectionCaptureComponent.h" },
|
|
{ "ToolTip", "-> will be exported to EngineDecalClasses.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoxTransitionDistance_MetaData[] = {
|
|
{ "Category", "ReflectionCapture" },
|
|
{ "Comment", "/** Adjust capture transition distance */" },
|
|
{ "ModuleRelativePath", "Classes/Components/BoxReflectionCaptureComponent.h" },
|
|
{ "ToolTip", "Adjust capture transition distance" },
|
|
{ "UIMax", "1000" },
|
|
{ "UIMin", "1" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreviewInfluenceBox_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
{ "ModuleRelativePath", "Classes/Components/BoxReflectionCaptureComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreviewCaptureBox_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
{ "ModuleRelativePath", "Classes/Components/BoxReflectionCaptureComponent.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UBoxReflectionCaptureComponent constinit property declarations ***********
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_BoxTransitionDistance;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_PreviewInfluenceBox;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_PreviewCaptureBox;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UBoxReflectionCaptureComponent constinit property declarations *************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UBoxReflectionCaptureComponent>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UBoxReflectionCaptureComponent_Statics
|
|
|
|
// ********** Begin Class UBoxReflectionCaptureComponent Property Definitions **********************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UBoxReflectionCaptureComponent_Statics::NewProp_BoxTransitionDistance = { "BoxTransitionDistance", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBoxReflectionCaptureComponent, BoxTransitionDistance), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoxTransitionDistance_MetaData), NewProp_BoxTransitionDistance_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBoxReflectionCaptureComponent_Statics::NewProp_PreviewInfluenceBox = { "PreviewInfluenceBox", nullptr, (EPropertyFlags)0x0114000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBoxReflectionCaptureComponent, PreviewInfluenceBox), Z_Construct_UClass_UBoxComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreviewInfluenceBox_MetaData), NewProp_PreviewInfluenceBox_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBoxReflectionCaptureComponent_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(UBoxReflectionCaptureComponent, 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_UBoxReflectionCaptureComponent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBoxReflectionCaptureComponent_Statics::NewProp_BoxTransitionDistance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBoxReflectionCaptureComponent_Statics::NewProp_PreviewInfluenceBox,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBoxReflectionCaptureComponent_Statics::NewProp_PreviewCaptureBox,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBoxReflectionCaptureComponent_Statics::PropPointers) < 2048);
|
|
// ********** End Class UBoxReflectionCaptureComponent Property Definitions ************************
|
|
UObject* (*const Z_Construct_UClass_UBoxReflectionCaptureComponent_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UReflectionCaptureComponent,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBoxReflectionCaptureComponent_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UBoxReflectionCaptureComponent_Statics::ClassParams = {
|
|
&UBoxReflectionCaptureComponent::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UBoxReflectionCaptureComponent_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UBoxReflectionCaptureComponent_Statics::PropPointers),
|
|
0,
|
|
0x00A800A4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBoxReflectionCaptureComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UBoxReflectionCaptureComponent_Statics::Class_MetaDataParams)
|
|
};
|
|
void UBoxReflectionCaptureComponent::StaticRegisterNativesUBoxReflectionCaptureComponent()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UBoxReflectionCaptureComponent()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UBoxReflectionCaptureComponent.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBoxReflectionCaptureComponent.OuterSingleton, Z_Construct_UClass_UBoxReflectionCaptureComponent_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UBoxReflectionCaptureComponent.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBoxReflectionCaptureComponent);
|
|
UBoxReflectionCaptureComponent::~UBoxReflectionCaptureComponent() {}
|
|
// ********** End Class UBoxReflectionCaptureComponent *********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_BoxReflectionCaptureComponent_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UBoxReflectionCaptureComponent, UBoxReflectionCaptureComponent::StaticClass, TEXT("UBoxReflectionCaptureComponent"), &Z_Registration_Info_UClass_UBoxReflectionCaptureComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBoxReflectionCaptureComponent), 3496148567U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_BoxReflectionCaptureComponent_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_BoxReflectionCaptureComponent_h__Script_Engine_3550995902{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_BoxReflectionCaptureComponent_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_BoxReflectionCaptureComponent_h__Script_Engine_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|