326 lines
20 KiB
C++
326 lines
20 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/BoxComponent.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeBoxComponent() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
|
ENGINE_API UClass* Z_Construct_UClass_UBoxComponent();
|
|
ENGINE_API UClass* Z_Construct_UClass_UBoxComponent_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UShapeComponent();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UBoxComponent Function GetScaledBoxExtent ********************************
|
|
struct Z_Construct_UFunction_UBoxComponent_GetScaledBoxExtent_Statics
|
|
{
|
|
struct BoxComponent_eventGetScaledBoxExtent_Parms
|
|
{
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Components|Box" },
|
|
{ "Comment", "// @return the box extent, scaled by the component scale.\n" },
|
|
{ "ModuleRelativePath", "Classes/Components/BoxComponent.h" },
|
|
{ "ToolTip", "@return the box extent, scaled by the component scale." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetScaledBoxExtent constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetScaledBoxExtent constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetScaledBoxExtent Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBoxComponent_GetScaledBoxExtent_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(BoxComponent_eventGetScaledBoxExtent_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBoxComponent_GetScaledBoxExtent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBoxComponent_GetScaledBoxExtent_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBoxComponent_GetScaledBoxExtent_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetScaledBoxExtent Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBoxComponent_GetScaledBoxExtent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBoxComponent, nullptr, "GetScaledBoxExtent", Z_Construct_UFunction_UBoxComponent_GetScaledBoxExtent_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UBoxComponent_GetScaledBoxExtent_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UBoxComponent_GetScaledBoxExtent_Statics::BoxComponent_eventGetScaledBoxExtent_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54820401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBoxComponent_GetScaledBoxExtent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBoxComponent_GetScaledBoxExtent_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UBoxComponent_GetScaledBoxExtent_Statics::BoxComponent_eventGetScaledBoxExtent_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UBoxComponent_GetScaledBoxExtent()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBoxComponent_GetScaledBoxExtent_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UBoxComponent::execGetScaledBoxExtent)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=P_THIS->GetScaledBoxExtent();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UBoxComponent Function GetScaledBoxExtent **********************************
|
|
|
|
// ********** Begin Class UBoxComponent Function GetUnscaledBoxExtent ******************************
|
|
struct Z_Construct_UFunction_UBoxComponent_GetUnscaledBoxExtent_Statics
|
|
{
|
|
struct BoxComponent_eventGetUnscaledBoxExtent_Parms
|
|
{
|
|
FVector ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Components|Box" },
|
|
{ "Comment", "// @return the box extent, ignoring component scale.\n" },
|
|
{ "ModuleRelativePath", "Classes/Components/BoxComponent.h" },
|
|
{ "ToolTip", "@return the box extent, ignoring component scale." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetUnscaledBoxExtent constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetUnscaledBoxExtent constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetUnscaledBoxExtent Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBoxComponent_GetUnscaledBoxExtent_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(BoxComponent_eventGetUnscaledBoxExtent_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBoxComponent_GetUnscaledBoxExtent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBoxComponent_GetUnscaledBoxExtent_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBoxComponent_GetUnscaledBoxExtent_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetUnscaledBoxExtent Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBoxComponent_GetUnscaledBoxExtent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBoxComponent, nullptr, "GetUnscaledBoxExtent", Z_Construct_UFunction_UBoxComponent_GetUnscaledBoxExtent_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UBoxComponent_GetUnscaledBoxExtent_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UBoxComponent_GetUnscaledBoxExtent_Statics::BoxComponent_eventGetUnscaledBoxExtent_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54820401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBoxComponent_GetUnscaledBoxExtent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBoxComponent_GetUnscaledBoxExtent_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UBoxComponent_GetUnscaledBoxExtent_Statics::BoxComponent_eventGetUnscaledBoxExtent_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UBoxComponent_GetUnscaledBoxExtent()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBoxComponent_GetUnscaledBoxExtent_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UBoxComponent::execGetUnscaledBoxExtent)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FVector*)Z_Param__Result=P_THIS->GetUnscaledBoxExtent();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UBoxComponent Function GetUnscaledBoxExtent ********************************
|
|
|
|
// ********** Begin Class UBoxComponent Function SetBoxExtent **************************************
|
|
struct Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics
|
|
{
|
|
struct BoxComponent_eventSetBoxExtent_Parms
|
|
{
|
|
FVector InBoxExtent;
|
|
bool bUpdateOverlaps;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Components|Box" },
|
|
{ "Comment", "/** \n\x09 * Change the box extent size. This is the unscaled size, before component scale is applied.\n\x09 * @param\x09InBoxExtent: new extent (radius) for the box.\n\x09 * @param\x09""bUpdateOverlaps: if true and this shape is registered and collides, updates touching array for owner actor.\n\x09 */" },
|
|
{ "CPP_Default_bUpdateOverlaps", "true" },
|
|
{ "ModuleRelativePath", "Classes/Components/BoxComponent.h" },
|
|
{ "ToolTip", "Change the box extent size. This is the unscaled size, before component scale is applied.\n@param InBoxExtent: new extent (radius) for the box.\n@param bUpdateOverlaps: if true and this shape is registered and collides, updates touching array for owner actor." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetBoxExtent constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InBoxExtent;
|
|
static void NewProp_bUpdateOverlaps_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUpdateOverlaps;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetBoxExtent constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetBoxExtent Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::NewProp_InBoxExtent = { "InBoxExtent", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(BoxComponent_eventSetBoxExtent_Parms, InBoxExtent), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::NewProp_bUpdateOverlaps_SetBit(void* Obj)
|
|
{
|
|
((BoxComponent_eventSetBoxExtent_Parms*)Obj)->bUpdateOverlaps = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::NewProp_bUpdateOverlaps = { "bUpdateOverlaps", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(BoxComponent_eventSetBoxExtent_Parms), &Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::NewProp_bUpdateOverlaps_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::NewProp_InBoxExtent,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::NewProp_bUpdateOverlaps,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetBoxExtent Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBoxComponent, nullptr, "SetBoxExtent", Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::BoxComponent_eventSetBoxExtent_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::BoxComponent_eventSetBoxExtent_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UBoxComponent_SetBoxExtent()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBoxComponent_SetBoxExtent_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UBoxComponent::execSetBoxExtent)
|
|
{
|
|
P_GET_STRUCT(FVector,Z_Param_InBoxExtent);
|
|
P_GET_UBOOL(Z_Param_bUpdateOverlaps);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetBoxExtent(Z_Param_InBoxExtent,Z_Param_bUpdateOverlaps);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UBoxComponent Function SetBoxExtent ****************************************
|
|
|
|
// ********** Begin Class UBoxComponent ************************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UBoxComponent;
|
|
UClass* UBoxComponent::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UBoxComponent;
|
|
if (!Z_Registration_Info_UClass_UBoxComponent.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("BoxComponent"),
|
|
Z_Registration_Info_UClass_UBoxComponent.InnerSingleton,
|
|
StaticRegisterNativesUBoxComponent,
|
|
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_UBoxComponent.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UBoxComponent_NoRegister()
|
|
{
|
|
return UBoxComponent::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UBoxComponent_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintSpawnableComponent", "" },
|
|
{ "ClassGroupNames", "Collision" },
|
|
{ "Comment", "/** \n * A box generally used for simple collision. Bounds are rendered as lines in the editor.\n */" },
|
|
{ "DisplayName", "Box Collision" },
|
|
{ "HideCategories", "Object LOD Lighting TextureStreaming Object LOD Lighting TextureStreaming Activation Components|Activation Trigger VirtualTexture" },
|
|
{ "IncludePath", "Components/BoxComponent.h" },
|
|
{ "ModuleRelativePath", "Classes/Components/BoxComponent.h" },
|
|
{ "ToolTip", "A box generally used for simple collision. Bounds are rendered as lines in the editor." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoxExtent_MetaData[] = {
|
|
{ "Category", "Shape" },
|
|
{ "Comment", "/** The extents (radii dimensions) of the box **/" },
|
|
{ "ModuleRelativePath", "Classes/Components/BoxComponent.h" },
|
|
{ "ToolTip", "The extents (radii dimensions) of the box *" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UBoxComponent constinit property declarations ****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BoxExtent;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UBoxComponent constinit property declarations ******************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetScaledBoxExtent"), .Pointer = &UBoxComponent::execGetScaledBoxExtent },
|
|
{ .NameUTF8 = UTF8TEXT("GetUnscaledBoxExtent"), .Pointer = &UBoxComponent::execGetUnscaledBoxExtent },
|
|
{ .NameUTF8 = UTF8TEXT("SetBoxExtent"), .Pointer = &UBoxComponent::execSetBoxExtent },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UBoxComponent_GetScaledBoxExtent, "GetScaledBoxExtent" }, // 2258963126
|
|
{ &Z_Construct_UFunction_UBoxComponent_GetUnscaledBoxExtent, "GetUnscaledBoxExtent" }, // 873311647
|
|
{ &Z_Construct_UFunction_UBoxComponent_SetBoxExtent, "SetBoxExtent" }, // 3364960626
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UBoxComponent>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UBoxComponent_Statics
|
|
|
|
// ********** Begin Class UBoxComponent Property Definitions ***************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UBoxComponent_Statics::NewProp_BoxExtent = { "BoxExtent", nullptr, (EPropertyFlags)0x002008000000001d, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBoxComponent, BoxExtent), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoxExtent_MetaData), NewProp_BoxExtent_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBoxComponent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBoxComponent_Statics::NewProp_BoxExtent,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBoxComponent_Statics::PropPointers) < 2048);
|
|
// ********** End Class UBoxComponent Property Definitions *****************************************
|
|
UObject* (*const Z_Construct_UClass_UBoxComponent_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UShapeComponent,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBoxComponent_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UBoxComponent_Statics::ClassParams = {
|
|
&UBoxComponent::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UBoxComponent_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UBoxComponent_Statics::PropPointers),
|
|
0,
|
|
0x00A810A4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBoxComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UBoxComponent_Statics::Class_MetaDataParams)
|
|
};
|
|
void UBoxComponent::StaticRegisterNativesUBoxComponent()
|
|
{
|
|
UClass* Class = UBoxComponent::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UBoxComponent_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UBoxComponent()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UBoxComponent.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBoxComponent.OuterSingleton, Z_Construct_UClass_UBoxComponent_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UBoxComponent.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBoxComponent);
|
|
UBoxComponent::~UBoxComponent() {}
|
|
// ********** End Class UBoxComponent **************************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_BoxComponent_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UBoxComponent, UBoxComponent::StaticClass, TEXT("UBoxComponent"), &Z_Registration_Info_UClass_UBoxComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBoxComponent), 2453635130U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_BoxComponent_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_BoxComponent_h__Script_Engine_3239441692{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_BoxComponent_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Components_BoxComponent_h__Script_Engine_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|