92 lines
6.1 KiB
C++
92 lines
6.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 "AnimNodes/AnimNode_BlendSpaceSampleResult.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeAnimNode_BlendSpaceSampleResult() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ANIMGRAPHRUNTIME_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_BlendSpaceSampleResult();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_Root();
|
|
UPackage* Z_Construct_UPackage__Script_AnimGraphRuntime();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_BlendSpaceSampleResult **********************************
|
|
struct Z_Construct_UScriptStruct_FAnimNode_BlendSpaceSampleResult_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAnimNode_BlendSpaceSampleResult); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAnimNode_BlendSpaceSampleResult); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintInternalUseOnly", "true" },
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "// Root node of a blend space sample (sink node).\n// We dont use AnimNode_Root to let us distinguish these nodes in the property list at link time.\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpaceSampleResult.h" },
|
|
{ "ToolTip", "Root node of a blend space sample (sink node).\nWe dont use AnimNode_Root to let us distinguish these nodes in the property list at link time." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_BlendSpaceSampleResult constinit property declarations **
|
|
// ********** End ScriptStruct FAnimNode_BlendSpaceSampleResult constinit property declarations ****
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAnimNode_BlendSpaceSampleResult>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAnimNode_BlendSpaceSampleResult_Statics
|
|
static_assert(std::is_polymorphic<FAnimNode_BlendSpaceSampleResult>() == std::is_polymorphic<FAnimNode_Root>(), "USTRUCT FAnimNode_BlendSpaceSampleResult cannot be polymorphic unless super FAnimNode_Root is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpaceSampleResult;
|
|
class UScriptStruct* FAnimNode_BlendSpaceSampleResult::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpaceSampleResult.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpaceSampleResult.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimNode_BlendSpaceSampleResult, (UObject*)Z_Construct_UPackage__Script_AnimGraphRuntime(), TEXT("AnimNode_BlendSpaceSampleResult"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpaceSampleResult.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimNode_BlendSpaceSampleResult_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AnimGraphRuntime,
|
|
Z_Construct_UScriptStruct_FAnimNode_Root,
|
|
&NewStructOps,
|
|
"AnimNode_BlendSpaceSampleResult",
|
|
nullptr,
|
|
0,
|
|
sizeof(FAnimNode_BlendSpaceSampleResult),
|
|
alignof(FAnimNode_BlendSpaceSampleResult),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_BlendSpaceSampleResult_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimNode_BlendSpaceSampleResult_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_BlendSpaceSampleResult()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpaceSampleResult.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpaceSampleResult.InnerSingleton, Z_Construct_UScriptStruct_FAnimNode_BlendSpaceSampleResult_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpaceSampleResult.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAnimNode_BlendSpaceSampleResult ************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_BlendSpaceSampleResult_h__Script_AnimGraphRuntime_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FAnimNode_BlendSpaceSampleResult::StaticStruct, Z_Construct_UScriptStruct_FAnimNode_BlendSpaceSampleResult_Statics::NewStructOps, TEXT("AnimNode_BlendSpaceSampleResult"),&Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpaceSampleResult, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimNode_BlendSpaceSampleResult), 2539768974U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_BlendSpaceSampleResult_h__Script_AnimGraphRuntime_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_BlendSpaceSampleResult_h__Script_AnimGraphRuntime_3799729107{
|
|
TEXT("/Script/AnimGraphRuntime"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_BlendSpaceSampleResult_h__Script_AnimGraphRuntime_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_BlendSpaceSampleResult_h__Script_AnimGraphRuntime_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|