// 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 "StateTreeConditionBase.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeStateTreeConditionBase() {} // ********** Begin Cross Module References ******************************************************** STATETREEMODULE_API UEnum* Z_Construct_UEnum_StateTreeModule_EStateTreeConditionEvaluationMode(); STATETREEMODULE_API UEnum* Z_Construct_UEnum_StateTreeModule_EStateTreeExpressionOperand(); STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeConditionBase(); STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeConditionCommonBase(); STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeNodeBase(); UPackage* Z_Construct_UPackage__Script_StateTreeModule(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FStateTreeConditionBase ******************************************* struct Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics { static inline consteval int32 GetStructSize() { return sizeof(FStateTreeConditionBase); } static inline consteval int16 GetStructAlignment() { return alignof(FStateTreeConditionBase); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "/**\n * Base struct for all conditions.\n */" }, { "Hidden", "" }, { "ModuleRelativePath", "Public/StateTreeConditionBase.h" }, { "ToolTip", "Base struct for all conditions." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Operand_MetaData[] = { { "ModuleRelativePath", "Public/StateTreeConditionBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DeltaIndent_MetaData[] = { { "ModuleRelativePath", "Public/StateTreeConditionBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EvaluationMode_MetaData[] = { { "ModuleRelativePath", "Public/StateTreeConditionBase.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FStateTreeConditionBase constinit property declarations *********** static const UECodeGen_Private::FBytePropertyParams NewProp_Operand_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_Operand; static const UECodeGen_Private::FInt8PropertyParams NewProp_DeltaIndent; static const UECodeGen_Private::FBytePropertyParams NewProp_EvaluationMode_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_EvaluationMode; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FStateTreeConditionBase constinit property declarations ************* static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FStateTreeConditionBase cannot be polymorphic unless super FStateTreeNodeBase is polymorphic"); static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateTreeConditionBase; class UScriptStruct* FStateTreeConditionBase::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FStateTreeConditionBase.OuterSingleton) { Z_Registration_Info_UScriptStruct_FStateTreeConditionBase.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateTreeConditionBase, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("StateTreeConditionBase")); } return Z_Registration_Info_UScriptStruct_FStateTreeConditionBase.OuterSingleton; } // ********** Begin ScriptStruct FStateTreeConditionBase Property Definitions ********************** const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::NewProp_Operand_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_UScriptStruct_FStateTreeConditionBase_Statics::NewProp_Operand = { "Operand", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeConditionBase, Operand), Z_Construct_UEnum_StateTreeModule_EStateTreeExpressionOperand, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Operand_MetaData), NewProp_Operand_MetaData) }; // 2833604980 const UECodeGen_Private::FInt8PropertyParams Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::NewProp_DeltaIndent = { "DeltaIndent", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int8, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeConditionBase, DeltaIndent), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DeltaIndent_MetaData), NewProp_DeltaIndent_MetaData) }; const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::NewProp_EvaluationMode_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_UScriptStruct_FStateTreeConditionBase_Statics::NewProp_EvaluationMode = { "EvaluationMode", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeConditionBase, EvaluationMode), Z_Construct_UEnum_StateTreeModule_EStateTreeConditionEvaluationMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EvaluationMode_MetaData), NewProp_EvaluationMode_MetaData) }; // 728345696 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::NewProp_Operand_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::NewProp_Operand, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::NewProp_DeltaIndent, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::NewProp_EvaluationMode_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::NewProp_EvaluationMode, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::PropPointers) < 2048); // ********** End ScriptStruct FStateTreeConditionBase Property Definitions ************************ const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_StateTreeModule, Z_Construct_UScriptStruct_FStateTreeNodeBase, &NewStructOps, "StateTreeConditionBase", Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::PropPointers), sizeof(FStateTreeConditionBase), alignof(FStateTreeConditionBase), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FStateTreeConditionBase() { if (!Z_Registration_Info_UScriptStruct_FStateTreeConditionBase.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateTreeConditionBase.InnerSingleton, Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FStateTreeConditionBase.InnerSingleton); } // ********** End ScriptStruct FStateTreeConditionBase ********************************************* // ********** Begin ScriptStruct FStateTreeConditionCommonBase ************************************* struct Z_Construct_UScriptStruct_FStateTreeConditionCommonBase_Statics { static inline consteval int32 GetStructSize() { return sizeof(FStateTreeConditionCommonBase); } static inline consteval int16 GetStructAlignment() { return alignof(FStateTreeConditionCommonBase); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "/**\n * Base class (namespace) for all common Conditions that are generally applicable.\n * This allows schemas to safely include all conditions child of this struct. \n */" }, { "Hidden", "" }, { "ModuleRelativePath", "Public/StateTreeConditionBase.h" }, { "ToolTip", "Base class (namespace) for all common Conditions that are generally applicable.\nThis allows schemas to safely include all conditions child of this struct." }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FStateTreeConditionCommonBase constinit property declarations ***** // ********** End ScriptStruct FStateTreeConditionCommonBase constinit property declarations ******* static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FStateTreeConditionCommonBase_Statics static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FStateTreeConditionCommonBase cannot be polymorphic unless super FStateTreeConditionBase is polymorphic"); static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateTreeConditionCommonBase; class UScriptStruct* FStateTreeConditionCommonBase::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FStateTreeConditionCommonBase.OuterSingleton) { Z_Registration_Info_UScriptStruct_FStateTreeConditionCommonBase.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateTreeConditionCommonBase, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("StateTreeConditionCommonBase")); } return Z_Registration_Info_UScriptStruct_FStateTreeConditionCommonBase.OuterSingleton; } const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateTreeConditionCommonBase_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_StateTreeModule, Z_Construct_UScriptStruct_FStateTreeConditionBase, &NewStructOps, "StateTreeConditionCommonBase", nullptr, 0, sizeof(FStateTreeConditionCommonBase), alignof(FStateTreeConditionCommonBase), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeConditionCommonBase_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateTreeConditionCommonBase_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FStateTreeConditionCommonBase() { if (!Z_Registration_Info_UScriptStruct_FStateTreeConditionCommonBase.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateTreeConditionCommonBase.InnerSingleton, Z_Construct_UScriptStruct_FStateTreeConditionCommonBase_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FStateTreeConditionCommonBase.InnerSingleton); } // ********** End ScriptStruct FStateTreeConditionCommonBase *************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeConditionBase_h__Script_StateTreeModule_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FStateTreeConditionBase::StaticStruct, Z_Construct_UScriptStruct_FStateTreeConditionBase_Statics::NewStructOps, TEXT("StateTreeConditionBase"),&Z_Registration_Info_UScriptStruct_FStateTreeConditionBase, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStateTreeConditionBase), 2024457282U) }, { FStateTreeConditionCommonBase::StaticStruct, Z_Construct_UScriptStruct_FStateTreeConditionCommonBase_Statics::NewStructOps, TEXT("StateTreeConditionCommonBase"),&Z_Registration_Info_UScriptStruct_FStateTreeConditionCommonBase, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStateTreeConditionCommonBase), 3014417668U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeConditionBase_h__Script_StateTreeModule_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeConditionBase_h__Script_StateTreeModule_1368119228{ TEXT("/Script/StateTreeModule"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeConditionBase_h__Script_StateTreeModule_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeConditionBase_h__Script_StateTreeModule_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS