173 lines
14 KiB
C++
173 lines
14 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/StateTreeIntervalPropertyFunctions.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeStateTreeIntervalPropertyFunctions() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFloatInterval();
|
|
STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunction();
|
|
STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData();
|
|
STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreePropertyFunctionCommonBase();
|
|
UPackage* Z_Construct_UPackage__Script_StateTreeModule();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FStateTreeMakeIntervalPropertyFunctionInstanceData ****************
|
|
struct Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FStateTreeMakeIntervalPropertyFunctionInstanceData); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FStateTreeMakeIntervalPropertyFunctionInstanceData); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntervalPropertyFunctions.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Min_MetaData[] = {
|
|
{ "Category", "Parameter" },
|
|
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntervalPropertyFunctions.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Max_MetaData[] = {
|
|
{ "Category", "Parameter" },
|
|
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntervalPropertyFunctions.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Result_MetaData[] = {
|
|
{ "Category", "Output" },
|
|
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntervalPropertyFunctions.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FStateTreeMakeIntervalPropertyFunctionInstanceData constinit property declarations
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Min;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Max;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Result;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FStateTreeMakeIntervalPropertyFunctionInstanceData constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FStateTreeMakeIntervalPropertyFunctionInstanceData>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData;
|
|
class UScriptStruct* FStateTreeMakeIntervalPropertyFunctionInstanceData::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("StateTreeMakeIntervalPropertyFunctionInstanceData"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FStateTreeMakeIntervalPropertyFunctionInstanceData Property Definitions
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics::NewProp_Min = { "Min", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeMakeIntervalPropertyFunctionInstanceData, Min), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Min_MetaData), NewProp_Min_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics::NewProp_Max = { "Max", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeMakeIntervalPropertyFunctionInstanceData, Max), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Max_MetaData), NewProp_Max_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeMakeIntervalPropertyFunctionInstanceData, Result), Z_Construct_UScriptStruct_FFloatInterval, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Result_MetaData), NewProp_Result_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics::NewProp_Min,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics::NewProp_Max,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics::NewProp_Result,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FStateTreeMakeIntervalPropertyFunctionInstanceData Property Definitions
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_StateTreeModule,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"StateTreeMakeIntervalPropertyFunctionInstanceData",
|
|
Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics::PropPointers),
|
|
sizeof(FStateTreeMakeIntervalPropertyFunctionInstanceData),
|
|
alignof(FStateTreeMakeIntervalPropertyFunctionInstanceData),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData.InnerSingleton, Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FStateTreeMakeIntervalPropertyFunctionInstanceData ******************
|
|
|
|
// ********** Begin ScriptStruct FStateTreeMakeIntervalPropertyFunction ****************************
|
|
struct Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunction_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FStateTreeMakeIntervalPropertyFunction); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FStateTreeMakeIntervalPropertyFunction); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Make an Interval from two floats.\n */" },
|
|
{ "DisplayName", "Make Interval" },
|
|
{ "ModuleRelativePath", "Private/PropertyFunctions/StateTreeIntervalPropertyFunctions.h" },
|
|
{ "ToolTip", "Make an Interval from two floats." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FStateTreeMakeIntervalPropertyFunction constinit property declarations
|
|
// ********** End ScriptStruct FStateTreeMakeIntervalPropertyFunction constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FStateTreeMakeIntervalPropertyFunction>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunction_Statics
|
|
static_assert(std::is_polymorphic<FStateTreeMakeIntervalPropertyFunction>() == std::is_polymorphic<FStateTreePropertyFunctionCommonBase>(), "USTRUCT FStateTreeMakeIntervalPropertyFunction cannot be polymorphic unless super FStateTreePropertyFunctionCommonBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunction;
|
|
class UScriptStruct* FStateTreeMakeIntervalPropertyFunction::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunction.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunction.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunction, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("StateTreeMakeIntervalPropertyFunction"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunction.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunction_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_StateTreeModule,
|
|
Z_Construct_UScriptStruct_FStateTreePropertyFunctionCommonBase,
|
|
&NewStructOps,
|
|
"StateTreeMakeIntervalPropertyFunction",
|
|
nullptr,
|
|
0,
|
|
sizeof(FStateTreeMakeIntervalPropertyFunction),
|
|
alignof(FStateTreeMakeIntervalPropertyFunction),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunction_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunction_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunction()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunction.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunction.InnerSingleton, Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunction_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunction.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FStateTreeMakeIntervalPropertyFunction ******************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Private_PropertyFunctions_StateTreeIntervalPropertyFunctions_h__Script_StateTreeModule_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FStateTreeMakeIntervalPropertyFunctionInstanceData::StaticStruct, Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData_Statics::NewStructOps, TEXT("StateTreeMakeIntervalPropertyFunctionInstanceData"),&Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunctionInstanceData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStateTreeMakeIntervalPropertyFunctionInstanceData), 792173884U) },
|
|
{ FStateTreeMakeIntervalPropertyFunction::StaticStruct, Z_Construct_UScriptStruct_FStateTreeMakeIntervalPropertyFunction_Statics::NewStructOps, TEXT("StateTreeMakeIntervalPropertyFunction"),&Z_Registration_Info_UScriptStruct_FStateTreeMakeIntervalPropertyFunction, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStateTreeMakeIntervalPropertyFunction), 319976466U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Private_PropertyFunctions_StateTreeIntervalPropertyFunctions_h__Script_StateTreeModule_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Private_PropertyFunctions_StateTreeIntervalPropertyFunctions_h__Script_StateTreeModule_1123149434{
|
|
TEXT("/Script/StateTreeModule"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Private_PropertyFunctions_StateTreeIntervalPropertyFunctions_h__Script_StateTreeModule_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Private_PropertyFunctions_StateTreeIntervalPropertyFunctions_h__Script_StateTreeModule_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|