Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/StateTreeModule/UHT/StateTreeIntPropertyFunctions.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

537 lines
39 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 "PropertyFunctions/StateTreeIntPropertyFunctions.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeStateTreeIntPropertyFunctions() {}
// ********** Begin Cross Module References ********************************************************
STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction();
STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeAddIntPropertyFunction();
STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeDivideIntPropertyFunction();
STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData();
STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeInvertIntPropertyFunction();
STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeMultiplyIntPropertyFunction();
STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreePropertyFunctionCommonBase();
STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData();
STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeSubtractIntPropertyFunction();
UPackage* Z_Construct_UPackage__Script_StateTreeModule();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FStateTreeIntCombinaisonPropertyFunctionInstanceData **************
struct Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FStateTreeIntCombinaisonPropertyFunctionInstanceData); }
static inline consteval int16 GetStructAlignment() { return alignof(FStateTreeIntCombinaisonPropertyFunctionInstanceData); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntPropertyFunctions.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Left_MetaData[] = {
{ "Category", "Parameter" },
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntPropertyFunctions.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Right_MetaData[] = {
{ "Category", "Parameter" },
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntPropertyFunctions.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Result_MetaData[] = {
{ "Category", "Output" },
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntPropertyFunctions.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FStateTreeIntCombinaisonPropertyFunctionInstanceData constinit property declarations
static const UECodeGen_Private::FIntPropertyParams NewProp_Left;
static const UECodeGen_Private::FIntPropertyParams NewProp_Right;
static const UECodeGen_Private::FIntPropertyParams NewProp_Result;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FStateTreeIntCombinaisonPropertyFunctionInstanceData constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FStateTreeIntCombinaisonPropertyFunctionInstanceData>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData;
class UScriptStruct* FStateTreeIntCombinaisonPropertyFunctionInstanceData::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("StateTreeIntCombinaisonPropertyFunctionInstanceData"));
}
return Z_Registration_Info_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData.OuterSingleton;
}
// ********** Begin ScriptStruct FStateTreeIntCombinaisonPropertyFunctionInstanceData Property Definitions
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics::NewProp_Left = { "Left", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeIntCombinaisonPropertyFunctionInstanceData, Left), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Left_MetaData), NewProp_Left_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics::NewProp_Right = { "Right", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeIntCombinaisonPropertyFunctionInstanceData, Right), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Right_MetaData), NewProp_Right_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeIntCombinaisonPropertyFunctionInstanceData, Result), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Result_MetaData), NewProp_Result_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics::NewProp_Left,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics::NewProp_Right,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics::NewProp_Result,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FStateTreeIntCombinaisonPropertyFunctionInstanceData Property Definitions
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_StateTreeModule,
nullptr,
&NewStructOps,
"StateTreeIntCombinaisonPropertyFunctionInstanceData",
Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics::PropPointers),
sizeof(FStateTreeIntCombinaisonPropertyFunctionInstanceData),
alignof(FStateTreeIntCombinaisonPropertyFunctionInstanceData),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData.InnerSingleton, Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData.InnerSingleton);
}
// ********** End ScriptStruct FStateTreeIntCombinaisonPropertyFunctionInstanceData ****************
// ********** Begin ScriptStruct FStateTreeAddIntPropertyFunction **********************************
struct Z_Construct_UScriptStruct_FStateTreeAddIntPropertyFunction_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FStateTreeAddIntPropertyFunction); }
static inline consteval int16 GetStructAlignment() { return alignof(FStateTreeAddIntPropertyFunction); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Category", "Math|Integer" },
{ "Comment", "/**\n * Add two ints.\n */" },
{ "DisplayName", "Add" },
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntPropertyFunctions.h" },
{ "ToolTip", "Add two ints." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FStateTreeAddIntPropertyFunction constinit property declarations **
// ********** End ScriptStruct FStateTreeAddIntPropertyFunction constinit property declarations ****
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FStateTreeAddIntPropertyFunction>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FStateTreeAddIntPropertyFunction_Statics
static_assert(std::is_polymorphic<FStateTreeAddIntPropertyFunction>() == std::is_polymorphic<FStateTreePropertyFunctionCommonBase>(), "USTRUCT FStateTreeAddIntPropertyFunction cannot be polymorphic unless super FStateTreePropertyFunctionCommonBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateTreeAddIntPropertyFunction;
class UScriptStruct* FStateTreeAddIntPropertyFunction::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeAddIntPropertyFunction.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FStateTreeAddIntPropertyFunction.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateTreeAddIntPropertyFunction, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("StateTreeAddIntPropertyFunction"));
}
return Z_Registration_Info_UScriptStruct_FStateTreeAddIntPropertyFunction.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateTreeAddIntPropertyFunction_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_StateTreeModule,
Z_Construct_UScriptStruct_FStateTreePropertyFunctionCommonBase,
&NewStructOps,
"StateTreeAddIntPropertyFunction",
nullptr,
0,
sizeof(FStateTreeAddIntPropertyFunction),
alignof(FStateTreeAddIntPropertyFunction),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeAddIntPropertyFunction_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateTreeAddIntPropertyFunction_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FStateTreeAddIntPropertyFunction()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeAddIntPropertyFunction.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateTreeAddIntPropertyFunction.InnerSingleton, Z_Construct_UScriptStruct_FStateTreeAddIntPropertyFunction_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FStateTreeAddIntPropertyFunction.InnerSingleton);
}
// ********** End ScriptStruct FStateTreeAddIntPropertyFunction ************************************
// ********** Begin ScriptStruct FStateTreeSubtractIntPropertyFunction *****************************
struct Z_Construct_UScriptStruct_FStateTreeSubtractIntPropertyFunction_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FStateTreeSubtractIntPropertyFunction); }
static inline consteval int16 GetStructAlignment() { return alignof(FStateTreeSubtractIntPropertyFunction); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Category", "Math|Integer" },
{ "Comment", "/**\n * Subtract right int from left int.\n */" },
{ "DisplayName", "Subtract" },
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntPropertyFunctions.h" },
{ "ToolTip", "Subtract right int from left int." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FStateTreeSubtractIntPropertyFunction constinit property declarations
// ********** End ScriptStruct FStateTreeSubtractIntPropertyFunction constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FStateTreeSubtractIntPropertyFunction>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FStateTreeSubtractIntPropertyFunction_Statics
static_assert(std::is_polymorphic<FStateTreeSubtractIntPropertyFunction>() == std::is_polymorphic<FStateTreePropertyFunctionCommonBase>(), "USTRUCT FStateTreeSubtractIntPropertyFunction cannot be polymorphic unless super FStateTreePropertyFunctionCommonBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateTreeSubtractIntPropertyFunction;
class UScriptStruct* FStateTreeSubtractIntPropertyFunction::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeSubtractIntPropertyFunction.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FStateTreeSubtractIntPropertyFunction.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateTreeSubtractIntPropertyFunction, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("StateTreeSubtractIntPropertyFunction"));
}
return Z_Registration_Info_UScriptStruct_FStateTreeSubtractIntPropertyFunction.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateTreeSubtractIntPropertyFunction_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_StateTreeModule,
Z_Construct_UScriptStruct_FStateTreePropertyFunctionCommonBase,
&NewStructOps,
"StateTreeSubtractIntPropertyFunction",
nullptr,
0,
sizeof(FStateTreeSubtractIntPropertyFunction),
alignof(FStateTreeSubtractIntPropertyFunction),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeSubtractIntPropertyFunction_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateTreeSubtractIntPropertyFunction_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FStateTreeSubtractIntPropertyFunction()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeSubtractIntPropertyFunction.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateTreeSubtractIntPropertyFunction.InnerSingleton, Z_Construct_UScriptStruct_FStateTreeSubtractIntPropertyFunction_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FStateTreeSubtractIntPropertyFunction.InnerSingleton);
}
// ********** End ScriptStruct FStateTreeSubtractIntPropertyFunction *******************************
// ********** Begin ScriptStruct FStateTreeMultiplyIntPropertyFunction *****************************
struct Z_Construct_UScriptStruct_FStateTreeMultiplyIntPropertyFunction_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FStateTreeMultiplyIntPropertyFunction); }
static inline consteval int16 GetStructAlignment() { return alignof(FStateTreeMultiplyIntPropertyFunction); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Category", "Math|Integer" },
{ "Comment", "/**\n * Multiply the two given ints.\n */" },
{ "DisplayName", "Multiply" },
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntPropertyFunctions.h" },
{ "ToolTip", "Multiply the two given ints." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FStateTreeMultiplyIntPropertyFunction constinit property declarations
// ********** End ScriptStruct FStateTreeMultiplyIntPropertyFunction constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FStateTreeMultiplyIntPropertyFunction>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FStateTreeMultiplyIntPropertyFunction_Statics
static_assert(std::is_polymorphic<FStateTreeMultiplyIntPropertyFunction>() == std::is_polymorphic<FStateTreePropertyFunctionCommonBase>(), "USTRUCT FStateTreeMultiplyIntPropertyFunction cannot be polymorphic unless super FStateTreePropertyFunctionCommonBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateTreeMultiplyIntPropertyFunction;
class UScriptStruct* FStateTreeMultiplyIntPropertyFunction::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeMultiplyIntPropertyFunction.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FStateTreeMultiplyIntPropertyFunction.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateTreeMultiplyIntPropertyFunction, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("StateTreeMultiplyIntPropertyFunction"));
}
return Z_Registration_Info_UScriptStruct_FStateTreeMultiplyIntPropertyFunction.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateTreeMultiplyIntPropertyFunction_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_StateTreeModule,
Z_Construct_UScriptStruct_FStateTreePropertyFunctionCommonBase,
&NewStructOps,
"StateTreeMultiplyIntPropertyFunction",
nullptr,
0,
sizeof(FStateTreeMultiplyIntPropertyFunction),
alignof(FStateTreeMultiplyIntPropertyFunction),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeMultiplyIntPropertyFunction_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateTreeMultiplyIntPropertyFunction_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FStateTreeMultiplyIntPropertyFunction()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeMultiplyIntPropertyFunction.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateTreeMultiplyIntPropertyFunction.InnerSingleton, Z_Construct_UScriptStruct_FStateTreeMultiplyIntPropertyFunction_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FStateTreeMultiplyIntPropertyFunction.InnerSingleton);
}
// ********** End ScriptStruct FStateTreeMultiplyIntPropertyFunction *******************************
// ********** Begin ScriptStruct FStateTreeDivideIntPropertyFunction *******************************
struct Z_Construct_UScriptStruct_FStateTreeDivideIntPropertyFunction_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FStateTreeDivideIntPropertyFunction); }
static inline consteval int16 GetStructAlignment() { return alignof(FStateTreeDivideIntPropertyFunction); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Category", "Math|Integer" },
{ "Comment", "/**\n * Divide left int by right int.\n */" },
{ "DisplayName", "Divide" },
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntPropertyFunctions.h" },
{ "ToolTip", "Divide left int by right int." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FStateTreeDivideIntPropertyFunction constinit property declarations
// ********** End ScriptStruct FStateTreeDivideIntPropertyFunction constinit property declarations *
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FStateTreeDivideIntPropertyFunction>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FStateTreeDivideIntPropertyFunction_Statics
static_assert(std::is_polymorphic<FStateTreeDivideIntPropertyFunction>() == std::is_polymorphic<FStateTreePropertyFunctionCommonBase>(), "USTRUCT FStateTreeDivideIntPropertyFunction cannot be polymorphic unless super FStateTreePropertyFunctionCommonBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateTreeDivideIntPropertyFunction;
class UScriptStruct* FStateTreeDivideIntPropertyFunction::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeDivideIntPropertyFunction.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FStateTreeDivideIntPropertyFunction.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateTreeDivideIntPropertyFunction, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("StateTreeDivideIntPropertyFunction"));
}
return Z_Registration_Info_UScriptStruct_FStateTreeDivideIntPropertyFunction.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateTreeDivideIntPropertyFunction_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_StateTreeModule,
Z_Construct_UScriptStruct_FStateTreePropertyFunctionCommonBase,
&NewStructOps,
"StateTreeDivideIntPropertyFunction",
nullptr,
0,
sizeof(FStateTreeDivideIntPropertyFunction),
alignof(FStateTreeDivideIntPropertyFunction),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeDivideIntPropertyFunction_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateTreeDivideIntPropertyFunction_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FStateTreeDivideIntPropertyFunction()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeDivideIntPropertyFunction.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateTreeDivideIntPropertyFunction.InnerSingleton, Z_Construct_UScriptStruct_FStateTreeDivideIntPropertyFunction_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FStateTreeDivideIntPropertyFunction.InnerSingleton);
}
// ********** End ScriptStruct FStateTreeDivideIntPropertyFunction *********************************
// ********** Begin ScriptStruct FStateTreeSingleIntPropertyFunctionInstanceData *******************
struct Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FStateTreeSingleIntPropertyFunctionInstanceData); }
static inline consteval int16 GetStructAlignment() { return alignof(FStateTreeSingleIntPropertyFunctionInstanceData); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntPropertyFunctions.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Input_MetaData[] = {
{ "Category", "Parameter" },
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntPropertyFunctions.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Result_MetaData[] = {
{ "Category", "Output" },
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntPropertyFunctions.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FStateTreeSingleIntPropertyFunctionInstanceData constinit property declarations
static const UECodeGen_Private::FIntPropertyParams NewProp_Input;
static const UECodeGen_Private::FIntPropertyParams NewProp_Result;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FStateTreeSingleIntPropertyFunctionInstanceData constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FStateTreeSingleIntPropertyFunctionInstanceData>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData;
class UScriptStruct* FStateTreeSingleIntPropertyFunctionInstanceData::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("StateTreeSingleIntPropertyFunctionInstanceData"));
}
return Z_Registration_Info_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData.OuterSingleton;
}
// ********** Begin ScriptStruct FStateTreeSingleIntPropertyFunctionInstanceData Property Definitions
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData_Statics::NewProp_Input = { "Input", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeSingleIntPropertyFunctionInstanceData, Input), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Input_MetaData), NewProp_Input_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeSingleIntPropertyFunctionInstanceData, Result), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Result_MetaData), NewProp_Result_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData_Statics::NewProp_Input,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData_Statics::NewProp_Result,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FStateTreeSingleIntPropertyFunctionInstanceData Property Definitions
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_StateTreeModule,
nullptr,
&NewStructOps,
"StateTreeSingleIntPropertyFunctionInstanceData",
Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData_Statics::PropPointers),
sizeof(FStateTreeSingleIntPropertyFunctionInstanceData),
alignof(FStateTreeSingleIntPropertyFunctionInstanceData),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData.InnerSingleton, Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData.InnerSingleton);
}
// ********** End ScriptStruct FStateTreeSingleIntPropertyFunctionInstanceData *********************
// ********** Begin ScriptStruct FStateTreeInvertIntPropertyFunction *******************************
struct Z_Construct_UScriptStruct_FStateTreeInvertIntPropertyFunction_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FStateTreeInvertIntPropertyFunction); }
static inline consteval int16 GetStructAlignment() { return alignof(FStateTreeInvertIntPropertyFunction); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Category", "Math|Integer" },
{ "Comment", "/**\n * Invert the given int.\n */" },
{ "DisplayName", "Invert" },
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntPropertyFunctions.h" },
{ "ToolTip", "Invert the given int." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FStateTreeInvertIntPropertyFunction constinit property declarations
// ********** End ScriptStruct FStateTreeInvertIntPropertyFunction constinit property declarations *
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FStateTreeInvertIntPropertyFunction>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FStateTreeInvertIntPropertyFunction_Statics
static_assert(std::is_polymorphic<FStateTreeInvertIntPropertyFunction>() == std::is_polymorphic<FStateTreePropertyFunctionCommonBase>(), "USTRUCT FStateTreeInvertIntPropertyFunction cannot be polymorphic unless super FStateTreePropertyFunctionCommonBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateTreeInvertIntPropertyFunction;
class UScriptStruct* FStateTreeInvertIntPropertyFunction::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeInvertIntPropertyFunction.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FStateTreeInvertIntPropertyFunction.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateTreeInvertIntPropertyFunction, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("StateTreeInvertIntPropertyFunction"));
}
return Z_Registration_Info_UScriptStruct_FStateTreeInvertIntPropertyFunction.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateTreeInvertIntPropertyFunction_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_StateTreeModule,
Z_Construct_UScriptStruct_FStateTreePropertyFunctionCommonBase,
&NewStructOps,
"StateTreeInvertIntPropertyFunction",
nullptr,
0,
sizeof(FStateTreeInvertIntPropertyFunction),
alignof(FStateTreeInvertIntPropertyFunction),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeInvertIntPropertyFunction_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateTreeInvertIntPropertyFunction_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FStateTreeInvertIntPropertyFunction()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeInvertIntPropertyFunction.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateTreeInvertIntPropertyFunction.InnerSingleton, Z_Construct_UScriptStruct_FStateTreeInvertIntPropertyFunction_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FStateTreeInvertIntPropertyFunction.InnerSingleton);
}
// ********** End ScriptStruct FStateTreeInvertIntPropertyFunction *********************************
// ********** Begin ScriptStruct FStateTreeAbsoluteIntPropertyFunction *****************************
struct Z_Construct_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FStateTreeAbsoluteIntPropertyFunction); }
static inline consteval int16 GetStructAlignment() { return alignof(FStateTreeAbsoluteIntPropertyFunction); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Category", "Math|Integer" },
{ "Comment", "/**\n * Gives the absolute value of the given int.\n */" },
{ "DisplayName", "Absolute" },
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntPropertyFunctions.h" },
{ "ToolTip", "Gives the absolute value of the given int." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FStateTreeAbsoluteIntPropertyFunction constinit property declarations
// ********** End ScriptStruct FStateTreeAbsoluteIntPropertyFunction constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FStateTreeAbsoluteIntPropertyFunction>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction_Statics
static_assert(std::is_polymorphic<FStateTreeAbsoluteIntPropertyFunction>() == std::is_polymorphic<FStateTreePropertyFunctionCommonBase>(), "USTRUCT FStateTreeAbsoluteIntPropertyFunction cannot be polymorphic unless super FStateTreePropertyFunctionCommonBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction;
class UScriptStruct* FStateTreeAbsoluteIntPropertyFunction::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("StateTreeAbsoluteIntPropertyFunction"));
}
return Z_Registration_Info_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_StateTreeModule,
Z_Construct_UScriptStruct_FStateTreePropertyFunctionCommonBase,
&NewStructOps,
"StateTreeAbsoluteIntPropertyFunction",
nullptr,
0,
sizeof(FStateTreeAbsoluteIntPropertyFunction),
alignof(FStateTreeAbsoluteIntPropertyFunction),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction.InnerSingleton, Z_Construct_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction.InnerSingleton);
}
// ********** End ScriptStruct FStateTreeAbsoluteIntPropertyFunction *******************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Private_PropertyFunctions_StateTreeIntPropertyFunctions_h__Script_StateTreeModule_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FStateTreeIntCombinaisonPropertyFunctionInstanceData::StaticStruct, Z_Construct_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData_Statics::NewStructOps, TEXT("StateTreeIntCombinaisonPropertyFunctionInstanceData"),&Z_Registration_Info_UScriptStruct_FStateTreeIntCombinaisonPropertyFunctionInstanceData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStateTreeIntCombinaisonPropertyFunctionInstanceData), 3570680708U) },
{ FStateTreeAddIntPropertyFunction::StaticStruct, Z_Construct_UScriptStruct_FStateTreeAddIntPropertyFunction_Statics::NewStructOps, TEXT("StateTreeAddIntPropertyFunction"),&Z_Registration_Info_UScriptStruct_FStateTreeAddIntPropertyFunction, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStateTreeAddIntPropertyFunction), 2626515765U) },
{ FStateTreeSubtractIntPropertyFunction::StaticStruct, Z_Construct_UScriptStruct_FStateTreeSubtractIntPropertyFunction_Statics::NewStructOps, TEXT("StateTreeSubtractIntPropertyFunction"),&Z_Registration_Info_UScriptStruct_FStateTreeSubtractIntPropertyFunction, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStateTreeSubtractIntPropertyFunction), 1661121922U) },
{ FStateTreeMultiplyIntPropertyFunction::StaticStruct, Z_Construct_UScriptStruct_FStateTreeMultiplyIntPropertyFunction_Statics::NewStructOps, TEXT("StateTreeMultiplyIntPropertyFunction"),&Z_Registration_Info_UScriptStruct_FStateTreeMultiplyIntPropertyFunction, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStateTreeMultiplyIntPropertyFunction), 3197094731U) },
{ FStateTreeDivideIntPropertyFunction::StaticStruct, Z_Construct_UScriptStruct_FStateTreeDivideIntPropertyFunction_Statics::NewStructOps, TEXT("StateTreeDivideIntPropertyFunction"),&Z_Registration_Info_UScriptStruct_FStateTreeDivideIntPropertyFunction, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStateTreeDivideIntPropertyFunction), 3032138597U) },
{ FStateTreeSingleIntPropertyFunctionInstanceData::StaticStruct, Z_Construct_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData_Statics::NewStructOps, TEXT("StateTreeSingleIntPropertyFunctionInstanceData"),&Z_Registration_Info_UScriptStruct_FStateTreeSingleIntPropertyFunctionInstanceData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStateTreeSingleIntPropertyFunctionInstanceData), 3140159766U) },
{ FStateTreeInvertIntPropertyFunction::StaticStruct, Z_Construct_UScriptStruct_FStateTreeInvertIntPropertyFunction_Statics::NewStructOps, TEXT("StateTreeInvertIntPropertyFunction"),&Z_Registration_Info_UScriptStruct_FStateTreeInvertIntPropertyFunction, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStateTreeInvertIntPropertyFunction), 3293516662U) },
{ FStateTreeAbsoluteIntPropertyFunction::StaticStruct, Z_Construct_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction_Statics::NewStructOps, TEXT("StateTreeAbsoluteIntPropertyFunction"),&Z_Registration_Info_UScriptStruct_FStateTreeAbsoluteIntPropertyFunction, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStateTreeAbsoluteIntPropertyFunction), 4011390751U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Private_PropertyFunctions_StateTreeIntPropertyFunctions_h__Script_StateTreeModule_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Private_PropertyFunctions_StateTreeIntPropertyFunctions_h__Script_StateTreeModule_2428512896{
TEXT("/Script/StateTreeModule"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Private_PropertyFunctions_StateTreeIntPropertyFunctions_h__Script_StateTreeModule_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Private_PropertyFunctions_StateTreeIntPropertyFunctions_h__Script_StateTreeModule_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS