Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/StateTreeModule/UHT/StateTreeDelegate.gen.cpp

184 lines
13 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "StateTreeDelegate.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeStateTreeDelegate() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher();
STATETREEMODULE_API UScriptStruct* Z_Construct_UScriptStruct_FStateTreeDelegateListener();
UPackage* Z_Construct_UPackage__Script_StateTreeModule();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FStateTreeDelegateDispatcher **************************************
struct Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FStateTreeDelegateDispatcher); }
static inline consteval int16 GetStructAlignment() { return alignof(FStateTreeDelegateDispatcher); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * StateTree's delegate dispatcher.\n */" },
{ "ModuleRelativePath", "Public/StateTreeDelegate.h" },
{ "NoBinding", "" },
{ "ToolTip", "StateTree's delegate dispatcher." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ID_MetaData[] = {
{ "ModuleRelativePath", "Public/StateTreeDelegate.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FStateTreeDelegateDispatcher constinit property declarations ******
static const UECodeGen_Private::FStructPropertyParams NewProp_ID;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FStateTreeDelegateDispatcher constinit property declarations ********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FStateTreeDelegateDispatcher>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateTreeDelegateDispatcher;
class UScriptStruct* FStateTreeDelegateDispatcher::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeDelegateDispatcher.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FStateTreeDelegateDispatcher.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("StateTreeDelegateDispatcher"));
}
return Z_Registration_Info_UScriptStruct_FStateTreeDelegateDispatcher.OuterSingleton;
}
// ********** Begin ScriptStruct FStateTreeDelegateDispatcher Property Definitions *****************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher_Statics::NewProp_ID = { "ID", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeDelegateDispatcher, ID), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ID_MetaData), NewProp_ID_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher_Statics::NewProp_ID,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FStateTreeDelegateDispatcher Property Definitions *******************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_StateTreeModule,
nullptr,
&NewStructOps,
"StateTreeDelegateDispatcher",
Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher_Statics::PropPointers),
sizeof(FStateTreeDelegateDispatcher),
alignof(FStateTreeDelegateDispatcher),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeDelegateDispatcher.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateTreeDelegateDispatcher.InnerSingleton, Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FStateTreeDelegateDispatcher.InnerSingleton);
}
// ********** End ScriptStruct FStateTreeDelegateDispatcher ****************************************
// ********** Begin ScriptStruct FStateTreeDelegateListener ****************************************
struct Z_Construct_UScriptStruct_FStateTreeDelegateListener_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FStateTreeDelegateListener); }
static inline consteval int16 GetStructAlignment() { return alignof(FStateTreeDelegateListener); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * The receiver of a delegate binding.\n * Can be bound in the editor to a delegate dispatcher.\n */" },
{ "ModuleRelativePath", "Public/StateTreeDelegate.h" },
{ "NoPromoteToParameter", "" },
{ "ToolTip", "The receiver of a delegate binding.\nCan be bound in the editor to a delegate dispatcher." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Dispatcher_MetaData[] = {
{ "Comment", "/** ID of the dispatcher that listener is or will be bound to. */" },
{ "ModuleRelativePath", "Public/StateTreeDelegate.h" },
{ "ToolTip", "ID of the dispatcher that listener is or will be bound to." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ID_MetaData[] = {
{ "Comment", "/** The generated ID of the listener. */" },
{ "ModuleRelativePath", "Public/StateTreeDelegate.h" },
{ "ToolTip", "The generated ID of the listener." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FStateTreeDelegateListener constinit property declarations ********
static const UECodeGen_Private::FStructPropertyParams NewProp_Dispatcher;
static const UECodeGen_Private::FIntPropertyParams NewProp_ID;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FStateTreeDelegateListener constinit property declarations **********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FStateTreeDelegateListener>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FStateTreeDelegateListener_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FStateTreeDelegateListener;
class UScriptStruct* FStateTreeDelegateListener::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeDelegateListener.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FStateTreeDelegateListener.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FStateTreeDelegateListener, (UObject*)Z_Construct_UPackage__Script_StateTreeModule(), TEXT("StateTreeDelegateListener"));
}
return Z_Registration_Info_UScriptStruct_FStateTreeDelegateListener.OuterSingleton;
}
// ********** Begin ScriptStruct FStateTreeDelegateListener Property Definitions *******************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FStateTreeDelegateListener_Statics::NewProp_Dispatcher = { "Dispatcher", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeDelegateListener, Dispatcher), Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Dispatcher_MetaData), NewProp_Dispatcher_MetaData) }; // 90386795
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FStateTreeDelegateListener_Statics::NewProp_ID = { "ID", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FStateTreeDelegateListener, ID), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ID_MetaData), NewProp_ID_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FStateTreeDelegateListener_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeDelegateListener_Statics::NewProp_Dispatcher,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FStateTreeDelegateListener_Statics::NewProp_ID,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeDelegateListener_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FStateTreeDelegateListener Property Definitions *********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FStateTreeDelegateListener_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_StateTreeModule,
nullptr,
&NewStructOps,
"StateTreeDelegateListener",
Z_Construct_UScriptStruct_FStateTreeDelegateListener_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeDelegateListener_Statics::PropPointers),
sizeof(FStateTreeDelegateListener),
alignof(FStateTreeDelegateListener),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FStateTreeDelegateListener_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FStateTreeDelegateListener_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FStateTreeDelegateListener()
{
if (!Z_Registration_Info_UScriptStruct_FStateTreeDelegateListener.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FStateTreeDelegateListener.InnerSingleton, Z_Construct_UScriptStruct_FStateTreeDelegateListener_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FStateTreeDelegateListener.InnerSingleton);
}
// ********** End ScriptStruct FStateTreeDelegateListener ******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeDelegate_h__Script_StateTreeModule_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FStateTreeDelegateDispatcher::StaticStruct, Z_Construct_UScriptStruct_FStateTreeDelegateDispatcher_Statics::NewStructOps, TEXT("StateTreeDelegateDispatcher"),&Z_Registration_Info_UScriptStruct_FStateTreeDelegateDispatcher, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStateTreeDelegateDispatcher), 90386795U) },
{ FStateTreeDelegateListener::StaticStruct, Z_Construct_UScriptStruct_FStateTreeDelegateListener_Statics::NewStructOps, TEXT("StateTreeDelegateListener"),&Z_Registration_Info_UScriptStruct_FStateTreeDelegateListener, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FStateTreeDelegateListener), 1830242209U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeDelegate_h__Script_StateTreeModule_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeDelegate_h__Script_StateTreeModule_2022965159{
TEXT("/Script/StateTreeModule"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeDelegate_h__Script_StateTreeModule_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_StateTree_Source_StateTreeModule_Public_StateTreeDelegate_h__Script_StateTreeModule_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS