438 lines
38 KiB
C++
438 lines
38 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/WorldPartitionStreamingPolicy.h"
|
|
#include "WorldPartition/WorldPartition.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeWorldPartitionStreamingPolicy() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
ENGINE_API UClass* Z_Construct_UClass_UWorldPartitionRuntimeCell_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UWorldPartitionStreamingPolicy();
|
|
ENGINE_API UClass* Z_Construct_UClass_UWorldPartitionStreamingPolicy_NoRegister();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EWorldPartitionStreamingPerformance();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FActivatedCells();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FActivatedCells ***************************************************
|
|
struct Z_Construct_UScriptStruct_FActivatedCells_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FActivatedCells); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FActivatedCells); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Cells_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FActivatedCells constinit property declarations *******************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Cells_ElementProp;
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_Cells;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FActivatedCells constinit property declarations *********************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FActivatedCells>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FActivatedCells_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FActivatedCells;
|
|
class UScriptStruct* FActivatedCells::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FActivatedCells.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FActivatedCells.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FActivatedCells, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("ActivatedCells"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FActivatedCells.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FActivatedCells Property Definitions ******************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FActivatedCells_Statics::NewProp_Cells_ElementProp = { "Cells", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UWorldPartitionRuntimeCell_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UScriptStruct_FActivatedCells_Statics::NewProp_Cells = { "Cells", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FActivatedCells, Cells), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Cells_MetaData), NewProp_Cells_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FActivatedCells_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FActivatedCells_Statics::NewProp_Cells_ElementProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FActivatedCells_Statics::NewProp_Cells,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FActivatedCells_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FActivatedCells Property Definitions ********************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FActivatedCells_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"ActivatedCells",
|
|
Z_Construct_UScriptStruct_FActivatedCells_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FActivatedCells_Statics::PropPointers),
|
|
sizeof(FActivatedCells),
|
|
alignof(FActivatedCells),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FActivatedCells_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FActivatedCells_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FActivatedCells()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FActivatedCells.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FActivatedCells.InnerSingleton, Z_Construct_UScriptStruct_FActivatedCells_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FActivatedCells.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FActivatedCells *****************************************************
|
|
|
|
// ********** Begin ScriptStruct FWorldPartitionUpdateStreamingTargetState *************************
|
|
struct Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FWorldPartitionUpdateStreamingTargetState); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FWorldPartitionUpdateStreamingTargetState); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ToLoadCells_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ToActivateCells_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ToDeactivateCells_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ToUnloadCells_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FWorldPartitionUpdateStreamingTargetState constinit property declarations
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ToLoadCells_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ToLoadCells;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ToActivateCells_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ToActivateCells;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ToDeactivateCells_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ToDeactivateCells;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ToUnloadCells_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ToUnloadCells;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FWorldPartitionUpdateStreamingTargetState constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FWorldPartitionUpdateStreamingTargetState>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingTargetState;
|
|
class UScriptStruct* FWorldPartitionUpdateStreamingTargetState::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingTargetState.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingTargetState.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("WorldPartitionUpdateStreamingTargetState"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingTargetState.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FWorldPartitionUpdateStreamingTargetState Property Definitions ****
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToLoadCells_Inner = { "ToLoadCells", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UWorldPartitionRuntimeCell_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToLoadCells = { "ToLoadCells", nullptr, (EPropertyFlags)0x0114000000002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FWorldPartitionUpdateStreamingTargetState, ToLoadCells), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ToLoadCells_MetaData), NewProp_ToLoadCells_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToActivateCells_Inner = { "ToActivateCells", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UWorldPartitionRuntimeCell_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToActivateCells = { "ToActivateCells", nullptr, (EPropertyFlags)0x0114000000002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FWorldPartitionUpdateStreamingTargetState, ToActivateCells), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ToActivateCells_MetaData), NewProp_ToActivateCells_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToDeactivateCells_Inner = { "ToDeactivateCells", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UWorldPartitionRuntimeCell_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToDeactivateCells = { "ToDeactivateCells", nullptr, (EPropertyFlags)0x0114000000002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FWorldPartitionUpdateStreamingTargetState, ToDeactivateCells), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ToDeactivateCells_MetaData), NewProp_ToDeactivateCells_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToUnloadCells_Inner = { "ToUnloadCells", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UWorldPartitionRuntimeCell_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToUnloadCells = { "ToUnloadCells", nullptr, (EPropertyFlags)0x0114000000002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FWorldPartitionUpdateStreamingTargetState, ToUnloadCells), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ToUnloadCells_MetaData), NewProp_ToUnloadCells_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToLoadCells_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToLoadCells,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToActivateCells_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToActivateCells,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToDeactivateCells_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToDeactivateCells,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToUnloadCells_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewProp_ToUnloadCells,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FWorldPartitionUpdateStreamingTargetState Property Definitions ******
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"WorldPartitionUpdateStreamingTargetState",
|
|
Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::PropPointers),
|
|
sizeof(FWorldPartitionUpdateStreamingTargetState),
|
|
alignof(FWorldPartitionUpdateStreamingTargetState),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingTargetState.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingTargetState.InnerSingleton, Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingTargetState.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FWorldPartitionUpdateStreamingTargetState ***************************
|
|
|
|
// ********** Begin ScriptStruct FWorldPartitionUpdateStreamingCurrentState ************************
|
|
struct Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FWorldPartitionUpdateStreamingCurrentState); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FWorldPartitionUpdateStreamingCurrentState); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LoadedCells_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ActivatedCells_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FWorldPartitionUpdateStreamingCurrentState constinit property declarations
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_LoadedCells_ElementProp;
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_LoadedCells;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ActivatedCells;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FWorldPartitionUpdateStreamingCurrentState constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FWorldPartitionUpdateStreamingCurrentState>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState;
|
|
class UScriptStruct* FWorldPartitionUpdateStreamingCurrentState::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("WorldPartitionUpdateStreamingCurrentState"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FWorldPartitionUpdateStreamingCurrentState Property Definitions ***
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics::NewProp_LoadedCells_ElementProp = { "LoadedCells", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UWorldPartitionRuntimeCell_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics::NewProp_LoadedCells = { "LoadedCells", nullptr, (EPropertyFlags)0x0114000000002000, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FWorldPartitionUpdateStreamingCurrentState, LoadedCells), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LoadedCells_MetaData), NewProp_LoadedCells_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics::NewProp_ActivatedCells = { "ActivatedCells", nullptr, (EPropertyFlags)0x0010000000002000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FWorldPartitionUpdateStreamingCurrentState, ActivatedCells), Z_Construct_UScriptStruct_FActivatedCells, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActivatedCells_MetaData), NewProp_ActivatedCells_MetaData) }; // 1509784226
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics::NewProp_LoadedCells_ElementProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics::NewProp_LoadedCells,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics::NewProp_ActivatedCells,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FWorldPartitionUpdateStreamingCurrentState Property Definitions *****
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"WorldPartitionUpdateStreamingCurrentState",
|
|
Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics::PropPointers),
|
|
sizeof(FWorldPartitionUpdateStreamingCurrentState),
|
|
alignof(FWorldPartitionUpdateStreamingCurrentState),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState.InnerSingleton, Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FWorldPartitionUpdateStreamingCurrentState **************************
|
|
|
|
// ********** Begin Class UWorldPartitionStreamingPolicy *******************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UWorldPartitionStreamingPolicy;
|
|
UClass* UWorldPartitionStreamingPolicy::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UWorldPartitionStreamingPolicy;
|
|
if (!Z_Registration_Info_UClass_UWorldPartitionStreamingPolicy.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("WorldPartitionStreamingPolicy"),
|
|
Z_Registration_Info_UClass_UWorldPartitionStreamingPolicy.InnerSingleton,
|
|
StaticRegisterNativesUWorldPartitionStreamingPolicy,
|
|
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_UWorldPartitionStreamingPolicy.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UWorldPartitionStreamingPolicy_NoRegister()
|
|
{
|
|
return UWorldPartitionStreamingPolicy::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CurrentState_MetaData[] = {
|
|
{ "Comment", "// Current streaming state\n" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
{ "ToolTip", "Current streaming state" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CurrentStreamingPerformance_MetaData[] = {
|
|
{ "Comment", "// Current streaming performance\n" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
{ "ToolTip", "Current streaming performance" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCurrentBlockOnSlowStreaming_MetaData[] = {
|
|
{ "Comment", "// Current block on slow streaming\n" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
{ "ToolTip", "Current block on slow streaming" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetState_MetaData[] = {
|
|
{ "Comment", "// Target state\n" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
{ "ToolTip", "Target state" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AsyncTaskCurrentState_MetaData[] = {
|
|
{ "Comment", "// Asynchronous update task input payload\n" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
{ "ToolTip", "Asynchronous update task input payload" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AsyncTaskTargetState_MetaData[] = {
|
|
{ "Comment", "// Asynchronous update task output payload\n" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
{ "ToolTip", "Asynchronous update task output payload" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShouldMergeStreamingSourceInfo_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/WorldPartitionStreamingPolicy.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UWorldPartitionStreamingPolicy constinit property declarations ***********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CurrentState;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_CurrentStreamingPerformance_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_CurrentStreamingPerformance;
|
|
static void NewProp_bCurrentBlockOnSlowStreaming_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCurrentBlockOnSlowStreaming;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_TargetState;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_AsyncTaskCurrentState;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_AsyncTaskTargetState;
|
|
static void NewProp_bShouldMergeStreamingSourceInfo_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShouldMergeStreamingSourceInfo;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UWorldPartitionStreamingPolicy constinit property declarations *************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UWorldPartitionStreamingPolicy>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics
|
|
|
|
// ********** Begin Class UWorldPartitionStreamingPolicy Property Definitions **********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_CurrentState = { "CurrentState", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartitionStreamingPolicy, CurrentState), Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurrentState_MetaData), NewProp_CurrentState_MetaData) }; // 3335122234
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_CurrentStreamingPerformance_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_CurrentStreamingPerformance = { "CurrentStreamingPerformance", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartitionStreamingPolicy, CurrentStreamingPerformance), Z_Construct_UEnum_Engine_EWorldPartitionStreamingPerformance, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurrentStreamingPerformance_MetaData), NewProp_CurrentStreamingPerformance_MetaData) }; // 735040290
|
|
void Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_bCurrentBlockOnSlowStreaming_SetBit(void* Obj)
|
|
{
|
|
((UWorldPartitionStreamingPolicy*)Obj)->bCurrentBlockOnSlowStreaming = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_bCurrentBlockOnSlowStreaming = { "bCurrentBlockOnSlowStreaming", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UWorldPartitionStreamingPolicy), &Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_bCurrentBlockOnSlowStreaming_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCurrentBlockOnSlowStreaming_MetaData), NewProp_bCurrentBlockOnSlowStreaming_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_TargetState = { "TargetState", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartitionStreamingPolicy, TargetState), Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetState_MetaData), NewProp_TargetState_MetaData) }; // 3507647657
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_AsyncTaskCurrentState = { "AsyncTaskCurrentState", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartitionStreamingPolicy, AsyncTaskCurrentState), Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AsyncTaskCurrentState_MetaData), NewProp_AsyncTaskCurrentState_MetaData) }; // 3335122234
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_AsyncTaskTargetState = { "AsyncTaskTargetState", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartitionStreamingPolicy, AsyncTaskTargetState), Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AsyncTaskTargetState_MetaData), NewProp_AsyncTaskTargetState_MetaData) }; // 3507647657
|
|
void Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_bShouldMergeStreamingSourceInfo_SetBit(void* Obj)
|
|
{
|
|
((UWorldPartitionStreamingPolicy*)Obj)->bShouldMergeStreamingSourceInfo = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_bShouldMergeStreamingSourceInfo = { "bShouldMergeStreamingSourceInfo", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UWorldPartitionStreamingPolicy), &Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_bShouldMergeStreamingSourceInfo_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShouldMergeStreamingSourceInfo_MetaData), NewProp_bShouldMergeStreamingSourceInfo_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_CurrentState,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_CurrentStreamingPerformance_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_CurrentStreamingPerformance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_bCurrentBlockOnSlowStreaming,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_TargetState,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_AsyncTaskCurrentState,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_AsyncTaskTargetState,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::NewProp_bShouldMergeStreamingSourceInfo,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::PropPointers) < 2048);
|
|
// ********** End Class UWorldPartitionStreamingPolicy Property Definitions ************************
|
|
UObject* (*const Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::ClassParams = {
|
|
&UWorldPartitionStreamingPolicy::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::PropPointers),
|
|
0,
|
|
0x000000A1u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::Class_MetaDataParams), Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::Class_MetaDataParams)
|
|
};
|
|
void UWorldPartitionStreamingPolicy::StaticRegisterNativesUWorldPartitionStreamingPolicy()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UWorldPartitionStreamingPolicy()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UWorldPartitionStreamingPolicy.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UWorldPartitionStreamingPolicy.OuterSingleton, Z_Construct_UClass_UWorldPartitionStreamingPolicy_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UWorldPartitionStreamingPolicy.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UWorldPartitionStreamingPolicy);
|
|
UWorldPartitionStreamingPolicy::~UWorldPartitionStreamingPolicy() {}
|
|
// ********** End Class UWorldPartitionStreamingPolicy *********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartitionStreamingPolicy_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FActivatedCells::StaticStruct, Z_Construct_UScriptStruct_FActivatedCells_Statics::NewStructOps, TEXT("ActivatedCells"),&Z_Registration_Info_UScriptStruct_FActivatedCells, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FActivatedCells), 1509784226U) },
|
|
{ FWorldPartitionUpdateStreamingTargetState::StaticStruct, Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingTargetState_Statics::NewStructOps, TEXT("WorldPartitionUpdateStreamingTargetState"),&Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingTargetState, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FWorldPartitionUpdateStreamingTargetState), 3507647657U) },
|
|
{ FWorldPartitionUpdateStreamingCurrentState::StaticStruct, Z_Construct_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState_Statics::NewStructOps, TEXT("WorldPartitionUpdateStreamingCurrentState"),&Z_Registration_Info_UScriptStruct_FWorldPartitionUpdateStreamingCurrentState, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FWorldPartitionUpdateStreamingCurrentState), 3335122234U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UWorldPartitionStreamingPolicy, UWorldPartitionStreamingPolicy::StaticClass, TEXT("UWorldPartitionStreamingPolicy"), &Z_Registration_Info_UClass_UWorldPartitionStreamingPolicy, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UWorldPartitionStreamingPolicy), 2150959116U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartitionStreamingPolicy_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartitionStreamingPolicy_h__Script_Engine_1064486643{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartitionStreamingPolicy_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartitionStreamingPolicy_h__Script_Engine_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartitionStreamingPolicy_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartitionStreamingPolicy_h__Script_Engine_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|