86 lines
5.1 KiB
C++
86 lines
5.1 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 "Animation/ActiveStateMachineScope.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeActiveStateMachineScope() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FEncounteredStateMachineStack();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FEncounteredStateMachineStack *************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FEncounteredStateMachineStack_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FEncounteredStateMachineStack); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FEncounteredStateMachineStack); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Animation/ActiveStateMachineScope.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FEncounteredStateMachineStack constinit property declarations *****
|
||
|
|
// ********** End ScriptStruct FEncounteredStateMachineStack constinit property declarations *******
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FEncounteredStateMachineStack>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FEncounteredStateMachineStack_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FEncounteredStateMachineStack;
|
||
|
|
class UScriptStruct* FEncounteredStateMachineStack::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FEncounteredStateMachineStack.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FEncounteredStateMachineStack.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FEncounteredStateMachineStack, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("EncounteredStateMachineStack"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FEncounteredStateMachineStack.OuterSingleton;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FEncounteredStateMachineStack_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"EncounteredStateMachineStack",
|
||
|
|
nullptr,
|
||
|
|
0,
|
||
|
|
sizeof(FEncounteredStateMachineStack),
|
||
|
|
alignof(FEncounteredStateMachineStack),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEncounteredStateMachineStack_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FEncounteredStateMachineStack_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FEncounteredStateMachineStack()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FEncounteredStateMachineStack.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FEncounteredStateMachineStack.InnerSingleton, Z_Construct_UScriptStruct_FEncounteredStateMachineStack_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FEncounteredStateMachineStack.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FEncounteredStateMachineStack ***************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_ActiveStateMachineScope_h__Script_Engine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FEncounteredStateMachineStack::StaticStruct, Z_Construct_UScriptStruct_FEncounteredStateMachineStack_Statics::NewStructOps, TEXT("EncounteredStateMachineStack"),&Z_Registration_Info_UScriptStruct_FEncounteredStateMachineStack, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FEncounteredStateMachineStack), 815499599U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_ActiveStateMachineScope_h__Script_Engine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_ActiveStateMachineScope_h__Script_Engine_405301208{
|
||
|
|
TEXT("/Script/Engine"),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_ActiveStateMachineScope_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_ActiveStateMachineScope_h__Script_Engine_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|