928 lines
65 KiB
C++
928 lines
65 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 "BehaviorTree/ValueOrBBKey.h"
|
|
#include "StructUtils/InstancedStruct.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeValueOrBBKey() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
AIMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Bool();
|
|
AIMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Class();
|
|
AIMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Enum();
|
|
AIMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Float();
|
|
AIMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Int32();
|
|
AIMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Name();
|
|
AIMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Object();
|
|
AIMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Rotator();
|
|
AIMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_String();
|
|
AIMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Struct();
|
|
AIMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Vector();
|
|
AIMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UEnum_NoRegister();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FInstancedStruct();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FRotator();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
|
UPackage* Z_Construct_UPackage__Script_AIModule();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FValueOrBlackboardKeyBase *****************************************
|
|
struct Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FValueOrBlackboardKeyBase); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FValueOrBlackboardKeyBase); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "// Base struct to simplify edition in the editor, shouldn't be used elsewhere\n" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
{ "ToolTip", "Base struct to simplify edition in the editor, shouldn't be used elsewhere" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Key_MetaData[] = {
|
|
{ "Category", "Value" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FValueOrBlackboardKeyBase constinit property declarations *********
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Key;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FValueOrBlackboardKeyBase constinit property declarations ***********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FValueOrBlackboardKeyBase>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FValueOrBlackboardKeyBase;
|
|
class UScriptStruct* FValueOrBlackboardKeyBase::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBlackboardKeyBase.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FValueOrBlackboardKeyBase.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase, (UObject*)Z_Construct_UPackage__Script_AIModule(), TEXT("ValueOrBlackboardKeyBase"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FValueOrBlackboardKeyBase.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FValueOrBlackboardKeyBase Property Definitions ********************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase_Statics::NewProp_Key = { "Key", nullptr, (EPropertyFlags)0x0020080000000015, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FValueOrBlackboardKeyBase, Key), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Key_MetaData), NewProp_Key_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase_Statics::NewProp_Key,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FValueOrBlackboardKeyBase Property Definitions **********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"ValueOrBlackboardKeyBase",
|
|
Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase_Statics::PropPointers),
|
|
sizeof(FValueOrBlackboardKeyBase),
|
|
alignof(FValueOrBlackboardKeyBase),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBlackboardKeyBase.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FValueOrBlackboardKeyBase.InnerSingleton, Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FValueOrBlackboardKeyBase.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FValueOrBlackboardKeyBase *******************************************
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Bool ************************************************
|
|
struct Z_Construct_UScriptStruct_FValueOrBBKey_Bool_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FValueOrBBKey_Bool); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FValueOrBBKey_Bool); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[] = {
|
|
{ "Category", "Value" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Bool constinit property declarations ****************
|
|
static void NewProp_DefaultValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_DefaultValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FValueOrBBKey_Bool constinit property declarations ******************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FValueOrBBKey_Bool>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FValueOrBBKey_Bool_Statics
|
|
static_assert(std::is_polymorphic<FValueOrBBKey_Bool>() == std::is_polymorphic<FValueOrBlackboardKeyBase>(), "USTRUCT FValueOrBBKey_Bool cannot be polymorphic unless super FValueOrBlackboardKeyBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FValueOrBBKey_Bool;
|
|
class UScriptStruct* FValueOrBBKey_Bool::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Bool.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FValueOrBBKey_Bool.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FValueOrBBKey_Bool, (UObject*)Z_Construct_UPackage__Script_AIModule(), TEXT("ValueOrBBKey_Bool"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FValueOrBBKey_Bool.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Bool Property Definitions ***************************
|
|
void Z_Construct_UScriptStruct_FValueOrBBKey_Bool_Statics::NewProp_DefaultValue_SetBit(void* Obj)
|
|
{
|
|
((FValueOrBBKey_Bool*)Obj)->DefaultValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_Bool_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FValueOrBBKey_Bool), &Z_Construct_UScriptStruct_FValueOrBBKey_Bool_Statics::NewProp_DefaultValue_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultValue_MetaData), NewProp_DefaultValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FValueOrBBKey_Bool_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_Bool_Statics::NewProp_DefaultValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Bool_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FValueOrBBKey_Bool Property Definitions *****************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FValueOrBBKey_Bool_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
|
Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase,
|
|
&NewStructOps,
|
|
"ValueOrBBKey_Bool",
|
|
Z_Construct_UScriptStruct_FValueOrBBKey_Bool_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Bool_Statics::PropPointers),
|
|
sizeof(FValueOrBBKey_Bool),
|
|
alignof(FValueOrBBKey_Bool),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Bool_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FValueOrBBKey_Bool_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Bool()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Bool.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Bool.InnerSingleton, Z_Construct_UScriptStruct_FValueOrBBKey_Bool_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Bool.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FValueOrBBKey_Bool **************************************************
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Class ***********************************************
|
|
struct Z_Construct_UScriptStruct_FValueOrBBKey_Class_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FValueOrBBKey_Class); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FValueOrBBKey_Class); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[] = {
|
|
{ "Category", "Value" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BaseClass_MetaData[] = {
|
|
{ "AllowAbstract", "1" },
|
|
{ "Category", "Value" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Class constinit property declarations ***************
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_DefaultValue;
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_BaseClass;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FValueOrBBKey_Class constinit property declarations *****************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FValueOrBBKey_Class>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FValueOrBBKey_Class_Statics
|
|
static_assert(std::is_polymorphic<FValueOrBBKey_Class>() == std::is_polymorphic<FValueOrBlackboardKeyBase>(), "USTRUCT FValueOrBBKey_Class cannot be polymorphic unless super FValueOrBlackboardKeyBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FValueOrBBKey_Class;
|
|
class UScriptStruct* FValueOrBBKey_Class::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Class.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FValueOrBBKey_Class.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FValueOrBBKey_Class, (UObject*)Z_Construct_UPackage__Script_AIModule(), TEXT("ValueOrBBKey_Class"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FValueOrBBKey_Class.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Class Property Definitions **************************
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_Class_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0124080000000001, UECodeGen_Private::EPropertyGenFlags::Class | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FValueOrBBKey_Class, DefaultValue), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultValue_MetaData), NewProp_DefaultValue_MetaData) };
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_Class_Statics::NewProp_BaseClass = { "BaseClass", nullptr, (EPropertyFlags)0x0124080000010001, UECodeGen_Private::EPropertyGenFlags::Class | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FValueOrBBKey_Class, BaseClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BaseClass_MetaData), NewProp_BaseClass_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FValueOrBBKey_Class_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_Class_Statics::NewProp_DefaultValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_Class_Statics::NewProp_BaseClass,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Class_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FValueOrBBKey_Class Property Definitions ****************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FValueOrBBKey_Class_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
|
Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase,
|
|
&NewStructOps,
|
|
"ValueOrBBKey_Class",
|
|
Z_Construct_UScriptStruct_FValueOrBBKey_Class_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Class_Statics::PropPointers),
|
|
sizeof(FValueOrBBKey_Class),
|
|
alignof(FValueOrBBKey_Class),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Class_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FValueOrBBKey_Class_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Class()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Class.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Class.InnerSingleton, Z_Construct_UScriptStruct_FValueOrBBKey_Class_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Class.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FValueOrBBKey_Class *************************************************
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Enum ************************************************
|
|
struct Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FValueOrBBKey_Enum); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FValueOrBBKey_Enum); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[] = {
|
|
{ "Category", "Value" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EnumType_MetaData[] = {
|
|
{ "Category", "Value" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NativeEnumTypeName_MetaData[] = {
|
|
{ "Category", "Value" },
|
|
{ "Comment", "/** Name of enum type defined in C++ code, will take priority over asset from EnumType property */" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
{ "ToolTip", "Name of enum type defined in C++ code, will take priority over asset from EnumType property" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Enum constinit property declarations ****************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_DefaultValue;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_EnumType;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_NativeEnumTypeName;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FValueOrBBKey_Enum constinit property declarations ******************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FValueOrBBKey_Enum>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics
|
|
static_assert(std::is_polymorphic<FValueOrBBKey_Enum>() == std::is_polymorphic<FValueOrBlackboardKeyBase>(), "USTRUCT FValueOrBBKey_Enum cannot be polymorphic unless super FValueOrBlackboardKeyBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FValueOrBBKey_Enum;
|
|
class UScriptStruct* FValueOrBBKey_Enum::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Enum.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FValueOrBBKey_Enum.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FValueOrBBKey_Enum, (UObject*)Z_Construct_UPackage__Script_AIModule(), TEXT("ValueOrBBKey_Enum"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FValueOrBBKey_Enum.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Enum Property Definitions ***************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FValueOrBBKey_Enum, DefaultValue), nullptr, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultValue_MetaData), NewProp_DefaultValue_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics::NewProp_EnumType = { "EnumType", nullptr, (EPropertyFlags)0x0124080000010001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FValueOrBBKey_Enum, EnumType), Z_Construct_UClass_UEnum_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EnumType_MetaData), NewProp_EnumType_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics::NewProp_NativeEnumTypeName = { "NativeEnumTypeName", nullptr, (EPropertyFlags)0x0020080000010001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FValueOrBBKey_Enum, NativeEnumTypeName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NativeEnumTypeName_MetaData), NewProp_NativeEnumTypeName_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics::NewProp_DefaultValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics::NewProp_EnumType,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics::NewProp_NativeEnumTypeName,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FValueOrBBKey_Enum Property Definitions *****************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
|
Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase,
|
|
&NewStructOps,
|
|
"ValueOrBBKey_Enum",
|
|
Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics::PropPointers),
|
|
sizeof(FValueOrBBKey_Enum),
|
|
alignof(FValueOrBBKey_Enum),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Enum()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Enum.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Enum.InnerSingleton, Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Enum.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FValueOrBBKey_Enum **************************************************
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Float ***********************************************
|
|
struct Z_Construct_UScriptStruct_FValueOrBBKey_Float_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FValueOrBBKey_Float); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FValueOrBBKey_Float); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[] = {
|
|
{ "Category", "Value" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Float constinit property declarations ***************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DefaultValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FValueOrBBKey_Float constinit property declarations *****************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FValueOrBBKey_Float>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FValueOrBBKey_Float_Statics
|
|
static_assert(std::is_polymorphic<FValueOrBBKey_Float>() == std::is_polymorphic<FValueOrBlackboardKeyBase>(), "USTRUCT FValueOrBBKey_Float cannot be polymorphic unless super FValueOrBlackboardKeyBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FValueOrBBKey_Float;
|
|
class UScriptStruct* FValueOrBBKey_Float::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Float.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FValueOrBBKey_Float.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FValueOrBBKey_Float, (UObject*)Z_Construct_UPackage__Script_AIModule(), TEXT("ValueOrBBKey_Float"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FValueOrBBKey_Float.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Float Property Definitions **************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_Float_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FValueOrBBKey_Float, DefaultValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultValue_MetaData), NewProp_DefaultValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FValueOrBBKey_Float_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_Float_Statics::NewProp_DefaultValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Float_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FValueOrBBKey_Float Property Definitions ****************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FValueOrBBKey_Float_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
|
Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase,
|
|
&NewStructOps,
|
|
"ValueOrBBKey_Float",
|
|
Z_Construct_UScriptStruct_FValueOrBBKey_Float_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Float_Statics::PropPointers),
|
|
sizeof(FValueOrBBKey_Float),
|
|
alignof(FValueOrBBKey_Float),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Float_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FValueOrBBKey_Float_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Float()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Float.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Float.InnerSingleton, Z_Construct_UScriptStruct_FValueOrBBKey_Float_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Float.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FValueOrBBKey_Float *************************************************
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Int32 ***********************************************
|
|
struct Z_Construct_UScriptStruct_FValueOrBBKey_Int32_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FValueOrBBKey_Int32); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FValueOrBBKey_Int32); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[] = {
|
|
{ "Category", "Value" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Int32 constinit property declarations ***************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_DefaultValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FValueOrBBKey_Int32 constinit property declarations *****************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FValueOrBBKey_Int32>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FValueOrBBKey_Int32_Statics
|
|
static_assert(std::is_polymorphic<FValueOrBBKey_Int32>() == std::is_polymorphic<FValueOrBlackboardKeyBase>(), "USTRUCT FValueOrBBKey_Int32 cannot be polymorphic unless super FValueOrBlackboardKeyBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FValueOrBBKey_Int32;
|
|
class UScriptStruct* FValueOrBBKey_Int32::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Int32.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FValueOrBBKey_Int32.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FValueOrBBKey_Int32, (UObject*)Z_Construct_UPackage__Script_AIModule(), TEXT("ValueOrBBKey_Int32"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FValueOrBBKey_Int32.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Int32 Property Definitions **************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_Int32_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FValueOrBBKey_Int32, DefaultValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultValue_MetaData), NewProp_DefaultValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FValueOrBBKey_Int32_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_Int32_Statics::NewProp_DefaultValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Int32_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FValueOrBBKey_Int32 Property Definitions ****************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FValueOrBBKey_Int32_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
|
Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase,
|
|
&NewStructOps,
|
|
"ValueOrBBKey_Int32",
|
|
Z_Construct_UScriptStruct_FValueOrBBKey_Int32_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Int32_Statics::PropPointers),
|
|
sizeof(FValueOrBBKey_Int32),
|
|
alignof(FValueOrBBKey_Int32),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Int32_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FValueOrBBKey_Int32_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Int32()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Int32.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Int32.InnerSingleton, Z_Construct_UScriptStruct_FValueOrBBKey_Int32_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Int32.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FValueOrBBKey_Int32 *************************************************
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Name ************************************************
|
|
struct Z_Construct_UScriptStruct_FValueOrBBKey_Name_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FValueOrBBKey_Name); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FValueOrBBKey_Name); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[] = {
|
|
{ "Category", "Value" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Name constinit property declarations ****************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_DefaultValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FValueOrBBKey_Name constinit property declarations ******************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FValueOrBBKey_Name>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FValueOrBBKey_Name_Statics
|
|
static_assert(std::is_polymorphic<FValueOrBBKey_Name>() == std::is_polymorphic<FValueOrBlackboardKeyBase>(), "USTRUCT FValueOrBBKey_Name cannot be polymorphic unless super FValueOrBlackboardKeyBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FValueOrBBKey_Name;
|
|
class UScriptStruct* FValueOrBBKey_Name::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Name.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FValueOrBBKey_Name.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FValueOrBBKey_Name, (UObject*)Z_Construct_UPackage__Script_AIModule(), TEXT("ValueOrBBKey_Name"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FValueOrBBKey_Name.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Name Property Definitions ***************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_Name_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FValueOrBBKey_Name, DefaultValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultValue_MetaData), NewProp_DefaultValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FValueOrBBKey_Name_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_Name_Statics::NewProp_DefaultValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Name_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FValueOrBBKey_Name Property Definitions *****************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FValueOrBBKey_Name_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
|
Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase,
|
|
&NewStructOps,
|
|
"ValueOrBBKey_Name",
|
|
Z_Construct_UScriptStruct_FValueOrBBKey_Name_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Name_Statics::PropPointers),
|
|
sizeof(FValueOrBBKey_Name),
|
|
alignof(FValueOrBBKey_Name),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Name_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FValueOrBBKey_Name_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Name()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Name.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Name.InnerSingleton, Z_Construct_UScriptStruct_FValueOrBBKey_Name_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Name.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FValueOrBBKey_Name **************************************************
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_String **********************************************
|
|
struct Z_Construct_UScriptStruct_FValueOrBBKey_String_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FValueOrBBKey_String); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FValueOrBBKey_String); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[] = {
|
|
{ "Category", "Value" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_String constinit property declarations **************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_DefaultValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FValueOrBBKey_String constinit property declarations ****************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FValueOrBBKey_String>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FValueOrBBKey_String_Statics
|
|
static_assert(std::is_polymorphic<FValueOrBBKey_String>() == std::is_polymorphic<FValueOrBlackboardKeyBase>(), "USTRUCT FValueOrBBKey_String cannot be polymorphic unless super FValueOrBlackboardKeyBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FValueOrBBKey_String;
|
|
class UScriptStruct* FValueOrBBKey_String::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_String.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FValueOrBBKey_String.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FValueOrBBKey_String, (UObject*)Z_Construct_UPackage__Script_AIModule(), TEXT("ValueOrBBKey_String"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FValueOrBBKey_String.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_String Property Definitions *************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_String_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FValueOrBBKey_String, DefaultValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultValue_MetaData), NewProp_DefaultValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FValueOrBBKey_String_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_String_Statics::NewProp_DefaultValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_String_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FValueOrBBKey_String Property Definitions ***************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FValueOrBBKey_String_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
|
Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase,
|
|
&NewStructOps,
|
|
"ValueOrBBKey_String",
|
|
Z_Construct_UScriptStruct_FValueOrBBKey_String_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_String_Statics::PropPointers),
|
|
sizeof(FValueOrBBKey_String),
|
|
alignof(FValueOrBBKey_String),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_String_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FValueOrBBKey_String_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_String()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_String.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FValueOrBBKey_String.InnerSingleton, Z_Construct_UScriptStruct_FValueOrBBKey_String_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FValueOrBBKey_String.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FValueOrBBKey_String ************************************************
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Object **********************************************
|
|
struct Z_Construct_UScriptStruct_FValueOrBBKey_Object_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FValueOrBBKey_Object); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FValueOrBBKey_Object); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[] = {
|
|
{ "Category", "Value" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BaseClass_MetaData[] = {
|
|
{ "AllowAbstract", "1" },
|
|
{ "Category", "Value" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Object constinit property declarations **************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_DefaultValue;
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_BaseClass;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FValueOrBBKey_Object constinit property declarations ****************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FValueOrBBKey_Object>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FValueOrBBKey_Object_Statics
|
|
static_assert(std::is_polymorphic<FValueOrBBKey_Object>() == std::is_polymorphic<FValueOrBlackboardKeyBase>(), "USTRUCT FValueOrBBKey_Object cannot be polymorphic unless super FValueOrBlackboardKeyBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FValueOrBBKey_Object;
|
|
class UScriptStruct* FValueOrBBKey_Object::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Object.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FValueOrBBKey_Object.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FValueOrBBKey_Object, (UObject*)Z_Construct_UPackage__Script_AIModule(), TEXT("ValueOrBBKey_Object"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FValueOrBBKey_Object.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Object Property Definitions *************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_Object_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0124080000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FValueOrBBKey_Object, DefaultValue), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultValue_MetaData), NewProp_DefaultValue_MetaData) };
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_Object_Statics::NewProp_BaseClass = { "BaseClass", nullptr, (EPropertyFlags)0x0124080000010001, UECodeGen_Private::EPropertyGenFlags::Class | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FValueOrBBKey_Object, BaseClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BaseClass_MetaData), NewProp_BaseClass_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FValueOrBBKey_Object_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_Object_Statics::NewProp_DefaultValue,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_Object_Statics::NewProp_BaseClass,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Object_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FValueOrBBKey_Object Property Definitions ***************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FValueOrBBKey_Object_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
|
Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase,
|
|
&NewStructOps,
|
|
"ValueOrBBKey_Object",
|
|
Z_Construct_UScriptStruct_FValueOrBBKey_Object_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Object_Statics::PropPointers),
|
|
sizeof(FValueOrBBKey_Object),
|
|
alignof(FValueOrBBKey_Object),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Object_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FValueOrBBKey_Object_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Object()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Object.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Object.InnerSingleton, Z_Construct_UScriptStruct_FValueOrBBKey_Object_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Object.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FValueOrBBKey_Object ************************************************
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Rotator *********************************************
|
|
struct Z_Construct_UScriptStruct_FValueOrBBKey_Rotator_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FValueOrBBKey_Rotator); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FValueOrBBKey_Rotator); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[] = {
|
|
{ "Category", "Value" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Rotator constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FValueOrBBKey_Rotator constinit property declarations ***************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FValueOrBBKey_Rotator>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FValueOrBBKey_Rotator_Statics
|
|
static_assert(std::is_polymorphic<FValueOrBBKey_Rotator>() == std::is_polymorphic<FValueOrBlackboardKeyBase>(), "USTRUCT FValueOrBBKey_Rotator cannot be polymorphic unless super FValueOrBlackboardKeyBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FValueOrBBKey_Rotator;
|
|
class UScriptStruct* FValueOrBBKey_Rotator::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Rotator.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FValueOrBBKey_Rotator.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FValueOrBBKey_Rotator, (UObject*)Z_Construct_UPackage__Script_AIModule(), TEXT("ValueOrBBKey_Rotator"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FValueOrBBKey_Rotator.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Rotator Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_Rotator_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FValueOrBBKey_Rotator, DefaultValue), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultValue_MetaData), NewProp_DefaultValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FValueOrBBKey_Rotator_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_Rotator_Statics::NewProp_DefaultValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Rotator_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FValueOrBBKey_Rotator Property Definitions **************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FValueOrBBKey_Rotator_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
|
Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase,
|
|
&NewStructOps,
|
|
"ValueOrBBKey_Rotator",
|
|
Z_Construct_UScriptStruct_FValueOrBBKey_Rotator_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Rotator_Statics::PropPointers),
|
|
sizeof(FValueOrBBKey_Rotator),
|
|
alignof(FValueOrBBKey_Rotator),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Rotator_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FValueOrBBKey_Rotator_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Rotator()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Rotator.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Rotator.InnerSingleton, Z_Construct_UScriptStruct_FValueOrBBKey_Rotator_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Rotator.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FValueOrBBKey_Rotator ***********************************************
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Vector **********************************************
|
|
struct Z_Construct_UScriptStruct_FValueOrBBKey_Vector_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FValueOrBBKey_Vector); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FValueOrBBKey_Vector); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[] = {
|
|
{ "Category", "Value" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Vector constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FValueOrBBKey_Vector constinit property declarations ****************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FValueOrBBKey_Vector>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FValueOrBBKey_Vector_Statics
|
|
static_assert(std::is_polymorphic<FValueOrBBKey_Vector>() == std::is_polymorphic<FValueOrBlackboardKeyBase>(), "USTRUCT FValueOrBBKey_Vector cannot be polymorphic unless super FValueOrBlackboardKeyBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FValueOrBBKey_Vector;
|
|
class UScriptStruct* FValueOrBBKey_Vector::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Vector.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FValueOrBBKey_Vector.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FValueOrBBKey_Vector, (UObject*)Z_Construct_UPackage__Script_AIModule(), TEXT("ValueOrBBKey_Vector"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FValueOrBBKey_Vector.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Vector Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_Vector_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FValueOrBBKey_Vector, DefaultValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultValue_MetaData), NewProp_DefaultValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FValueOrBBKey_Vector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_Vector_Statics::NewProp_DefaultValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Vector_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FValueOrBBKey_Vector Property Definitions ***************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FValueOrBBKey_Vector_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
|
Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase,
|
|
&NewStructOps,
|
|
"ValueOrBBKey_Vector",
|
|
Z_Construct_UScriptStruct_FValueOrBBKey_Vector_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Vector_Statics::PropPointers),
|
|
sizeof(FValueOrBBKey_Vector),
|
|
alignof(FValueOrBBKey_Vector),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Vector_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FValueOrBBKey_Vector_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Vector()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Vector.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Vector.InnerSingleton, Z_Construct_UScriptStruct_FValueOrBBKey_Vector_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Vector.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FValueOrBBKey_Vector ************************************************
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Struct **********************************************
|
|
struct Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FValueOrBBKey_Struct); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FValueOrBBKey_Struct); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[] = {
|
|
{ "Category", "Value" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCanEditDefaultValueType_MetaData[] = {
|
|
{ "Category", "Value" },
|
|
{ "Comment", "/** Exist to give a way for the details to know if the DefaultValue type can be edited. */" },
|
|
{ "ModuleRelativePath", "Classes/BehaviorTree/ValueOrBBKey.h" },
|
|
{ "ToolTip", "Exist to give a way for the details to know if the DefaultValue type can be edited." },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Struct constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultValue;
|
|
#if WITH_EDITORONLY_DATA
|
|
static void NewProp_bCanEditDefaultValueType_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCanEditDefaultValueType;
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FValueOrBBKey_Struct constinit property declarations ****************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FValueOrBBKey_Struct>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics
|
|
static_assert(std::is_polymorphic<FValueOrBBKey_Struct>() == std::is_polymorphic<FValueOrBlackboardKeyBase>(), "USTRUCT FValueOrBBKey_Struct cannot be polymorphic unless super FValueOrBlackboardKeyBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FValueOrBBKey_Struct;
|
|
class UScriptStruct* FValueOrBBKey_Struct::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Struct.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FValueOrBBKey_Struct.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FValueOrBBKey_Struct, (UObject*)Z_Construct_UPackage__Script_AIModule(), TEXT("ValueOrBBKey_Struct"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FValueOrBBKey_Struct.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FValueOrBBKey_Struct Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FValueOrBBKey_Struct, DefaultValue), Z_Construct_UScriptStruct_FInstancedStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultValue_MetaData), NewProp_DefaultValue_MetaData) }; // 3949785911
|
|
#if WITH_EDITORONLY_DATA
|
|
void Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics::NewProp_bCanEditDefaultValueType_SetBit(void* Obj)
|
|
{
|
|
((FValueOrBBKey_Struct*)Obj)->bCanEditDefaultValueType = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics::NewProp_bCanEditDefaultValueType = { "bCanEditDefaultValueType", nullptr, (EPropertyFlags)0x0020080800010001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FValueOrBBKey_Struct), &Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics::NewProp_bCanEditDefaultValueType_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCanEditDefaultValueType_MetaData), NewProp_bCanEditDefaultValueType_MetaData) };
|
|
#endif // WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics::NewProp_DefaultValue,
|
|
#if WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics::NewProp_bCanEditDefaultValueType,
|
|
#endif // WITH_EDITORONLY_DATA
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FValueOrBBKey_Struct Property Definitions ***************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AIModule,
|
|
Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase,
|
|
&NewStructOps,
|
|
"ValueOrBBKey_Struct",
|
|
Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics::PropPointers),
|
|
sizeof(FValueOrBBKey_Struct),
|
|
alignof(FValueOrBBKey_Struct),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FValueOrBBKey_Struct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FValueOrBBKey_Struct.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Struct.InnerSingleton, Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FValueOrBBKey_Struct.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FValueOrBBKey_Struct ************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_ValueOrBBKey_h__Script_AIModule_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FValueOrBlackboardKeyBase::StaticStruct, Z_Construct_UScriptStruct_FValueOrBlackboardKeyBase_Statics::NewStructOps, TEXT("ValueOrBlackboardKeyBase"),&Z_Registration_Info_UScriptStruct_FValueOrBlackboardKeyBase, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FValueOrBlackboardKeyBase), 222183827U) },
|
|
{ FValueOrBBKey_Bool::StaticStruct, Z_Construct_UScriptStruct_FValueOrBBKey_Bool_Statics::NewStructOps, TEXT("ValueOrBBKey_Bool"),&Z_Registration_Info_UScriptStruct_FValueOrBBKey_Bool, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FValueOrBBKey_Bool), 54755339U) },
|
|
{ FValueOrBBKey_Class::StaticStruct, Z_Construct_UScriptStruct_FValueOrBBKey_Class_Statics::NewStructOps, TEXT("ValueOrBBKey_Class"),&Z_Registration_Info_UScriptStruct_FValueOrBBKey_Class, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FValueOrBBKey_Class), 3781931138U) },
|
|
{ FValueOrBBKey_Enum::StaticStruct, Z_Construct_UScriptStruct_FValueOrBBKey_Enum_Statics::NewStructOps, TEXT("ValueOrBBKey_Enum"),&Z_Registration_Info_UScriptStruct_FValueOrBBKey_Enum, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FValueOrBBKey_Enum), 2838470346U) },
|
|
{ FValueOrBBKey_Float::StaticStruct, Z_Construct_UScriptStruct_FValueOrBBKey_Float_Statics::NewStructOps, TEXT("ValueOrBBKey_Float"),&Z_Registration_Info_UScriptStruct_FValueOrBBKey_Float, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FValueOrBBKey_Float), 2276197101U) },
|
|
{ FValueOrBBKey_Int32::StaticStruct, Z_Construct_UScriptStruct_FValueOrBBKey_Int32_Statics::NewStructOps, TEXT("ValueOrBBKey_Int32"),&Z_Registration_Info_UScriptStruct_FValueOrBBKey_Int32, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FValueOrBBKey_Int32), 3505038127U) },
|
|
{ FValueOrBBKey_Name::StaticStruct, Z_Construct_UScriptStruct_FValueOrBBKey_Name_Statics::NewStructOps, TEXT("ValueOrBBKey_Name"),&Z_Registration_Info_UScriptStruct_FValueOrBBKey_Name, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FValueOrBBKey_Name), 2195371079U) },
|
|
{ FValueOrBBKey_String::StaticStruct, Z_Construct_UScriptStruct_FValueOrBBKey_String_Statics::NewStructOps, TEXT("ValueOrBBKey_String"),&Z_Registration_Info_UScriptStruct_FValueOrBBKey_String, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FValueOrBBKey_String), 793372048U) },
|
|
{ FValueOrBBKey_Object::StaticStruct, Z_Construct_UScriptStruct_FValueOrBBKey_Object_Statics::NewStructOps, TEXT("ValueOrBBKey_Object"),&Z_Registration_Info_UScriptStruct_FValueOrBBKey_Object, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FValueOrBBKey_Object), 324230224U) },
|
|
{ FValueOrBBKey_Rotator::StaticStruct, Z_Construct_UScriptStruct_FValueOrBBKey_Rotator_Statics::NewStructOps, TEXT("ValueOrBBKey_Rotator"),&Z_Registration_Info_UScriptStruct_FValueOrBBKey_Rotator, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FValueOrBBKey_Rotator), 352156802U) },
|
|
{ FValueOrBBKey_Vector::StaticStruct, Z_Construct_UScriptStruct_FValueOrBBKey_Vector_Statics::NewStructOps, TEXT("ValueOrBBKey_Vector"),&Z_Registration_Info_UScriptStruct_FValueOrBBKey_Vector, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FValueOrBBKey_Vector), 3676485031U) },
|
|
{ FValueOrBBKey_Struct::StaticStruct, Z_Construct_UScriptStruct_FValueOrBBKey_Struct_Statics::NewStructOps, TEXT("ValueOrBBKey_Struct"),&Z_Registration_Info_UScriptStruct_FValueOrBBKey_Struct, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FValueOrBBKey_Struct), 3178960662U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_ValueOrBBKey_h__Script_AIModule_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_ValueOrBBKey_h__Script_AIModule_3306285380{
|
|
TEXT("/Script/AIModule"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_ValueOrBBKey_h__Script_AIModule_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AIModule_Classes_BehaviorTree_ValueOrBBKey_h__Script_AIModule_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|