86 lines
4.9 KiB
C++
86 lines
4.9 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 "StateTreeLinker.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeStateTreeLinker() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
STATETREEMODULE_API UEnum* Z_Construct_UEnum_StateTreeModule_EStateTreeLinkerStatus();
|
|
UPackage* Z_Construct_UPackage__Script_StateTreeModule();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Enum EStateTreeLinkerStatus ****************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EStateTreeLinkerStatus;
|
|
static UEnum* EStateTreeLinkerStatus_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EStateTreeLinkerStatus.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_EStateTreeLinkerStatus.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_StateTreeModule_EStateTreeLinkerStatus, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("EStateTreeLinkerStatus"));
|
|
}
|
|
return Z_Registration_Info_UEnum_EStateTreeLinkerStatus.OuterSingleton;
|
|
}
|
|
template<> STATETREEMODULE_NON_ATTRIBUTED_API UEnum* StaticEnum<EStateTreeLinkerStatus>()
|
|
{
|
|
return EStateTreeLinkerStatus_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_StateTreeModule_EStateTreeLinkerStatus_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "Failed.Name", "EStateTreeLinkerStatus::Failed" },
|
|
{ "ModuleRelativePath", "Public/StateTreeLinker.h" },
|
|
{ "Succeeded.Name", "EStateTreeLinkerStatus::Succeeded" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "EStateTreeLinkerStatus::Succeeded", (int64)EStateTreeLinkerStatus::Succeeded },
|
|
{ "EStateTreeLinkerStatus::Failed", (int64)EStateTreeLinkerStatus::Failed },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_StateTreeModule_EStateTreeLinkerStatus_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_StateTreeModule_EStateTreeLinkerStatus_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_StateTreeModule,
|
|
nullptr,
|
|
"EStateTreeLinkerStatus",
|
|
"EStateTreeLinkerStatus",
|
|
Z_Construct_UEnum_StateTreeModule_EStateTreeLinkerStatus_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_StateTreeModule_EStateTreeLinkerStatus_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_StateTreeModule_EStateTreeLinkerStatus_Statics::Enum_MetaDataParams), Z_Construct_UEnum_StateTreeModule_EStateTreeLinkerStatus_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_StateTreeModule_EStateTreeLinkerStatus()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EStateTreeLinkerStatus.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EStateTreeLinkerStatus.InnerSingleton, Z_Construct_UEnum_StateTreeModule_EStateTreeLinkerStatus_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_EStateTreeLinkerStatus.InnerSingleton;
|
|
}
|
|
// ********** End Enum EStateTreeLinkerStatus ******************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeLinker_h__Script_StateTreeModule_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ EStateTreeLinkerStatus_StaticEnum, TEXT("EStateTreeLinkerStatus"), &Z_Registration_Info_UEnum_EStateTreeLinkerStatus, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2367272611U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeLinker_h__Script_StateTreeModule_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeLinker_h__Script_StateTreeModule_2258536723{
|
|
TEXT("/Script/StateTreeModule"),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeLinker_h__Script_StateTreeModule_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeLinker_h__Script_StateTreeModule_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|