// 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 "StateTreeNodeBase.h" #include "StateTreeIndexTypes.h" #include "StateTreeTypes.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeStateTreeNodeBase() {} // ********** Begin Cross Module References ******************************************************** STATETREEMODULE_API UEnum* Z_Construct_UEnum_StateTreeModule_EStateTreeNodeFormatting(); STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeDataHandle(); STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeIndex16(); STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeNodeBase(); UPackage* Z_Construct_UPackage__Script_StateTreeModule(); // ********** End Cross Module References ********************************************************** // ********** Begin Enum EStateTreeNodeFormatting ************************************************** static FEnumRegistrationInfo Z_Registration_Info_UEnum_EStateTreeNodeFormatting; static UEnum* EStateTreeNodeFormatting_StaticEnum() { if (!Z_Registration_Info_UEnum_EStateTreeNodeFormatting.OuterSingleton) { Z_Registration_Info_UEnum_EStateTreeNodeFormatting.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_StateTreeModule_EStateTreeNodeFormatting, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("EStateTreeNodeFormatting")); } return Z_Registration_Info_UEnum_EStateTreeNodeFormatting.OuterSingleton; } template<> STATETREEMODULE_NON_ATTRIBUTED_API UEnum* StaticEnum() { return EStateTreeNodeFormatting_StaticEnum(); } struct Z_Construct_UEnum_StateTreeModule_EStateTreeNodeFormatting_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = { { "BlueprintType", "true" }, { "Comment", "/**\n * Enum describing in what format a text is expected to be returned.\n *\n * - Normal text should be used for values\n * - Bold text should generally be used for actions, like name a of a task \"Play Animation {AnimName}\".\n * - Subdued should be generally used for secondary/structural information, like \"{Left} equals {Right}\".\n */" }, { "ModuleRelativePath", "Public/StateTreeNodeBase.h" }, { "RichText.Comment", "/**\n\x09 * The returned text can contain following right text formatting (no nesting)\n\x09 *\x09- Bold (bolder font is used)\n\x09 *\x09- Subdued (normal font with lighter color) */" }, { "RichText.Name", "EStateTreeNodeFormatting::RichText" }, { "RichText.ToolTip", "The returned text can contain following right text formatting (no nesting)\n - Bold (bolder font is used)\n - Subdued (normal font with lighter color)" }, { "Text.Comment", "/** The text should be unformatted */" }, { "Text.Name", "EStateTreeNodeFormatting::Text" }, { "Text.ToolTip", "The text should be unformatted" }, { "ToolTip", "Enum describing in what format a text is expected to be returned.\n\n- Normal text should be used for values\n- Bold text should generally be used for actions, like name a of a task \"Play Animation {AnimName}\".\n- Subdued should be generally used for secondary/structural information, like \"{Left} equals {Right}\"." }, }; #endif // WITH_METADATA static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = { { "EStateTreeNodeFormatting::RichText", (int64)EStateTreeNodeFormatting::RichText }, { "EStateTreeNodeFormatting::Text", (int64)EStateTreeNodeFormatting::Text }, }; static const UECodeGen_Private::FEnumParams EnumParams; }; // struct Z_Construct_UEnum_StateTreeModule_EStateTreeNodeFormatting_Statics const UECodeGen_Private::FEnumParams Z_Construct_UEnum_StateTreeModule_EStateTreeNodeFormatting_Statics::EnumParams = { (UObject*(*)())Z_Construct_UPackage__Script_StateTreeModule, nullptr, "EStateTreeNodeFormatting", "EStateTreeNodeFormatting", Z_Construct_UEnum_StateTreeModule_EStateTreeNodeFormatting_Statics::Enumerators, RF_Public|RF_Transient|RF_MarkAsNative, UE_ARRAY_COUNT(Z_Construct_UEnum_StateTreeModule_EStateTreeNodeFormatting_Statics::Enumerators), EEnumFlags::None, (uint8)UEnum::ECppForm::EnumClass, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_StateTreeModule_EStateTreeNodeFormatting_Statics::Enum_MetaDataParams), Z_Construct_UEnum_StateTreeModule_EStateTreeNodeFormatting_Statics::Enum_MetaDataParams) }; UEnum* Z_Construct_UEnum_StateTreeModule_EStateTreeNodeFormatting() { if (!Z_Registration_Info_UEnum_EStateTreeNodeFormatting.InnerSingleton) { UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EStateTreeNodeFormatting.InnerSingleton, Z_Construct_UEnum_StateTreeModule_EStateTreeNodeFormatting_Statics::EnumParams); } return Z_Registration_Info_UEnum_EStateTreeNodeFormatting.InnerSingleton; } // ********** End Enum EStateTreeNodeFormatting **************************************************** // ********** Begin ScriptStruct FStateTreeNodeBase ************************************************ struct Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics { static inline consteval int32 GetStructSize() { return sizeof(FStateTreeNodeBase); } static inline consteval int16 GetStructAlignment() { return alignof(FStateTreeNodeBase); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "/**\n * Base struct of StateTree Conditions, Considerations, Evaluators, and Tasks.\n */" }, { "ModuleRelativePath", "Public/StateTreeNodeBase.h" }, { "ToolTip", "Base struct of StateTree Conditions, Considerations, Evaluators, and Tasks." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = { { "Category", "" }, { "Comment", "/** Name of the node. */" }, { "EditCondition", "false" }, { "EditConditionHides", "" }, { "ModuleRelativePath", "Public/StateTreeNodeBase.h" }, { "ToolTip", "Name of the node." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BindingsBatch_MetaData[] = { { "Comment", "/** Property binding copy batch handle. */" }, { "ModuleRelativePath", "Public/StateTreeNodeBase.h" }, { "ToolTip", "Property binding copy batch handle." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OutputBindingsBatch_MetaData[] = { { "Comment", "/** Property output binding copy batch handle. */" }, { "ModuleRelativePath", "Public/StateTreeNodeBase.h" }, { "ToolTip", "Property output binding copy batch handle." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InstanceTemplateIndex_MetaData[] = { { "Comment", "/** Index of template instance data for the node. Can point to Shared or Default instance data in StateTree depending on node type. */" }, { "ModuleRelativePath", "Public/StateTreeNodeBase.h" }, { "ToolTip", "Index of template instance data for the node. Can point to Shared or Default instance data in StateTree depending on node type." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExecutionRuntimeTemplateIndex_MetaData[] = { { "Comment", "/** Index of template execution runtime data for the node. */" }, { "ModuleRelativePath", "Public/StateTreeNodeBase.h" }, { "ToolTip", "Index of template execution runtime data for the node." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InstanceDataHandle_MetaData[] = { { "Comment", "/** Data handle to access the instance data. */" }, { "ModuleRelativePath", "Public/StateTreeNodeBase.h" }, { "ToolTip", "Data handle to access the instance data." }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FStateTreeNodeBase constinit property declarations **************** static const UECodeGen_Private::FNamePropertyParams NewProp_Name; static const UECodeGen_Private::FStructPropertyParams NewProp_BindingsBatch; static const UECodeGen_Private::FStructPropertyParams NewProp_OutputBindingsBatch; static const UECodeGen_Private::FStructPropertyParams NewProp_InstanceTemplateIndex; static const UECodeGen_Private::FStructPropertyParams NewProp_ExecutionRuntimeTemplateIndex; static const UECodeGen_Private::FStructPropertyParams NewProp_InstanceDataHandle; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FStateTreeNodeBase constinit property declarations ****************** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateTreeNodeBase; class UScriptStruct* FStateTreeNodeBase::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FStateTreeNodeBase.OuterSingleton) { Z_Registration_Info_UScriptStruct_FStateTreeNodeBase.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateTreeNodeBase, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("StateTreeNodeBase")); } return Z_Registration_Info_UScriptStruct_FStateTreeNodeBase.OuterSingleton; } // ********** Begin ScriptStruct FStateTreeNodeBase Property Definitions *************************** const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeNodeBase, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::NewProp_BindingsBatch = { "BindingsBatch", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeNodeBase, BindingsBatch), Z_Construct_UScriptStruct_FStateTreeIndex16, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BindingsBatch_MetaData), NewProp_BindingsBatch_MetaData) }; // 224117634 const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::NewProp_OutputBindingsBatch = { "OutputBindingsBatch", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeNodeBase, OutputBindingsBatch), Z_Construct_UScriptStruct_FStateTreeIndex16, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OutputBindingsBatch_MetaData), NewProp_OutputBindingsBatch_MetaData) }; // 224117634 const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::NewProp_InstanceTemplateIndex = { "InstanceTemplateIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeNodeBase, InstanceTemplateIndex), Z_Construct_UScriptStruct_FStateTreeIndex16, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InstanceTemplateIndex_MetaData), NewProp_InstanceTemplateIndex_MetaData) }; // 224117634 const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::NewProp_ExecutionRuntimeTemplateIndex = { "ExecutionRuntimeTemplateIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeNodeBase, ExecutionRuntimeTemplateIndex), Z_Construct_UScriptStruct_FStateTreeIndex16, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExecutionRuntimeTemplateIndex_MetaData), NewProp_ExecutionRuntimeTemplateIndex_MetaData) }; // 224117634 const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::NewProp_InstanceDataHandle = { "InstanceDataHandle", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeNodeBase, InstanceDataHandle), Z_Construct_UScriptStruct_FStateTreeDataHandle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InstanceDataHandle_MetaData), NewProp_InstanceDataHandle_MetaData) }; // 1892859071 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::NewProp_Name, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::NewProp_BindingsBatch, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::NewProp_OutputBindingsBatch, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::NewProp_InstanceTemplateIndex, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::NewProp_ExecutionRuntimeTemplateIndex, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::NewProp_InstanceDataHandle, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::PropPointers) < 2048); // ********** End ScriptStruct FStateTreeNodeBase Property Definitions ***************************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_StateTreeModule, nullptr, &NewStructOps, "StateTreeNodeBase", Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::PropPointers), sizeof(FStateTreeNodeBase), alignof(FStateTreeNodeBase), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FStateTreeNodeBase() { if (!Z_Registration_Info_UScriptStruct_FStateTreeNodeBase.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateTreeNodeBase.InnerSingleton, Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FStateTreeNodeBase.InnerSingleton); } // ********** End ScriptStruct FStateTreeNodeBase ************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeNodeBase_h__Script_StateTreeModule_Statics { static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = { { EStateTreeNodeFormatting_StaticEnum, TEXT("EStateTreeNodeFormatting"), &Z_Registration_Info_UEnum_EStateTreeNodeFormatting, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1885804891U) }, }; static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FStateTreeNodeBase::StaticStruct, Z_Construct_UScriptStruct_FStateTreeNodeBase_Statics::NewStructOps, TEXT("StateTreeNodeBase"),&Z_Registration_Info_UScriptStruct_FStateTreeNodeBase, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStateTreeNodeBase), 4207835468U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeNodeBase_h__Script_StateTreeModule_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeNodeBase_h__Script_StateTreeModule_649635925{ TEXT("/Script/StateTreeModule"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeNodeBase_h__Script_StateTreeModule_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeNodeBase_h__Script_StateTreeModule_Statics::ScriptStructInfo), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeNodeBase_h__Script_StateTreeModule_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeNodeBase_h__Script_StateTreeModule_Statics::EnumInfo), }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS