682 lines
59 KiB
C++
682 lines
59 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 "WorldPartition/HLOD/DestructibleHLODComponent.h"
|
|
#include "Net/Serialization/FastArraySerializerImplementation.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeDestructibleHLODComponent() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UClass* Z_Construct_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent();
|
|
ENGINE_API UClass* Z_Construct_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UHLODInstancedStaticMeshComponent_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialInstanceDynamic_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialInterface_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_USceneComponent();
|
|
ENGINE_API UClass* Z_Construct_UClass_UTexture2DDynamic_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent();
|
|
ENGINE_API UClass* Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_NoRegister();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FActorInstanceMappingsRef();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FComponentInstanceMapping();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState();
|
|
NETCORE_API UScriptStruct* Z_Construct_UScriptStruct_FFastArraySerializer();
|
|
NETCORE_API UScriptStruct* Z_Construct_UScriptStruct_FFastArraySerializerItem();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FWorldPartitionDestructibleHLODDamagedActorState ******************
|
|
struct Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FWorldPartitionDestructibleHLODDamagedActorState); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FWorldPartitionDestructibleHLODDamagedActorState); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "// Entry for a damaged actor\n" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
{ "ToolTip", "Entry for a damaged actor" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ActorIndex_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ActorHealth_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FWorldPartitionDestructibleHLODDamagedActorState constinit property declarations
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_ActorIndex;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ActorHealth;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FWorldPartitionDestructibleHLODDamagedActorState constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FWorldPartitionDestructibleHLODDamagedActorState>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState_Statics
|
|
static_assert(std::is_polymorphic<FWorldPartitionDestructibleHLODDamagedActorState>() == std::is_polymorphic<FFastArraySerializerItem>(), "USTRUCT FWorldPartitionDestructibleHLODDamagedActorState cannot be polymorphic unless super FFastArraySerializerItem is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState;
|
|
class UScriptStruct* FWorldPartitionDestructibleHLODDamagedActorState::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("WorldPartitionDestructibleHLODDamagedActorState"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FWorldPartitionDestructibleHLODDamagedActorState Property Definitions
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState_Statics::NewProp_ActorIndex = { "ActorIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FWorldPartitionDestructibleHLODDamagedActorState, ActorIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActorIndex_MetaData), NewProp_ActorIndex_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState_Statics::NewProp_ActorHealth = { "ActorHealth", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FWorldPartitionDestructibleHLODDamagedActorState, ActorHealth), nullptr, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActorHealth_MetaData), NewProp_ActorHealth_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState_Statics::NewProp_ActorIndex,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState_Statics::NewProp_ActorHealth,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FWorldPartitionDestructibleHLODDamagedActorState Property Definitions
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FFastArraySerializerItem,
|
|
&NewStructOps,
|
|
"WorldPartitionDestructibleHLODDamagedActorState",
|
|
Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState_Statics::PropPointers),
|
|
sizeof(FWorldPartitionDestructibleHLODDamagedActorState),
|
|
alignof(FWorldPartitionDestructibleHLODDamagedActorState),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState.InnerSingleton, Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FWorldPartitionDestructibleHLODDamagedActorState ********************
|
|
|
|
// ********** Begin ScriptStruct FWorldPartitionDestructibleHLODState ******************************
|
|
struct Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FWorldPartitionDestructibleHLODState); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FWorldPartitionDestructibleHLODState); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "// Replicated state of the destructible HLOD\n" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
{ "ToolTip", "Replicated state of the destructible HLOD" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DamagedActors_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OwnerComponent_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FWorldPartitionDestructibleHLODState constinit property declarations
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DamagedActors_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_DamagedActors;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_OwnerComponent;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FWorldPartitionDestructibleHLODState constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FWorldPartitionDestructibleHLODState>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics
|
|
static_assert(std::is_polymorphic<FWorldPartitionDestructibleHLODState>() == std::is_polymorphic<FFastArraySerializer>(), "USTRUCT FWorldPartitionDestructibleHLODState cannot be polymorphic unless super FFastArraySerializer is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODState;
|
|
class UScriptStruct* FWorldPartitionDestructibleHLODState::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODState.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODState.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("WorldPartitionDestructibleHLODState"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODState.OuterSingleton;
|
|
}
|
|
#if defined(UE_NET_HAS_IRIS_FASTARRAY_BINDING) && UE_NET_HAS_IRIS_FASTARRAY_BINDING
|
|
UE_NET_IMPLEMENT_FASTARRAY(FWorldPartitionDestructibleHLODState);
|
|
#else
|
|
UE_NET_IMPLEMENT_FASTARRAY_STUB(FWorldPartitionDestructibleHLODState);
|
|
#endif
|
|
|
|
// ********** Begin ScriptStruct FWorldPartitionDestructibleHLODState Property Definitions *********
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics::NewProp_DamagedActors_Inner = { "DamagedActors", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState, METADATA_PARAMS(0, nullptr) }; // 2964432801
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics::NewProp_DamagedActors = { "DamagedActors", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FWorldPartitionDestructibleHLODState, DamagedActors), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DamagedActors_MetaData), NewProp_DamagedActors_MetaData) }; // 2964432801
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics::NewProp_OwnerComponent = { "OwnerComponent", nullptr, (EPropertyFlags)0x0144000080080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FWorldPartitionDestructibleHLODState, OwnerComponent), Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OwnerComponent_MetaData), NewProp_OwnerComponent_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics::NewProp_DamagedActors_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics::NewProp_DamagedActors,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics::NewProp_OwnerComponent,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FWorldPartitionDestructibleHLODState Property Definitions ***********
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FFastArraySerializer,
|
|
&NewStructOps,
|
|
"WorldPartitionDestructibleHLODState",
|
|
Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics::PropPointers),
|
|
sizeof(FWorldPartitionDestructibleHLODState),
|
|
alignof(FWorldPartitionDestructibleHLODState),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000005),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODState.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODState.InnerSingleton, Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODState.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FWorldPartitionDestructibleHLODState ********************************
|
|
|
|
// ********** Begin ScriptStruct FComponentInstanceMapping *****************************************
|
|
struct Z_Construct_UScriptStruct_FComponentInstanceMapping_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FComponentInstanceMapping); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FComponentInstanceMapping); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * For a given source actor, this represent the range of instances that represents it once batched in an \"Instancing\" HLOD component.\n * For a static mesh component, expect InstanceCount to be 1, whereas an instanced static mesh component will have multiple instances.\n */" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
{ "ToolTip", "For a given source actor, this represent the range of instances that represents it once batched in an \"Instancing\" HLOD component.\nFor a static mesh component, expect InstanceCount to be 1, whereas an instanced static mesh component will have multiple instances." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "Comment", "// [ComponentIndex bits | InstanceCount bits]\n" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
{ "ToolTip", "[ComponentIndex bits | InstanceCount bits]" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FComponentInstanceMapping constinit property declarations *********
|
|
static const UECodeGen_Private::FUInt32PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FUInt32PropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FComponentInstanceMapping constinit property declarations ***********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FComponentInstanceMapping>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FComponentInstanceMapping_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FComponentInstanceMapping;
|
|
class UScriptStruct* FComponentInstanceMapping::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FComponentInstanceMapping.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FComponentInstanceMapping.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FComponentInstanceMapping, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("ComponentInstanceMapping"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FComponentInstanceMapping.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FComponentInstanceMapping Property Definitions ********************
|
|
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FComponentInstanceMapping_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FComponentInstanceMapping, A), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FComponentInstanceMapping_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FComponentInstanceMapping, B), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FComponentInstanceMapping_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FComponentInstanceMapping_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FComponentInstanceMapping_Statics::NewProp_B,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FComponentInstanceMapping_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FComponentInstanceMapping Property Definitions **********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FComponentInstanceMapping_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"ComponentInstanceMapping",
|
|
Z_Construct_UScriptStruct_FComponentInstanceMapping_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FComponentInstanceMapping_Statics::PropPointers),
|
|
sizeof(FComponentInstanceMapping),
|
|
alignof(FComponentInstanceMapping),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FComponentInstanceMapping_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FComponentInstanceMapping_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FComponentInstanceMapping()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FComponentInstanceMapping.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FComponentInstanceMapping.InnerSingleton, Z_Construct_UScriptStruct_FComponentInstanceMapping_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FComponentInstanceMapping.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FComponentInstanceMapping *******************************************
|
|
|
|
// ********** Begin ScriptStruct FActorInstanceMappingsRef *****************************************
|
|
struct Z_Construct_UScriptStruct_FActorInstanceMappingsRef_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FActorInstanceMappingsRef); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FActorInstanceMappingsRef); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * For a given source actor which was potentially comprised of multiple components, this serves as storage to retrieve the associated FComponentInstanceMappings\n * In order to be efficient in the most common scenario where an actor only has one component stored in ISM, this struct is flexible and can fulfill two purpose\n * 1) Standard storage\n *\x09\x09This struct serves as a mean to retrieve the range of FComponentInstanceMappings associated with this actor from the\n *\x09\x09""FHLODInstancingPackedMappingData::ComponentsMapping array. In this case, IsInline() return false, and GetComponentsMappingRange() should be used\n *\x09\x09to retreive the range.\n * 2) Inline storage\n *\x09\x09In the common case where only a single component (either SM or ISM) end up in HLODs, we don't need to store multiple FComponentInstanceMapping values for it.\n *\x09\x09The added indirection and storage in FHLODInstancingPackedMappingData::ComponentsMapping is inefficient. To avoid this, we use this struct to store the\n *\x09\x09""component mapping directly (inline). In this case, IsInline() return true, and GetInline() should be used to retrieve the (component index + instance start + instance count).\n * You can use FHLODInstancingPackedMappingData::ForEachActorInstancingMapping() that will abstract all of that and will give you all the mappings directly.\n */" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
{ "ToolTip", "For a given source actor which was potentially comprised of multiple components, this serves as storage to retrieve the associated FComponentInstanceMappings\nIn order to be efficient in the most common scenario where an actor only has one component stored in ISM, this struct is flexible and can fulfill two purpose\n1) Standard storage\n This struct serves as a mean to retrieve the range of FComponentInstanceMappings associated with this actor from the\n FHLODInstancingPackedMappingData::ComponentsMapping array. In this case, IsInline() return false, and GetComponentsMappingRange() should be used\n to retreive the range.\n2) Inline storage\n In the common case where only a single component (either SM or ISM) end up in HLODs, we don't need to store multiple FComponentInstanceMapping values for it.\n The added indirection and storage in FHLODInstancingPackedMappingData::ComponentsMapping is inefficient. To avoid this, we use this struct to store the\n component mapping directly (inline). In this case, IsInline() return true, and GetInline() should be used to retrieve the (component index + instance start + instance count).\nYou can use FHLODInstancingPackedMappingData::ForEachActorInstancingMapping() that will abstract all of that and will give you all the mappings directly." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
|
|
{ "Comment", "// [inline bit] + (inline ? [kComponentIndexBits + kItemCountBits] : [kOffsetBits]\n" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
{ "ToolTip", "[inline bit] + (inline ? [kComponentIndexBits + kItemCountBits] : [kOffsetBits]" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FActorInstanceMappingsRef constinit property declarations *********
|
|
static const UECodeGen_Private::FUInt32PropertyParams NewProp_A;
|
|
static const UECodeGen_Private::FUInt32PropertyParams NewProp_B;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FActorInstanceMappingsRef constinit property declarations ***********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FActorInstanceMappingsRef>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FActorInstanceMappingsRef_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FActorInstanceMappingsRef;
|
|
class UScriptStruct* FActorInstanceMappingsRef::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FActorInstanceMappingsRef.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FActorInstanceMappingsRef.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FActorInstanceMappingsRef, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("ActorInstanceMappingsRef"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FActorInstanceMappingsRef.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FActorInstanceMappingsRef Property Definitions ********************
|
|
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FActorInstanceMappingsRef_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FActorInstanceMappingsRef, A), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
|
|
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FActorInstanceMappingsRef_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FActorInstanceMappingsRef, B), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FActorInstanceMappingsRef_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FActorInstanceMappingsRef_Statics::NewProp_A,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FActorInstanceMappingsRef_Statics::NewProp_B,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FActorInstanceMappingsRef_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FActorInstanceMappingsRef Property Definitions **********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FActorInstanceMappingsRef_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"ActorInstanceMappingsRef",
|
|
Z_Construct_UScriptStruct_FActorInstanceMappingsRef_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FActorInstanceMappingsRef_Statics::PropPointers),
|
|
sizeof(FActorInstanceMappingsRef),
|
|
alignof(FActorInstanceMappingsRef),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FActorInstanceMappingsRef_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FActorInstanceMappingsRef_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FActorInstanceMappingsRef()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FActorInstanceMappingsRef.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FActorInstanceMappingsRef.InnerSingleton, Z_Construct_UScriptStruct_FActorInstanceMappingsRef_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FActorInstanceMappingsRef.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FActorInstanceMappingsRef *******************************************
|
|
|
|
// ********** Begin ScriptStruct FHLODInstancingPackedMappingData **********************************
|
|
struct Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FHLODInstancingPackedMappingData); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FHLODInstancingPackedMappingData); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ISMCs_MetaData[] = {
|
|
{ "Comment", "// Array of HLOD ISMC. ComponentsMapping entries are indexing into it.\n" },
|
|
{ "EditInline", "true" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
{ "ToolTip", "Array of HLOD ISMC. ComponentsMapping entries are indexing into it." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ComponentsMapping_MetaData[] = {
|
|
{ "Comment", "// Compacted components mappings for each actors.\n// Entries for a given actor are consecutive. Use PerActorMappingData to index into it.\n" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
{ "ToolTip", "Compacted components mappings for each actors.\nEntries for a given actor are consecutive. Use PerActorMappingData to index into it." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PerActorMappingData_MetaData[] = {
|
|
{ "Comment", "// For a given actor, either provides the range of entries for it in the ComponentsMapping array.\n// OR\n// If there's a single entry, it is found inline in the FActorInstanceMappingsRef struct.\n" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
{ "ToolTip", "For a given actor, either provides the range of entries for it in the ComponentsMapping array.\nOR\nIf there's a single entry, it is found inline in the FActorInstanceMappingsRef struct." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FHLODInstancingPackedMappingData constinit property declarations **
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ISMCs_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ISMCs;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ComponentsMapping_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ComponentsMapping;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PerActorMappingData_ValueProp;
|
|
static const UECodeGen_Private::FUInt32PropertyParams NewProp_PerActorMappingData_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_PerActorMappingData;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FHLODInstancingPackedMappingData constinit property declarations ****
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FHLODInstancingPackedMappingData>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FHLODInstancingPackedMappingData;
|
|
class UScriptStruct* FHLODInstancingPackedMappingData::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FHLODInstancingPackedMappingData.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FHLODInstancingPackedMappingData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("HLODInstancingPackedMappingData"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FHLODInstancingPackedMappingData.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FHLODInstancingPackedMappingData Property Definitions *************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::NewProp_ISMCs_Inner = { "ISMCs", nullptr, (EPropertyFlags)0x0104000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UHLODInstancedStaticMeshComponent_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::NewProp_ISMCs = { "ISMCs", nullptr, (EPropertyFlags)0x0114008000000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FHLODInstancingPackedMappingData, ISMCs), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ISMCs_MetaData), NewProp_ISMCs_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::NewProp_ComponentsMapping_Inner = { "ComponentsMapping", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FComponentInstanceMapping, METADATA_PARAMS(0, nullptr) }; // 1681985785
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::NewProp_ComponentsMapping = { "ComponentsMapping", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FHLODInstancingPackedMappingData, ComponentsMapping), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ComponentsMapping_MetaData), NewProp_ComponentsMapping_MetaData) }; // 1681985785
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::NewProp_PerActorMappingData_ValueProp = { "PerActorMappingData", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FActorInstanceMappingsRef, METADATA_PARAMS(0, nullptr) }; // 550219679
|
|
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::NewProp_PerActorMappingData_Key_KeyProp = { "PerActorMappingData_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::NewProp_PerActorMappingData = { "PerActorMappingData", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FHLODInstancingPackedMappingData, PerActorMappingData), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PerActorMappingData_MetaData), NewProp_PerActorMappingData_MetaData) }; // 550219679
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::NewProp_ISMCs_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::NewProp_ISMCs,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::NewProp_ComponentsMapping_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::NewProp_ComponentsMapping,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::NewProp_PerActorMappingData_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::NewProp_PerActorMappingData_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::NewProp_PerActorMappingData,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FHLODInstancingPackedMappingData Property Definitions ***************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"HLODInstancingPackedMappingData",
|
|
Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::PropPointers),
|
|
sizeof(FHLODInstancingPackedMappingData),
|
|
alignof(FHLODInstancingPackedMappingData),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000005),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FHLODInstancingPackedMappingData.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FHLODInstancingPackedMappingData.InnerSingleton, Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FHLODInstancingPackedMappingData.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FHLODInstancingPackedMappingData ************************************
|
|
|
|
// ********** Begin Class UWorldPartitionDestructibleHLODComponent *********************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UWorldPartitionDestructibleHLODComponent;
|
|
UClass* UWorldPartitionDestructibleHLODComponent::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UWorldPartitionDestructibleHLODComponent;
|
|
if (!Z_Registration_Info_UClass_UWorldPartitionDestructibleHLODComponent.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("WorldPartitionDestructibleHLODComponent"),
|
|
Z_Registration_Info_UClass_UWorldPartitionDestructibleHLODComponent.InnerSingleton,
|
|
StaticRegisterNativesUWorldPartitionDestructibleHLODComponent,
|
|
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_UWorldPartitionDestructibleHLODComponent.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_NoRegister()
|
|
{
|
|
return UWorldPartitionDestructibleHLODComponent::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "HideCategories", "Tags Sockets ComponentTick ComponentReplication Activation Cooking Events AssetUserData Collision Trigger PhysicsVolume" },
|
|
{ "IncludePath", "WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DestructibleHLODMaterial_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DestructibleHLODInstancesMappingData_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DestructibleHLODState_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VisibilityMaterial_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VisibilityTexture_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DestructibleActors_MetaData[] = {
|
|
{ "Comment", "// Name of the destructible actors from the source cell.\n" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
{ "ToolTip", "Name of the destructible actors from the source cell." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UWorldPartitionDestructibleHLODComponent constinit property declarations *
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_DestructibleHLODMaterial;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DestructibleHLODInstancesMappingData;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DestructibleHLODState;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_VisibilityMaterial;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_VisibilityTexture;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_DestructibleActors_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_DestructibleActors;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UWorldPartitionDestructibleHLODComponent constinit property declarations ***
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UWorldPartitionDestructibleHLODComponent>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics
|
|
|
|
// ********** Begin Class UWorldPartitionDestructibleHLODComponent Property Definitions ************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::NewProp_DestructibleHLODMaterial = { "DestructibleHLODMaterial", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartitionDestructibleHLODComponent, DestructibleHLODMaterial), Z_Construct_UClass_UMaterialInterface_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DestructibleHLODMaterial_MetaData), NewProp_DestructibleHLODMaterial_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::NewProp_DestructibleHLODInstancesMappingData = { "DestructibleHLODInstancesMappingData", nullptr, (EPropertyFlags)0x0040008000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartitionDestructibleHLODComponent, DestructibleHLODInstancesMappingData), Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DestructibleHLODInstancesMappingData_MetaData), NewProp_DestructibleHLODInstancesMappingData_MetaData) }; // 790002964
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::NewProp_DestructibleHLODState = { "DestructibleHLODState", nullptr, (EPropertyFlags)0x0040008000002020, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartitionDestructibleHLODComponent, DestructibleHLODState), Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DestructibleHLODState_MetaData), NewProp_DestructibleHLODState_MetaData) }; // 2489107858
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::NewProp_VisibilityMaterial = { "VisibilityMaterial", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartitionDestructibleHLODComponent, VisibilityMaterial), Z_Construct_UClass_UMaterialInstanceDynamic_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VisibilityMaterial_MetaData), NewProp_VisibilityMaterial_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::NewProp_VisibilityTexture = { "VisibilityTexture", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartitionDestructibleHLODComponent, VisibilityTexture), Z_Construct_UClass_UTexture2DDynamic_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VisibilityTexture_MetaData), NewProp_VisibilityTexture_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::NewProp_DestructibleActors_Inner = { "DestructibleActors", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::NewProp_DestructibleActors = { "DestructibleActors", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartitionDestructibleHLODComponent, DestructibleActors), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DestructibleActors_MetaData), NewProp_DestructibleActors_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::NewProp_DestructibleHLODMaterial,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::NewProp_DestructibleHLODInstancesMappingData,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::NewProp_DestructibleHLODState,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::NewProp_VisibilityMaterial,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::NewProp_VisibilityTexture,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::NewProp_DestructibleActors_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::NewProp_DestructibleActors,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::PropPointers) < 2048);
|
|
// ********** End Class UWorldPartitionDestructibleHLODComponent Property Definitions **************
|
|
UObject* (*const Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_USceneComponent,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::ClassParams = {
|
|
&UWorldPartitionDestructibleHLODComponent::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::PropPointers),
|
|
0,
|
|
0x04A802A4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::Class_MetaDataParams)
|
|
};
|
|
void UWorldPartitionDestructibleHLODComponent::StaticRegisterNativesUWorldPartitionDestructibleHLODComponent()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UWorldPartitionDestructibleHLODComponent.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UWorldPartitionDestructibleHLODComponent.OuterSingleton, Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UWorldPartitionDestructibleHLODComponent.OuterSingleton;
|
|
}
|
|
#if VALIDATE_CLASS_REPS
|
|
void UWorldPartitionDestructibleHLODComponent::ValidateGeneratedRepEnums(const TArray<struct FRepRecord>& ClassReps) const
|
|
{
|
|
static FName Name_DestructibleHLODState(TEXT("DestructibleHLODState"));
|
|
const bool bIsValid = true
|
|
&& Name_DestructibleHLODState == ClassReps[(int32)ENetFields_Private::DestructibleHLODState].Property->GetFName();
|
|
checkf(bIsValid, TEXT("UHT Generated Rep Indices do not match runtime populated Rep Indices for properties in UWorldPartitionDestructibleHLODComponent"));
|
|
}
|
|
#endif
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UWorldPartitionDestructibleHLODComponent);
|
|
UWorldPartitionDestructibleHLODComponent::~UWorldPartitionDestructibleHLODComponent() {}
|
|
// ********** End Class UWorldPartitionDestructibleHLODComponent ***********************************
|
|
|
|
// ********** Begin Class UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent *****************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent;
|
|
UClass* UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent;
|
|
if (!Z_Registration_Info_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("UWorldPartitionDestructibleHLODMeshComponent"),
|
|
Z_Registration_Info_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent.InnerSingleton,
|
|
StaticRegisterNativesUDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent,
|
|
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_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent_NoRegister()
|
|
{
|
|
return UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "// Deprecated: Subclass\n" },
|
|
{ "HideCategories", "Tags Sockets ComponentTick ComponentReplication Activation Cooking Events AssetUserData Collision Trigger PhysicsVolume" },
|
|
{ "IncludePath", "WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/DestructibleHLODComponent.h" },
|
|
{ "ToolTip", "Deprecated: Subclass" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent constinit property declarations
|
|
// ********** End Class UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent constinit property declarations
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent_Statics
|
|
UObject* (*const Z_Construct_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent_Statics::ClassParams = {
|
|
&UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x02A802A4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent_Statics::Class_MetaDataParams)
|
|
};
|
|
void UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent::StaticRegisterNativesUDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent.OuterSingleton, Z_Construct_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent);
|
|
UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent::~UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent() {}
|
|
// ********** End Class UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent *******************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_DestructibleHLODComponent_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FWorldPartitionDestructibleHLODDamagedActorState::StaticStruct, Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState_Statics::NewStructOps, TEXT("WorldPartitionDestructibleHLODDamagedActorState"),&Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODDamagedActorState, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FWorldPartitionDestructibleHLODDamagedActorState), 2964432801U) },
|
|
{ FWorldPartitionDestructibleHLODState::StaticStruct, Z_Construct_UScriptStruct_FWorldPartitionDestructibleHLODState_Statics::NewStructOps, TEXT("WorldPartitionDestructibleHLODState"),&Z_Registration_Info_UScriptStruct_FWorldPartitionDestructibleHLODState, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FWorldPartitionDestructibleHLODState), 2489107858U) },
|
|
{ FComponentInstanceMapping::StaticStruct, Z_Construct_UScriptStruct_FComponentInstanceMapping_Statics::NewStructOps, TEXT("ComponentInstanceMapping"),&Z_Registration_Info_UScriptStruct_FComponentInstanceMapping, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FComponentInstanceMapping), 1681985785U) },
|
|
{ FActorInstanceMappingsRef::StaticStruct, Z_Construct_UScriptStruct_FActorInstanceMappingsRef_Statics::NewStructOps, TEXT("ActorInstanceMappingsRef"),&Z_Registration_Info_UScriptStruct_FActorInstanceMappingsRef, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FActorInstanceMappingsRef), 550219679U) },
|
|
{ FHLODInstancingPackedMappingData::StaticStruct, Z_Construct_UScriptStruct_FHLODInstancingPackedMappingData_Statics::NewStructOps, TEXT("HLODInstancingPackedMappingData"),&Z_Registration_Info_UScriptStruct_FHLODInstancingPackedMappingData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FHLODInstancingPackedMappingData), 790002964U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UWorldPartitionDestructibleHLODComponent, UWorldPartitionDestructibleHLODComponent::StaticClass, TEXT("UWorldPartitionDestructibleHLODComponent"), &Z_Registration_Info_UClass_UWorldPartitionDestructibleHLODComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UWorldPartitionDestructibleHLODComponent), 1161608973U) },
|
|
{ Z_Construct_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent, UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent::StaticClass, TEXT("UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent"), &Z_Registration_Info_UClass_UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDEPRECATED_UWorldPartitionDestructibleHLODMeshComponent), 2140197794U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_DestructibleHLODComponent_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_DestructibleHLODComponent_h__Script_Engine_3560666699{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_DestructibleHLODComponent_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_DestructibleHLODComponent_h__Script_Engine_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_DestructibleHLODComponent_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_DestructibleHLODComponent_h__Script_Engine_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|