1482 lines
122 KiB
C++
1482 lines
122 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/DataLayer/DataLayerSubsystem.h"
|
|
#include "WorldPartition/DataLayer/ActorDataLayer.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeDataLayerSubsystem() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UDataLayerAsset_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UDataLayerInstance_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UDataLayerLoadingPolicy_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UDataLayerSubsystem();
|
|
ENGINE_API UClass* Z_Construct_UClass_UDataLayerSubsystem_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UWorldSubsystem();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EDataLayerRuntimeState();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EDataLayerState();
|
|
ENGINE_API UFunction* Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FActorDataLayer();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Delegate FOnDataLayerRuntimeStateChanged ***************************************
|
|
struct Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics
|
|
{
|
|
struct _Script_Engine_eventOnDataLayerRuntimeStateChanged_Parms
|
|
{
|
|
const UDataLayerInstance* DataLayer;
|
|
EDataLayerRuntimeState State;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DataLayer_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Delegate FOnDataLayerRuntimeStateChanged constinit property declarations *******
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_DataLayer;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_State_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_State;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Delegate FOnDataLayerRuntimeStateChanged constinit property declarations *********
|
|
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Delegate FOnDataLayerRuntimeStateChanged Property Definitions ******************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::NewProp_DataLayer = { "DataLayer", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_Engine_eventOnDataLayerRuntimeStateChanged_Parms, DataLayer), Z_Construct_UClass_UDataLayerInstance_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DataLayer_MetaData), NewProp_DataLayer_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::NewProp_State_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_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::NewProp_State = { "State", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_Engine_eventOnDataLayerRuntimeStateChanged_Parms, State), Z_Construct_UEnum_Engine_EDataLayerRuntimeState, METADATA_PARAMS(0, nullptr) }; // 3394607490
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::NewProp_DataLayer,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::NewProp_State_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::NewProp_State,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::PropPointers) < 2048);
|
|
// ********** End Delegate FOnDataLayerRuntimeStateChanged Property Definitions ********************
|
|
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_Engine, nullptr, "OnDataLayerRuntimeStateChanged__DelegateSignature", Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::PropPointers),
|
|
sizeof(Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::_Script_Engine_eventOnDataLayerRuntimeStateChanged_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::_Script_Engine_eventOnDataLayerRuntimeStateChanged_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
void FOnDataLayerRuntimeStateChanged_DelegateWrapper(const FMulticastScriptDelegate& OnDataLayerRuntimeStateChanged, const UDataLayerInstance* DataLayer, EDataLayerRuntimeState State)
|
|
{
|
|
struct _Script_Engine_eventOnDataLayerRuntimeStateChanged_Parms
|
|
{
|
|
const UDataLayerInstance* DataLayer;
|
|
EDataLayerRuntimeState State;
|
|
};
|
|
_Script_Engine_eventOnDataLayerRuntimeStateChanged_Parms Parms;
|
|
Parms.DataLayer=DataLayer;
|
|
Parms.State=State;
|
|
OnDataLayerRuntimeStateChanged.ProcessMulticastDelegate<UObject>(&Parms);
|
|
}
|
|
// ********** End Delegate FOnDataLayerRuntimeStateChanged *****************************************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function GetActiveDataLayerNames *********************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventGetActiveDataLayerNames_Parms
|
|
{
|
|
TSet<FName> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "GetActiveDataLayerNames will be removed." },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetActiveDataLayerNames constinit property declarations ***************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue_ElementProp;
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetActiveDataLayerNames constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetActiveDataLayerNames Property Definitions **************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames_Statics::NewProp_ReturnValue_ElementProp = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000008000582, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetActiveDataLayerNames_Parms, ReturnValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames_Statics::NewProp_ReturnValue_ElementProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetActiveDataLayerNames Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "GetActiveDataLayerNames", Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames_Statics::DataLayerSubsystem_eventGetActiveDataLayerNames_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames_Statics::DataLayerSubsystem_eventGetActiveDataLayerNames_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execGetActiveDataLayerNames)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TSet<FName>*)Z_Param__Result=P_THIS->GetActiveDataLayerNames();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function GetActiveDataLayerNames ***********************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function GetDataLayer ********************************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventGetDataLayer_Parms
|
|
{
|
|
FActorDataLayer InDataLayer;
|
|
UDataLayerInstance* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "DataLayerSubsystem is deprecated, use GetDataLayerInstanceFromAsset in DataLayerManager" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDataLayer_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDataLayer constinit property declarations **************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InDataLayer;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDataLayer constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDataLayer Property Definitions *************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer_Statics::NewProp_InDataLayer = { "InDataLayer", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayer_Parms, InDataLayer), Z_Construct_UScriptStruct_FActorDataLayer, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDataLayer_MetaData), NewProp_InDataLayer_MetaData) }; // 825798204
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayer_Parms, ReturnValue), Z_Construct_UClass_UDataLayerInstance_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer_Statics::NewProp_InDataLayer,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDataLayer Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "GetDataLayer", Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer_Statics::DataLayerSubsystem_eventGetDataLayer_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer_Statics::DataLayerSubsystem_eventGetDataLayer_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execGetDataLayer)
|
|
{
|
|
P_GET_STRUCT_REF(FActorDataLayer,Z_Param_Out_InDataLayer);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UDataLayerInstance**)Z_Param__Result=P_THIS->GetDataLayer(Z_Param_Out_InDataLayer);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function GetDataLayer **********************************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function GetDataLayerEffectiveRuntimeState ***********
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventGetDataLayerEffectiveRuntimeState_Parms
|
|
{
|
|
FActorDataLayer InDataLayer;
|
|
EDataLayerRuntimeState ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "DataLayerSubsystem is deprecated, use GetDataLayerInstanceEffectiveRuntimeState in DataLayerManager" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDataLayer_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDataLayerEffectiveRuntimeState constinit property declarations *****
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InDataLayer;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDataLayerEffectiveRuntimeState constinit property declarations *******
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDataLayerEffectiveRuntimeState Property Definitions ****************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::NewProp_InDataLayer = { "InDataLayer", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerEffectiveRuntimeState_Parms, InDataLayer), Z_Construct_UScriptStruct_FActorDataLayer, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDataLayer_MetaData), NewProp_InDataLayer_MetaData) }; // 825798204
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::NewProp_ReturnValue_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_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerEffectiveRuntimeState_Parms, ReturnValue), Z_Construct_UEnum_Engine_EDataLayerRuntimeState, METADATA_PARAMS(0, nullptr) }; // 3394607490
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::NewProp_InDataLayer,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::NewProp_ReturnValue_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDataLayerEffectiveRuntimeState Property Definitions ******************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "GetDataLayerEffectiveRuntimeState", Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::DataLayerSubsystem_eventGetDataLayerEffectiveRuntimeState_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::DataLayerSubsystem_eventGetDataLayerEffectiveRuntimeState_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execGetDataLayerEffectiveRuntimeState)
|
|
{
|
|
P_GET_STRUCT_REF(FActorDataLayer,Z_Param_Out_InDataLayer);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(EDataLayerRuntimeState*)Z_Param__Result=P_THIS->GetDataLayerEffectiveRuntimeState(Z_Param_Out_InDataLayer);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function GetDataLayerEffectiveRuntimeState *************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function GetDataLayerEffectiveRuntimeStateByLabel ****
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventGetDataLayerEffectiveRuntimeStateByLabel_Parms
|
|
{
|
|
FName InDataLayerLabel;
|
|
EDataLayerRuntimeState ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "DataLayerSubsystem is deprecated, use GetDataLayerInstanceEffectiveRuntimeState in DataLayerManager" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDataLayerLabel_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDataLayerEffectiveRuntimeStateByLabel constinit property declarations
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InDataLayerLabel;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDataLayerEffectiveRuntimeStateByLabel constinit property declarations
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDataLayerEffectiveRuntimeStateByLabel Property Definitions *********
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::NewProp_InDataLayerLabel = { "InDataLayerLabel", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerEffectiveRuntimeStateByLabel_Parms, InDataLayerLabel), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDataLayerLabel_MetaData), NewProp_InDataLayerLabel_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::NewProp_ReturnValue_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_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerEffectiveRuntimeStateByLabel_Parms, ReturnValue), Z_Construct_UEnum_Engine_EDataLayerRuntimeState, METADATA_PARAMS(0, nullptr) }; // 3394607490
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::NewProp_InDataLayerLabel,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::NewProp_ReturnValue_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDataLayerEffectiveRuntimeStateByLabel Property Definitions ***********
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "GetDataLayerEffectiveRuntimeStateByLabel", Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::DataLayerSubsystem_eventGetDataLayerEffectiveRuntimeStateByLabel_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::DataLayerSubsystem_eventGetDataLayerEffectiveRuntimeStateByLabel_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execGetDataLayerEffectiveRuntimeStateByLabel)
|
|
{
|
|
P_GET_PROPERTY_REF(FNameProperty,Z_Param_Out_InDataLayerLabel);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(EDataLayerRuntimeState*)Z_Param__Result=P_THIS->GetDataLayerEffectiveRuntimeStateByLabel(Z_Param_Out_InDataLayerLabel);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function GetDataLayerEffectiveRuntimeStateByLabel ******
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function GetDataLayerFromLabel ***********************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventGetDataLayerFromLabel_Parms
|
|
{
|
|
FName InDataLayerLabel;
|
|
UDataLayerInstance* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "DataLayerSubsystem is deprecated, use GetDataLayerInstanceFromAsset in DataLayerManager" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDataLayerFromLabel constinit property declarations *****************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InDataLayerLabel;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDataLayerFromLabel constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDataLayerFromLabel Property Definitions ****************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel_Statics::NewProp_InDataLayerLabel = { "InDataLayerLabel", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerFromLabel_Parms, InDataLayerLabel), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerFromLabel_Parms, ReturnValue), Z_Construct_UClass_UDataLayerInstance_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel_Statics::NewProp_InDataLayerLabel,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDataLayerFromLabel Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "GetDataLayerFromLabel", Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel_Statics::DataLayerSubsystem_eventGetDataLayerFromLabel_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel_Statics::DataLayerSubsystem_eventGetDataLayerFromLabel_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execGetDataLayerFromLabel)
|
|
{
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_InDataLayerLabel);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UDataLayerInstance**)Z_Param__Result=P_THIS->GetDataLayerFromLabel(Z_Param_InDataLayerLabel);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function GetDataLayerFromLabel *************************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function GetDataLayerFromName ************************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventGetDataLayerFromName_Parms
|
|
{
|
|
FName InDataLayerName;
|
|
UDataLayerInstance* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "DataLayerSubsystem is deprecated, use GetDataLayerInstanceFromAsset in DataLayerManager" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDataLayerFromName constinit property declarations ******************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InDataLayerName;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDataLayerFromName constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDataLayerFromName Property Definitions *****************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName_Statics::NewProp_InDataLayerName = { "InDataLayerName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerFromName_Parms, InDataLayerName), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerFromName_Parms, ReturnValue), Z_Construct_UClass_UDataLayerInstance_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName_Statics::NewProp_InDataLayerName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDataLayerFromName Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "GetDataLayerFromName", Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName_Statics::DataLayerSubsystem_eventGetDataLayerFromName_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName_Statics::DataLayerSubsystem_eventGetDataLayerFromName_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execGetDataLayerFromName)
|
|
{
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_InDataLayerName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UDataLayerInstance**)Z_Param__Result=P_THIS->GetDataLayerFromName(Z_Param_InDataLayerName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function GetDataLayerFromName **************************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function GetDataLayerInstanceEffectiveRuntimeState ***
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventGetDataLayerInstanceEffectiveRuntimeState_Parms
|
|
{
|
|
const UDataLayerAsset* InDataLayerAsset;
|
|
EDataLayerRuntimeState ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "DataLayerSubsystem is deprecated, use the equivalent function in DataLayerManager" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDataLayerAsset_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDataLayerInstanceEffectiveRuntimeState constinit property declarations
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InDataLayerAsset;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDataLayerInstanceEffectiveRuntimeState constinit property declarations
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDataLayerInstanceEffectiveRuntimeState Property Definitions ********
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::NewProp_InDataLayerAsset = { "InDataLayerAsset", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerInstanceEffectiveRuntimeState_Parms, InDataLayerAsset), Z_Construct_UClass_UDataLayerAsset_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDataLayerAsset_MetaData), NewProp_InDataLayerAsset_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::NewProp_ReturnValue_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_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerInstanceEffectiveRuntimeState_Parms, ReturnValue), Z_Construct_UEnum_Engine_EDataLayerRuntimeState, METADATA_PARAMS(0, nullptr) }; // 3394607490
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::NewProp_InDataLayerAsset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::NewProp_ReturnValue_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDataLayerInstanceEffectiveRuntimeState Property Definitions **********
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "GetDataLayerInstanceEffectiveRuntimeState", Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::DataLayerSubsystem_eventGetDataLayerInstanceEffectiveRuntimeState_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::DataLayerSubsystem_eventGetDataLayerInstanceEffectiveRuntimeState_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execGetDataLayerInstanceEffectiveRuntimeState)
|
|
{
|
|
P_GET_OBJECT(UDataLayerAsset,Z_Param_InDataLayerAsset);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(EDataLayerRuntimeState*)Z_Param__Result=P_THIS->GetDataLayerInstanceEffectiveRuntimeState(Z_Param_InDataLayerAsset);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function GetDataLayerInstanceEffectiveRuntimeState *****
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function GetDataLayerInstanceFromAsset ***************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventGetDataLayerInstanceFromAsset_Parms
|
|
{
|
|
const UDataLayerAsset* InDataLayerAsset;
|
|
UDataLayerInstance* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "DataLayerSubsystem is deprecated, use the equivalent function in DataLayerManager" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDataLayerAsset_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDataLayerInstanceFromAsset constinit property declarations *********
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InDataLayerAsset;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDataLayerInstanceFromAsset constinit property declarations ***********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDataLayerInstanceFromAsset Property Definitions ********************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset_Statics::NewProp_InDataLayerAsset = { "InDataLayerAsset", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerInstanceFromAsset_Parms, InDataLayerAsset), Z_Construct_UClass_UDataLayerAsset_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDataLayerAsset_MetaData), NewProp_InDataLayerAsset_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerInstanceFromAsset_Parms, ReturnValue), Z_Construct_UClass_UDataLayerInstance_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset_Statics::NewProp_InDataLayerAsset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDataLayerInstanceFromAsset Property Definitions **********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "GetDataLayerInstanceFromAsset", Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset_Statics::DataLayerSubsystem_eventGetDataLayerInstanceFromAsset_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset_Statics::DataLayerSubsystem_eventGetDataLayerInstanceFromAsset_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execGetDataLayerInstanceFromAsset)
|
|
{
|
|
P_GET_OBJECT(UDataLayerAsset,Z_Param_InDataLayerAsset);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UDataLayerInstance**)Z_Param__Result=P_THIS->GetDataLayerInstanceFromAsset(Z_Param_InDataLayerAsset);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function GetDataLayerInstanceFromAsset *****************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function GetDataLayerInstanceRuntimeState ************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventGetDataLayerInstanceRuntimeState_Parms
|
|
{
|
|
const UDataLayerAsset* InDataLayerAsset;
|
|
EDataLayerRuntimeState ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "DataLayerSubsystem is deprecated, use the equivalent function in DataLayerManager" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDataLayerAsset_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDataLayerInstanceRuntimeState constinit property declarations ******
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InDataLayerAsset;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDataLayerInstanceRuntimeState constinit property declarations ********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDataLayerInstanceRuntimeState Property Definitions *****************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::NewProp_InDataLayerAsset = { "InDataLayerAsset", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerInstanceRuntimeState_Parms, InDataLayerAsset), Z_Construct_UClass_UDataLayerAsset_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDataLayerAsset_MetaData), NewProp_InDataLayerAsset_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::NewProp_ReturnValue_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_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerInstanceRuntimeState_Parms, ReturnValue), Z_Construct_UEnum_Engine_EDataLayerRuntimeState, METADATA_PARAMS(0, nullptr) }; // 3394607490
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::NewProp_InDataLayerAsset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::NewProp_ReturnValue_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDataLayerInstanceRuntimeState Property Definitions *******************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "GetDataLayerInstanceRuntimeState", Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::DataLayerSubsystem_eventGetDataLayerInstanceRuntimeState_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::DataLayerSubsystem_eventGetDataLayerInstanceRuntimeState_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execGetDataLayerInstanceRuntimeState)
|
|
{
|
|
P_GET_OBJECT(UDataLayerAsset,Z_Param_InDataLayerAsset);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(EDataLayerRuntimeState*)Z_Param__Result=P_THIS->GetDataLayerInstanceRuntimeState(Z_Param_InDataLayerAsset);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function GetDataLayerInstanceRuntimeState **************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function GetDataLayerRuntimeState ********************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventGetDataLayerRuntimeState_Parms
|
|
{
|
|
FActorDataLayer InDataLayer;
|
|
EDataLayerRuntimeState ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "DataLayerSubsystem is deprecated, use GetDataLayerInstanceRuntimeState in DataLayerManager" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDataLayer_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDataLayerRuntimeState constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InDataLayer;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDataLayerRuntimeState constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDataLayerRuntimeState Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::NewProp_InDataLayer = { "InDataLayer", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerRuntimeState_Parms, InDataLayer), Z_Construct_UScriptStruct_FActorDataLayer, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDataLayer_MetaData), NewProp_InDataLayer_MetaData) }; // 825798204
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::NewProp_ReturnValue_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_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerRuntimeState_Parms, ReturnValue), Z_Construct_UEnum_Engine_EDataLayerRuntimeState, METADATA_PARAMS(0, nullptr) }; // 3394607490
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::NewProp_InDataLayer,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::NewProp_ReturnValue_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDataLayerRuntimeState Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "GetDataLayerRuntimeState", Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::DataLayerSubsystem_eventGetDataLayerRuntimeState_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::DataLayerSubsystem_eventGetDataLayerRuntimeState_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execGetDataLayerRuntimeState)
|
|
{
|
|
P_GET_STRUCT_REF(FActorDataLayer,Z_Param_Out_InDataLayer);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(EDataLayerRuntimeState*)Z_Param__Result=P_THIS->GetDataLayerRuntimeState(Z_Param_Out_InDataLayer);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function GetDataLayerRuntimeState **********************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function GetDataLayerRuntimeStateByLabel *************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventGetDataLayerRuntimeStateByLabel_Parms
|
|
{
|
|
FName InDataLayerLabel;
|
|
EDataLayerRuntimeState ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "DataLayerSubsystem is deprecated, use GetDataLayerInstanceRuntimeState in DataLayerManager" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDataLayerLabel_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDataLayerRuntimeStateByLabel constinit property declarations *******
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InDataLayerLabel;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDataLayerRuntimeStateByLabel constinit property declarations *********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDataLayerRuntimeStateByLabel Property Definitions ******************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::NewProp_InDataLayerLabel = { "InDataLayerLabel", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerRuntimeStateByLabel_Parms, InDataLayerLabel), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDataLayerLabel_MetaData), NewProp_InDataLayerLabel_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::NewProp_ReturnValue_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_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerRuntimeStateByLabel_Parms, ReturnValue), Z_Construct_UEnum_Engine_EDataLayerRuntimeState, METADATA_PARAMS(0, nullptr) }; // 3394607490
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::NewProp_InDataLayerLabel,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::NewProp_ReturnValue_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDataLayerRuntimeStateByLabel Property Definitions ********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "GetDataLayerRuntimeStateByLabel", Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::DataLayerSubsystem_eventGetDataLayerRuntimeStateByLabel_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::DataLayerSubsystem_eventGetDataLayerRuntimeStateByLabel_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execGetDataLayerRuntimeStateByLabel)
|
|
{
|
|
P_GET_PROPERTY_REF(FNameProperty,Z_Param_Out_InDataLayerLabel);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(EDataLayerRuntimeState*)Z_Param__Result=P_THIS->GetDataLayerRuntimeStateByLabel(Z_Param_Out_InDataLayerLabel);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function GetDataLayerRuntimeStateByLabel ***************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function GetDataLayerState ***************************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventGetDataLayerState_Parms
|
|
{
|
|
FActorDataLayer InDataLayer;
|
|
EDataLayerState ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "DataLayerSubsystem is deprecated, use the equivalent function in DataLayerManager" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDataLayer_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDataLayerState constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InDataLayer;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDataLayerState constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDataLayerState Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::NewProp_InDataLayer = { "InDataLayer", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerState_Parms, InDataLayer), Z_Construct_UScriptStruct_FActorDataLayer, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDataLayer_MetaData), NewProp_InDataLayer_MetaData) }; // 825798204
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::NewProp_ReturnValue_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_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerState_Parms, ReturnValue), Z_Construct_UEnum_Engine_EDataLayerState, METADATA_PARAMS(0, nullptr) }; // 435569406
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::NewProp_InDataLayer,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::NewProp_ReturnValue_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDataLayerState Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "GetDataLayerState", Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::DataLayerSubsystem_eventGetDataLayerState_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::DataLayerSubsystem_eventGetDataLayerState_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execGetDataLayerState)
|
|
{
|
|
P_GET_STRUCT_REF(FActorDataLayer,Z_Param_Out_InDataLayer);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(EDataLayerState*)Z_Param__Result=P_THIS->GetDataLayerState(Z_Param_Out_InDataLayer);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function GetDataLayerState *****************************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function GetDataLayerStateByLabel ********************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventGetDataLayerStateByLabel_Parms
|
|
{
|
|
FName InDataLayerLabel;
|
|
EDataLayerState ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "DataLayerSubsystem is deprecated, use the equivalent function in DataLayerManager" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDataLayerLabel_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDataLayerStateByLabel constinit property declarations **************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InDataLayerLabel;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDataLayerStateByLabel constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDataLayerStateByLabel Property Definitions *************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::NewProp_InDataLayerLabel = { "InDataLayerLabel", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerStateByLabel_Parms, InDataLayerLabel), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDataLayerLabel_MetaData), NewProp_InDataLayerLabel_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::NewProp_ReturnValue_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_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetDataLayerStateByLabel_Parms, ReturnValue), Z_Construct_UEnum_Engine_EDataLayerState, METADATA_PARAMS(0, nullptr) }; // 435569406
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::NewProp_InDataLayerLabel,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::NewProp_ReturnValue_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDataLayerStateByLabel Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "GetDataLayerStateByLabel", Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::DataLayerSubsystem_eventGetDataLayerStateByLabel_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::DataLayerSubsystem_eventGetDataLayerStateByLabel_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execGetDataLayerStateByLabel)
|
|
{
|
|
P_GET_PROPERTY_REF(FNameProperty,Z_Param_Out_InDataLayerLabel);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(EDataLayerState*)Z_Param__Result=P_THIS->GetDataLayerStateByLabel(Z_Param_Out_InDataLayerLabel);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function GetDataLayerStateByLabel **********************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function GetLoadedDataLayerNames *********************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventGetLoadedDataLayerNames_Parms
|
|
{
|
|
TSet<FName> ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "GetLoadedDataLayerNames will be removed." },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetLoadedDataLayerNames constinit property declarations ***************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue_ElementProp;
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetLoadedDataLayerNames constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetLoadedDataLayerNames Property Definitions **************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames_Statics::NewProp_ReturnValue_ElementProp = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000008000582, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventGetLoadedDataLayerNames_Parms, ReturnValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames_Statics::NewProp_ReturnValue_ElementProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetLoadedDataLayerNames Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "GetLoadedDataLayerNames", Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames_Statics::DataLayerSubsystem_eventGetLoadedDataLayerNames_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames_Statics::DataLayerSubsystem_eventGetLoadedDataLayerNames_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execGetLoadedDataLayerNames)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(TSet<FName>*)Z_Param__Result=P_THIS->GetLoadedDataLayerNames();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function GetLoadedDataLayerNames ***********************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function SetDataLayerInstanceRuntimeState ************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventSetDataLayerInstanceRuntimeState_Parms
|
|
{
|
|
const UDataLayerAsset* InDataLayerAsset;
|
|
EDataLayerRuntimeState InState;
|
|
bool bInIsRecursive;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "CPP_Default_bInIsRecursive", "false" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "DataLayerSubsystem is deprecated, use the equivalent function in DataLayerManager" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDataLayerAsset_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetDataLayerInstanceRuntimeState constinit property declarations ******
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InDataLayerAsset;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InState_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_InState;
|
|
static void NewProp_bInIsRecursive_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInIsRecursive;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetDataLayerInstanceRuntimeState constinit property declarations ********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetDataLayerInstanceRuntimeState Property Definitions *****************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::NewProp_InDataLayerAsset = { "InDataLayerAsset", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventSetDataLayerInstanceRuntimeState_Parms, InDataLayerAsset), Z_Construct_UClass_UDataLayerAsset_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDataLayerAsset_MetaData), NewProp_InDataLayerAsset_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::NewProp_InState_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_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::NewProp_InState = { "InState", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventSetDataLayerInstanceRuntimeState_Parms, InState), Z_Construct_UEnum_Engine_EDataLayerRuntimeState, METADATA_PARAMS(0, nullptr) }; // 3394607490
|
|
void Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::NewProp_bInIsRecursive_SetBit(void* Obj)
|
|
{
|
|
((DataLayerSubsystem_eventSetDataLayerInstanceRuntimeState_Parms*)Obj)->bInIsRecursive = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::NewProp_bInIsRecursive = { "bInIsRecursive", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(DataLayerSubsystem_eventSetDataLayerInstanceRuntimeState_Parms), &Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::NewProp_bInIsRecursive_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::NewProp_InDataLayerAsset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::NewProp_InState_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::NewProp_InState,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::NewProp_bInIsRecursive,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetDataLayerInstanceRuntimeState Property Definitions *******************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "SetDataLayerInstanceRuntimeState", Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::DataLayerSubsystem_eventSetDataLayerInstanceRuntimeState_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020407, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::DataLayerSubsystem_eventSetDataLayerInstanceRuntimeState_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execSetDataLayerInstanceRuntimeState)
|
|
{
|
|
P_GET_OBJECT(UDataLayerAsset,Z_Param_InDataLayerAsset);
|
|
P_GET_ENUM(EDataLayerRuntimeState,Z_Param_InState);
|
|
P_GET_UBOOL(Z_Param_bInIsRecursive);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetDataLayerInstanceRuntimeState(Z_Param_InDataLayerAsset,EDataLayerRuntimeState(Z_Param_InState),Z_Param_bInIsRecursive);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function SetDataLayerInstanceRuntimeState **************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function SetDataLayerRuntimeState ********************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventSetDataLayerRuntimeState_Parms
|
|
{
|
|
FActorDataLayer InDataLayer;
|
|
EDataLayerRuntimeState InState;
|
|
bool bInIsRecursive;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "CPP_Default_bInIsRecursive", "false" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDataLayer_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetDataLayerRuntimeState constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InDataLayer;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InState_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_InState;
|
|
static void NewProp_bInIsRecursive_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInIsRecursive;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetDataLayerRuntimeState constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetDataLayerRuntimeState Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::NewProp_InDataLayer = { "InDataLayer", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventSetDataLayerRuntimeState_Parms, InDataLayer), Z_Construct_UScriptStruct_FActorDataLayer, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDataLayer_MetaData), NewProp_InDataLayer_MetaData) }; // 825798204
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::NewProp_InState_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_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::NewProp_InState = { "InState", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventSetDataLayerRuntimeState_Parms, InState), Z_Construct_UEnum_Engine_EDataLayerRuntimeState, METADATA_PARAMS(0, nullptr) }; // 3394607490
|
|
void Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::NewProp_bInIsRecursive_SetBit(void* Obj)
|
|
{
|
|
((DataLayerSubsystem_eventSetDataLayerRuntimeState_Parms*)Obj)->bInIsRecursive = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::NewProp_bInIsRecursive = { "bInIsRecursive", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(DataLayerSubsystem_eventSetDataLayerRuntimeState_Parms), &Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::NewProp_bInIsRecursive_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::NewProp_InDataLayer,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::NewProp_InState_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::NewProp_InState,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::NewProp_bInIsRecursive,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetDataLayerRuntimeState Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "SetDataLayerRuntimeState", Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::DataLayerSubsystem_eventSetDataLayerRuntimeState_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420407, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::DataLayerSubsystem_eventSetDataLayerRuntimeState_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execSetDataLayerRuntimeState)
|
|
{
|
|
P_GET_STRUCT_REF(FActorDataLayer,Z_Param_Out_InDataLayer);
|
|
P_GET_ENUM(EDataLayerRuntimeState,Z_Param_InState);
|
|
P_GET_UBOOL(Z_Param_bInIsRecursive);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetDataLayerRuntimeState(Z_Param_Out_InDataLayer,EDataLayerRuntimeState(Z_Param_InState),Z_Param_bInIsRecursive);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function SetDataLayerRuntimeState **********************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function SetDataLayerRuntimeStateByLabel *************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventSetDataLayerRuntimeStateByLabel_Parms
|
|
{
|
|
FName InDataLayerLabel;
|
|
EDataLayerRuntimeState InState;
|
|
bool bInIsRecursive;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "CPP_Default_bInIsRecursive", "false" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDataLayerLabel_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetDataLayerRuntimeStateByLabel constinit property declarations *******
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InDataLayerLabel;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InState_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_InState;
|
|
static void NewProp_bInIsRecursive_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInIsRecursive;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetDataLayerRuntimeStateByLabel constinit property declarations *********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetDataLayerRuntimeStateByLabel Property Definitions ******************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::NewProp_InDataLayerLabel = { "InDataLayerLabel", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventSetDataLayerRuntimeStateByLabel_Parms, InDataLayerLabel), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDataLayerLabel_MetaData), NewProp_InDataLayerLabel_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::NewProp_InState_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_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::NewProp_InState = { "InState", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventSetDataLayerRuntimeStateByLabel_Parms, InState), Z_Construct_UEnum_Engine_EDataLayerRuntimeState, METADATA_PARAMS(0, nullptr) }; // 3394607490
|
|
void Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::NewProp_bInIsRecursive_SetBit(void* Obj)
|
|
{
|
|
((DataLayerSubsystem_eventSetDataLayerRuntimeStateByLabel_Parms*)Obj)->bInIsRecursive = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::NewProp_bInIsRecursive = { "bInIsRecursive", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(DataLayerSubsystem_eventSetDataLayerRuntimeStateByLabel_Parms), &Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::NewProp_bInIsRecursive_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::NewProp_InDataLayerLabel,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::NewProp_InState_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::NewProp_InState,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::NewProp_bInIsRecursive,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetDataLayerRuntimeStateByLabel Property Definitions ********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "SetDataLayerRuntimeStateByLabel", Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::DataLayerSubsystem_eventSetDataLayerRuntimeStateByLabel_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420407, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::DataLayerSubsystem_eventSetDataLayerRuntimeStateByLabel_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execSetDataLayerRuntimeStateByLabel)
|
|
{
|
|
P_GET_PROPERTY_REF(FNameProperty,Z_Param_Out_InDataLayerLabel);
|
|
P_GET_ENUM(EDataLayerRuntimeState,Z_Param_InState);
|
|
P_GET_UBOOL(Z_Param_bInIsRecursive);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetDataLayerRuntimeStateByLabel(Z_Param_Out_InDataLayerLabel,EDataLayerRuntimeState(Z_Param_InState),Z_Param_bInIsRecursive);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function SetDataLayerRuntimeStateByLabel ***************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function SetDataLayerState ***************************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventSetDataLayerState_Parms
|
|
{
|
|
FActorDataLayer InDataLayer;
|
|
EDataLayerState InState;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "DataLayerSubsystem is deprecated, use the equivalent function in DataLayerManager" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDataLayer_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetDataLayerState constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InDataLayer;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InState_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_InState;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetDataLayerState constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetDataLayerState Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::NewProp_InDataLayer = { "InDataLayer", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventSetDataLayerState_Parms, InDataLayer), Z_Construct_UScriptStruct_FActorDataLayer, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDataLayer_MetaData), NewProp_InDataLayer_MetaData) }; // 825798204
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::NewProp_InState_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_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::NewProp_InState = { "InState", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventSetDataLayerState_Parms, InState), Z_Construct_UEnum_Engine_EDataLayerState, METADATA_PARAMS(0, nullptr) }; // 435569406
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::NewProp_InDataLayer,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::NewProp_InState_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::NewProp_InState,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetDataLayerState Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "SetDataLayerState", Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::DataLayerSubsystem_eventSetDataLayerState_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420405, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::DataLayerSubsystem_eventSetDataLayerState_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execSetDataLayerState)
|
|
{
|
|
P_GET_STRUCT_REF(FActorDataLayer,Z_Param_Out_InDataLayer);
|
|
P_GET_ENUM(EDataLayerState,Z_Param_InState);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetDataLayerState(Z_Param_Out_InDataLayer,EDataLayerState(Z_Param_InState));
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function SetDataLayerState *****************************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Function SetDataLayerStateByLabel ********************
|
|
struct Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics
|
|
{
|
|
struct DataLayerSubsystem_eventSetDataLayerStateByLabel_Parms
|
|
{
|
|
FName InDataLayerLabel;
|
|
EDataLayerState InState;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "DataLayers" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "DataLayerSubsystem is deprecated, use the equivalent function in DataLayerManager" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDataLayerLabel_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetDataLayerStateByLabel constinit property declarations **************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InDataLayerLabel;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InState_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_InState;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetDataLayerStateByLabel constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetDataLayerStateByLabel Property Definitions *************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::NewProp_InDataLayerLabel = { "InDataLayerLabel", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventSetDataLayerStateByLabel_Parms, InDataLayerLabel), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDataLayerLabel_MetaData), NewProp_InDataLayerLabel_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::NewProp_InState_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_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::NewProp_InState = { "InState", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(DataLayerSubsystem_eventSetDataLayerStateByLabel_Parms, InState), Z_Construct_UEnum_Engine_EDataLayerState, METADATA_PARAMS(0, nullptr) }; // 435569406
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::NewProp_InDataLayerLabel,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::NewProp_InState_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::NewProp_InState,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetDataLayerStateByLabel Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UDataLayerSubsystem, nullptr, "SetDataLayerStateByLabel", Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::DataLayerSubsystem_eventSetDataLayerStateByLabel_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420405, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::Function_MetaDataParams), Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::DataLayerSubsystem_eventSetDataLayerStateByLabel_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UDataLayerSubsystem::execSetDataLayerStateByLabel)
|
|
{
|
|
P_GET_PROPERTY_REF(FNameProperty,Z_Param_Out_InDataLayerLabel);
|
|
P_GET_ENUM(EDataLayerState,Z_Param_InState);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetDataLayerStateByLabel(Z_Param_Out_InDataLayerLabel,EDataLayerState(Z_Param_InState));
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UDataLayerSubsystem Function SetDataLayerStateByLabel **********************
|
|
|
|
// ********** Begin Class UDataLayerSubsystem ******************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UDataLayerSubsystem;
|
|
UClass* UDataLayerSubsystem::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UDataLayerSubsystem;
|
|
if (!Z_Registration_Info_UClass_UDataLayerSubsystem.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("DataLayerSubsystem"),
|
|
Z_Registration_Info_UClass_UDataLayerSubsystem.InnerSingleton,
|
|
StaticRegisterNativesUDataLayerSubsystem,
|
|
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_UDataLayerSubsystem.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UDataLayerSubsystem_NoRegister()
|
|
{
|
|
return UDataLayerSubsystem::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UDataLayerSubsystem_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/** This class is deprecated, it has been replaced by DataLayerManager. */" },
|
|
{ "IncludePath", "WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
{ "ToolTip", "This class is deprecated, it has been replaced by DataLayerManager." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnDataLayerRuntimeStateChanged_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DataLayerLoadingPolicyClass_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/WorldPartition/DataLayer/DataLayerSubsystem.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UDataLayerSubsystem constinit property declarations **********************
|
|
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnDataLayerRuntimeStateChanged;
|
|
static const UECodeGen_Private::FSoftClassPropertyParams NewProp_DataLayerLoadingPolicyClass;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UDataLayerSubsystem constinit property declarations ************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetActiveDataLayerNames"), .Pointer = &UDataLayerSubsystem::execGetActiveDataLayerNames },
|
|
{ .NameUTF8 = UTF8TEXT("GetDataLayer"), .Pointer = &UDataLayerSubsystem::execGetDataLayer },
|
|
{ .NameUTF8 = UTF8TEXT("GetDataLayerEffectiveRuntimeState"), .Pointer = &UDataLayerSubsystem::execGetDataLayerEffectiveRuntimeState },
|
|
{ .NameUTF8 = UTF8TEXT("GetDataLayerEffectiveRuntimeStateByLabel"), .Pointer = &UDataLayerSubsystem::execGetDataLayerEffectiveRuntimeStateByLabel },
|
|
{ .NameUTF8 = UTF8TEXT("GetDataLayerFromLabel"), .Pointer = &UDataLayerSubsystem::execGetDataLayerFromLabel },
|
|
{ .NameUTF8 = UTF8TEXT("GetDataLayerFromName"), .Pointer = &UDataLayerSubsystem::execGetDataLayerFromName },
|
|
{ .NameUTF8 = UTF8TEXT("GetDataLayerInstanceEffectiveRuntimeState"), .Pointer = &UDataLayerSubsystem::execGetDataLayerInstanceEffectiveRuntimeState },
|
|
{ .NameUTF8 = UTF8TEXT("GetDataLayerInstanceFromAsset"), .Pointer = &UDataLayerSubsystem::execGetDataLayerInstanceFromAsset },
|
|
{ .NameUTF8 = UTF8TEXT("GetDataLayerInstanceRuntimeState"), .Pointer = &UDataLayerSubsystem::execGetDataLayerInstanceRuntimeState },
|
|
{ .NameUTF8 = UTF8TEXT("GetDataLayerRuntimeState"), .Pointer = &UDataLayerSubsystem::execGetDataLayerRuntimeState },
|
|
{ .NameUTF8 = UTF8TEXT("GetDataLayerRuntimeStateByLabel"), .Pointer = &UDataLayerSubsystem::execGetDataLayerRuntimeStateByLabel },
|
|
{ .NameUTF8 = UTF8TEXT("GetDataLayerState"), .Pointer = &UDataLayerSubsystem::execGetDataLayerState },
|
|
{ .NameUTF8 = UTF8TEXT("GetDataLayerStateByLabel"), .Pointer = &UDataLayerSubsystem::execGetDataLayerStateByLabel },
|
|
{ .NameUTF8 = UTF8TEXT("GetLoadedDataLayerNames"), .Pointer = &UDataLayerSubsystem::execGetLoadedDataLayerNames },
|
|
{ .NameUTF8 = UTF8TEXT("SetDataLayerInstanceRuntimeState"), .Pointer = &UDataLayerSubsystem::execSetDataLayerInstanceRuntimeState },
|
|
{ .NameUTF8 = UTF8TEXT("SetDataLayerRuntimeState"), .Pointer = &UDataLayerSubsystem::execSetDataLayerRuntimeState },
|
|
{ .NameUTF8 = UTF8TEXT("SetDataLayerRuntimeStateByLabel"), .Pointer = &UDataLayerSubsystem::execSetDataLayerRuntimeStateByLabel },
|
|
{ .NameUTF8 = UTF8TEXT("SetDataLayerState"), .Pointer = &UDataLayerSubsystem::execSetDataLayerState },
|
|
{ .NameUTF8 = UTF8TEXT("SetDataLayerStateByLabel"), .Pointer = &UDataLayerSubsystem::execSetDataLayerStateByLabel },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_GetActiveDataLayerNames, "GetActiveDataLayerNames" }, // 3883594615
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayer, "GetDataLayer" }, // 3186114142
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeState, "GetDataLayerEffectiveRuntimeState" }, // 1823490204
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerEffectiveRuntimeStateByLabel, "GetDataLayerEffectiveRuntimeStateByLabel" }, // 954518508
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromLabel, "GetDataLayerFromLabel" }, // 3633913556
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerFromName, "GetDataLayerFromName" }, // 3363573385
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceEffectiveRuntimeState, "GetDataLayerInstanceEffectiveRuntimeState" }, // 590843604
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceFromAsset, "GetDataLayerInstanceFromAsset" }, // 1816282828
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerInstanceRuntimeState, "GetDataLayerInstanceRuntimeState" }, // 4067367062
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeState, "GetDataLayerRuntimeState" }, // 2585074564
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerRuntimeStateByLabel, "GetDataLayerRuntimeStateByLabel" }, // 1525826800
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerState, "GetDataLayerState" }, // 507752107
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_GetDataLayerStateByLabel, "GetDataLayerStateByLabel" }, // 1548815385
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_GetLoadedDataLayerNames, "GetLoadedDataLayerNames" }, // 186223244
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerInstanceRuntimeState, "SetDataLayerInstanceRuntimeState" }, // 2896900409
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeState, "SetDataLayerRuntimeState" }, // 754047772
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerRuntimeStateByLabel, "SetDataLayerRuntimeStateByLabel" }, // 2951490527
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerState, "SetDataLayerState" }, // 3089233572
|
|
{ &Z_Construct_UFunction_UDataLayerSubsystem_SetDataLayerStateByLabel, "SetDataLayerStateByLabel" }, // 1379096755
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UDataLayerSubsystem>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UDataLayerSubsystem_Statics
|
|
|
|
// ********** Begin Class UDataLayerSubsystem Property Definitions *********************************
|
|
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UDataLayerSubsystem_Statics::NewProp_OnDataLayerRuntimeStateChanged = { "OnDataLayerRuntimeStateChanged", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataLayerSubsystem, OnDataLayerRuntimeStateChanged), Z_Construct_UDelegateFunction_Engine_OnDataLayerRuntimeStateChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnDataLayerRuntimeStateChanged_MetaData), NewProp_OnDataLayerRuntimeStateChanged_MetaData) }; // 358895243
|
|
const UECodeGen_Private::FSoftClassPropertyParams Z_Construct_UClass_UDataLayerSubsystem_Statics::NewProp_DataLayerLoadingPolicyClass = { "DataLayerLoadingPolicyClass", nullptr, (EPropertyFlags)0x0044000000004000, UECodeGen_Private::EPropertyGenFlags::SoftClass, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDataLayerSubsystem, DataLayerLoadingPolicyClass), Z_Construct_UClass_UDataLayerLoadingPolicy_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DataLayerLoadingPolicyClass_MetaData), NewProp_DataLayerLoadingPolicyClass_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDataLayerSubsystem_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataLayerSubsystem_Statics::NewProp_OnDataLayerRuntimeStateChanged,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDataLayerSubsystem_Statics::NewProp_DataLayerLoadingPolicyClass,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataLayerSubsystem_Statics::PropPointers) < 2048);
|
|
// ********** End Class UDataLayerSubsystem Property Definitions ***********************************
|
|
UObject* (*const Z_Construct_UClass_UDataLayerSubsystem_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UWorldSubsystem,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDataLayerSubsystem_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDataLayerSubsystem_Statics::ClassParams = {
|
|
&UDataLayerSubsystem::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UDataLayerSubsystem_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UDataLayerSubsystem_Statics::PropPointers),
|
|
0,
|
|
0x008800A4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDataLayerSubsystem_Statics::Class_MetaDataParams), Z_Construct_UClass_UDataLayerSubsystem_Statics::Class_MetaDataParams)
|
|
};
|
|
void UDataLayerSubsystem::StaticRegisterNativesUDataLayerSubsystem()
|
|
{
|
|
UClass* Class = UDataLayerSubsystem::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UDataLayerSubsystem_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UDataLayerSubsystem()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UDataLayerSubsystem.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDataLayerSubsystem.OuterSingleton, Z_Construct_UClass_UDataLayerSubsystem_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UDataLayerSubsystem.OuterSingleton;
|
|
}
|
|
UDataLayerSubsystem::UDataLayerSubsystem() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDataLayerSubsystem);
|
|
UDataLayerSubsystem::~UDataLayerSubsystem() {}
|
|
// ********** End Class UDataLayerSubsystem ********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_DataLayer_DataLayerSubsystem_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UDataLayerSubsystem, UDataLayerSubsystem::StaticClass, TEXT("UDataLayerSubsystem"), &Z_Registration_Info_UClass_UDataLayerSubsystem, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDataLayerSubsystem), 2536118618U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_DataLayer_DataLayerSubsystem_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_DataLayer_DataLayerSubsystem_h__Script_Engine_3659182789{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_DataLayer_DataLayerSubsystem_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_DataLayer_DataLayerSubsystem_h__Script_Engine_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|