545 lines
50 KiB
C++
545 lines
50 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_BlendSpacePlayer.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_BlendSpacePlayer() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ANIMGRAPHRUNTIME_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer();
|
|
ANIMGRAPHRUNTIME_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone();
|
|
ANIMGRAPHRUNTIME_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase();
|
|
ENGINE_API UClass* Z_Construct_UClass_UBlendSpace_NoRegister();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EAnimGroupRole();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EAnimSyncMethod();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_AssetPlayerBase();
|
|
UPackage* Z_Construct_UPackage__Script_AnimGraphRuntime();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_BlendSpacePlayerBase ************************************
|
|
struct Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAnimNode_BlendSpacePlayerBase); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAnimNode_BlendSpacePlayerBase); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintInternalUseOnly", "true" },
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "//@TODO: Comment\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "ToolTip", "@TODO: Comment" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreviousBlendSpace_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_BlendSpacePlayerBase constinit property declarations ****
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_PreviousBlendSpace;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FAnimNode_BlendSpacePlayerBase constinit property declarations ******
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAnimNode_BlendSpacePlayerBase>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase_Statics
|
|
static_assert(std::is_polymorphic<FAnimNode_BlendSpacePlayerBase>() == std::is_polymorphic<FAnimNode_AssetPlayerBase>(), "USTRUCT FAnimNode_BlendSpacePlayerBase cannot be polymorphic unless super FAnimNode_AssetPlayerBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayerBase;
|
|
class UScriptStruct* FAnimNode_BlendSpacePlayerBase::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayerBase.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayerBase.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase, (UObject*)Z_Construct_UPackage__Script_AnimGraphRuntime(), TEXT("AnimNode_BlendSpacePlayerBase"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayerBase.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_BlendSpacePlayerBase Property Definitions ***************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase_Statics::NewProp_PreviousBlendSpace = { "PreviousBlendSpace", nullptr, (EPropertyFlags)0x0124080000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayerBase, PreviousBlendSpace), Z_Construct_UClass_UBlendSpace_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreviousBlendSpace_MetaData), NewProp_PreviousBlendSpace_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase_Statics::NewProp_PreviousBlendSpace,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FAnimNode_BlendSpacePlayerBase Property Definitions *****************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AnimGraphRuntime,
|
|
Z_Construct_UScriptStruct_FAnimNode_AssetPlayerBase,
|
|
&NewStructOps,
|
|
"AnimNode_BlendSpacePlayerBase",
|
|
Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase_Statics::PropPointers),
|
|
sizeof(FAnimNode_BlendSpacePlayerBase),
|
|
alignof(FAnimNode_BlendSpacePlayerBase),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayerBase.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayerBase.InnerSingleton, Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayerBase.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAnimNode_BlendSpacePlayerBase **************************************
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_BlendSpacePlayer ****************************************
|
|
struct Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAnimNode_BlendSpacePlayer); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAnimNode_BlendSpacePlayer); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintInternalUseOnly", "true" },
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "//@TODO: Comment\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "ToolTip", "@TODO: Comment" },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GroupName_MetaData[] = {
|
|
{ "Category", "Sync" },
|
|
{ "Comment", "// The group name that we synchronize with (NAME_None if it is not part of any group). Note that\n// this is the name of the group used to sync the output of this node - it will not force\n// syncing of animations contained by it.\n" },
|
|
{ "FoldProperty", "" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "ToolTip", "The group name that we synchronize with (NAME_None if it is not part of any group). Note that\nthis is the name of the group used to sync the output of this node - it will not force\nsyncing of animations contained by it." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GroupRole_MetaData[] = {
|
|
{ "Category", "Sync" },
|
|
{ "Comment", "// The role this node can assume within the group (ignored if GroupName is not set). Note\n// that this is the role of the output of this node, not of animations contained by it.\n" },
|
|
{ "FoldProperty", "" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "ToolTip", "The role this node can assume within the group (ignored if GroupName is not set). Note\nthat this is the role of the output of this node, not of animations contained by it." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader_MetaData[] = {
|
|
{ "Category", "Sync" },
|
|
{ "Comment", "// When enabled, acting as the leader, and using marker-based sync, this asset player will not sync to the previous leader's sync position when joining a sync group and before becoming the leader but instead force everyone else to match its position.\n" },
|
|
{ "EditCondition", "GroupRole != EAnimGroupRole::TransitionFollower && GroupRole != EAnimGroupRole::AlwaysFollower" },
|
|
{ "EditConditionHides", "" },
|
|
{ "FoldProperty", "" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "ToolTip", "When enabled, acting as the leader, and using marker-based sync, this asset player will not sync to the previous leader's sync position when joining a sync group and before becoming the leader but instead force everyone else to match its position." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Method_MetaData[] = {
|
|
{ "Category", "Sync" },
|
|
{ "Comment", "// How this node will synchronize with other animations. Note that this determines how the output\n// of this node is used for synchronization, not of animations contained by it.\n" },
|
|
{ "FoldProperty", "" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "ToolTip", "How this node will synchronize with other animations. Note that this determines how the output\nof this node is used for synchronization, not of animations contained by it." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIgnoreForRelevancyTest_MetaData[] = {
|
|
{ "Category", "Relevancy" },
|
|
{ "Comment", "// If true, \"Relevant anim\" nodes that look for the highest weighted animation in a state will ignore this node\n" },
|
|
{ "FoldProperty", "" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinHiddenByDefault", "" },
|
|
{ "ToolTip", "If true, \"Relevant anim\" nodes that look for the highest weighted animation in a state will ignore this node" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_X_MetaData[] = {
|
|
{ "Category", "Coordinates" },
|
|
{ "Comment", "// The X coordinate to sample in the blendspace\n" },
|
|
{ "FoldProperty", "" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinShownByDefault", "" },
|
|
{ "ToolTip", "The X coordinate to sample in the blendspace" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Y_MetaData[] = {
|
|
{ "Category", "Coordinates" },
|
|
{ "Comment", "// The Y coordinate to sample in the blendspace\n" },
|
|
{ "FoldProperty", "" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinShownByDefault", "" },
|
|
{ "ToolTip", "The Y coordinate to sample in the blendspace" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PlayRate_MetaData[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "// The play rate multiplier. Can be negative, which will cause the animation to play in reverse.\n" },
|
|
{ "DefaultValue", "1.0" },
|
|
{ "FoldProperty", "" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinHiddenByDefault", "" },
|
|
{ "ToolTip", "The play rate multiplier. Can be negative, which will cause the animation to play in reverse." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLoop_MetaData[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "// Should the animation loop back to the start when it reaches the end?\n" },
|
|
{ "DefaultValue", "true" },
|
|
{ "FoldProperty", "" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinHiddenByDefault", "" },
|
|
{ "ToolTip", "Should the animation loop back to the start when it reaches the end?" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bResetPlayTimeWhenBlendSpaceChanges_MetaData[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "// Whether we should reset the current play time when the blend space changes\n" },
|
|
{ "FoldProperty", "" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinHiddenByDefault", "" },
|
|
{ "ToolTip", "Whether we should reset the current play time when the blend space changes" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StartPosition_MetaData[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "// The start position in [0, 1] to use when initializing. When looping, play will still jump back to the beginning when reaching the end.\n" },
|
|
{ "DefaultValue", "0.f" },
|
|
{ "FoldProperty", "" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinHiddenByDefault", "" },
|
|
{ "ToolTip", "The start position in [0, 1] to use when initializing. When looping, play will still jump back to the beginning when reaching the end." },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlendSpace_MetaData[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "// The blendspace asset to play\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinHiddenByDefault", "" },
|
|
{ "ToolTip", "The blendspace asset to play" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_BlendSpacePlayer constinit property declarations ********
|
|
#if WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_GroupName;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_GroupRole;
|
|
static void NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Method_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_Method;
|
|
static void NewProp_bIgnoreForRelevancyTest_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIgnoreForRelevancyTest;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_PlayRate;
|
|
static void NewProp_bLoop_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLoop;
|
|
static void NewProp_bResetPlayTimeWhenBlendSpaceChanges_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bResetPlayTimeWhenBlendSpaceChanges;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_StartPosition;
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_BlendSpace;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FAnimNode_BlendSpacePlayer constinit property declarations **********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAnimNode_BlendSpacePlayer>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics
|
|
static_assert(std::is_polymorphic<FAnimNode_BlendSpacePlayer>() == std::is_polymorphic<FAnimNode_BlendSpacePlayerBase>(), "USTRUCT FAnimNode_BlendSpacePlayer cannot be polymorphic unless super FAnimNode_BlendSpacePlayerBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer;
|
|
class UScriptStruct* FAnimNode_BlendSpacePlayer::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer, (UObject*)Z_Construct_UPackage__Script_AnimGraphRuntime(), TEXT("AnimNode_BlendSpacePlayer"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_BlendSpacePlayer Property Definitions *******************
|
|
#if WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_GroupName = { "GroupName", nullptr, (EPropertyFlags)0x0040000800000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer, GroupName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GroupName_MetaData), NewProp_GroupName_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_GroupRole = { "GroupRole", nullptr, (EPropertyFlags)0x0040000800000001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer, GroupRole), Z_Construct_UEnum_Engine_EAnimGroupRole, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GroupRole_MetaData), NewProp_GroupRole_MetaData) }; // 3330114220
|
|
void Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader_SetBit(void* Obj)
|
|
{
|
|
((FAnimNode_BlendSpacePlayer*)Obj)->bOverridePositionWhenJoiningSyncGroupAsLeader = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader = { "bOverridePositionWhenJoiningSyncGroupAsLeader", nullptr, (EPropertyFlags)0x0040000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FAnimNode_BlendSpacePlayer), &Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader_MetaData), NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_Method_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_Method = { "Method", nullptr, (EPropertyFlags)0x0040000800000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer, Method), Z_Construct_UEnum_Engine_EAnimSyncMethod, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Method_MetaData), NewProp_Method_MetaData) }; // 865668103
|
|
void Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bIgnoreForRelevancyTest_SetBit(void* Obj)
|
|
{
|
|
((FAnimNode_BlendSpacePlayer*)Obj)->bIgnoreForRelevancyTest = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bIgnoreForRelevancyTest = { "bIgnoreForRelevancyTest", nullptr, (EPropertyFlags)0x0040000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FAnimNode_BlendSpacePlayer), &Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bIgnoreForRelevancyTest_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIgnoreForRelevancyTest_MetaData), NewProp_bIgnoreForRelevancyTest_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0040000800000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer, X), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_X_MetaData), NewProp_X_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0040000800000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer, Y), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Y_MetaData), NewProp_Y_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_PlayRate = { "PlayRate", nullptr, (EPropertyFlags)0x0040000800000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer, PlayRate), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PlayRate_MetaData), NewProp_PlayRate_MetaData) };
|
|
void Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bLoop_SetBit(void* Obj)
|
|
{
|
|
((FAnimNode_BlendSpacePlayer*)Obj)->bLoop = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bLoop = { "bLoop", nullptr, (EPropertyFlags)0x0040000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FAnimNode_BlendSpacePlayer), &Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bLoop_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLoop_MetaData), NewProp_bLoop_MetaData) };
|
|
void Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bResetPlayTimeWhenBlendSpaceChanges_SetBit(void* Obj)
|
|
{
|
|
((FAnimNode_BlendSpacePlayer*)Obj)->bResetPlayTimeWhenBlendSpaceChanges = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bResetPlayTimeWhenBlendSpaceChanges = { "bResetPlayTimeWhenBlendSpaceChanges", nullptr, (EPropertyFlags)0x0040000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FAnimNode_BlendSpacePlayer), &Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bResetPlayTimeWhenBlendSpaceChanges_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bResetPlayTimeWhenBlendSpaceChanges_MetaData), NewProp_bResetPlayTimeWhenBlendSpaceChanges_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_StartPosition = { "StartPosition", nullptr, (EPropertyFlags)0x0040000800000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer, StartPosition), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StartPosition_MetaData), NewProp_StartPosition_MetaData) };
|
|
#endif // WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_BlendSpace = { "BlendSpace", nullptr, (EPropertyFlags)0x0144000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer, BlendSpace), Z_Construct_UClass_UBlendSpace_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlendSpace_MetaData), NewProp_BlendSpace_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::PropPointers[] = {
|
|
#if WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_GroupName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_GroupRole,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_Method_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_Method,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bIgnoreForRelevancyTest,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_PlayRate,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bLoop,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_bResetPlayTimeWhenBlendSpaceChanges,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_StartPosition,
|
|
#endif // WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewProp_BlendSpace,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FAnimNode_BlendSpacePlayer Property Definitions *********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AnimGraphRuntime,
|
|
Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase,
|
|
&NewStructOps,
|
|
"AnimNode_BlendSpacePlayer",
|
|
Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::PropPointers),
|
|
sizeof(FAnimNode_BlendSpacePlayer),
|
|
alignof(FAnimNode_BlendSpacePlayer),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer.InnerSingleton, Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAnimNode_BlendSpacePlayer ******************************************
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_BlendSpacePlayer_Standalone *****************************
|
|
struct Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAnimNode_BlendSpacePlayer_Standalone); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAnimNode_BlendSpacePlayer_Standalone); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintInternalUseOnly", "true" },
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "//@TODO: Comment\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "ToolTip", "@TODO: Comment" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GroupName_MetaData[] = {
|
|
{ "Category", "Sync" },
|
|
{ "Comment", "// The group name that we synchronize with (NAME_None if it is not part of any group). Note that\n// this is the name of the group used to sync the output of this node - it will not force\n// syncing of animations contained by it. Animations inside this Blend Space have their own\n// options for syncing.\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "ToolTip", "The group name that we synchronize with (NAME_None if it is not part of any group). Note that\nthis is the name of the group used to sync the output of this node - it will not force\nsyncing of animations contained by it. Animations inside this Blend Space have their own\noptions for syncing." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GroupRole_MetaData[] = {
|
|
{ "Category", "Sync" },
|
|
{ "Comment", "// The role this Blend Space can assume within the group (ignored if GroupName is not set). Note\n// that this is the role of the output of this node, not of animations contained by it.\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "ToolTip", "The role this Blend Space can assume within the group (ignored if GroupName is not set). Note\nthat this is the role of the output of this node, not of animations contained by it." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader_MetaData[] = {
|
|
{ "Category", "Sync" },
|
|
{ "Comment", "// When enabled, acting as the leader, and using marker-based sync, this asset player will not sync to the previous leader's sync position when joining a sync group and before becoming the leader but instead force everyone else to match its position.\n" },
|
|
{ "EditCondition", "GroupRole != EAnimGroupRole::TransitionFollower && GroupRole != EAnimGroupRole::AlwaysFollower" },
|
|
{ "EditConditionHides", "" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "ToolTip", "When enabled, acting as the leader, and using marker-based sync, this asset player will not sync to the previous leader's sync position when joining a sync group and before becoming the leader but instead force everyone else to match its position." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Method_MetaData[] = {
|
|
{ "Category", "Sync" },
|
|
{ "Comment", "// How this asset will synchronize with other assets. Note that this determines how the output\n// of this node is used for synchronization, not of animations contained by it.\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "ToolTip", "How this asset will synchronize with other assets. Note that this determines how the output\nof this node is used for synchronization, not of animations contained by it." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIgnoreForRelevancyTest_MetaData[] = {
|
|
{ "Category", "Relevancy" },
|
|
{ "Comment", "// If true, \"Relevant anim\" nodes that look for the highest weighted animation in a state will ignore this node\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinHiddenByDefault", "" },
|
|
{ "ToolTip", "If true, \"Relevant anim\" nodes that look for the highest weighted animation in a state will ignore this node" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_X_MetaData[] = {
|
|
{ "Category", "Coordinates" },
|
|
{ "Comment", "// The X coordinate to sample in the blendspace\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinShownByDefault", "" },
|
|
{ "ToolTip", "The X coordinate to sample in the blendspace" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Y_MetaData[] = {
|
|
{ "Category", "Coordinates" },
|
|
{ "Comment", "// The Y coordinate to sample in the blendspace\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinShownByDefault", "" },
|
|
{ "ToolTip", "The Y coordinate to sample in the blendspace" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PlayRate_MetaData[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "// The play rate multiplier. Can be negative, which will cause the animation to play in reverse.\n" },
|
|
{ "DefaultValue", "1.0" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinHiddenByDefault", "" },
|
|
{ "ToolTip", "The play rate multiplier. Can be negative, which will cause the animation to play in reverse." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLoop_MetaData[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "// Should the animation loop back to the start when it reaches the end?\n" },
|
|
{ "DefaultValue", "true" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinHiddenByDefault", "" },
|
|
{ "ToolTip", "Should the animation loop back to the start when it reaches the end?" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bResetPlayTimeWhenBlendSpaceChanges_MetaData[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "// Whether we should reset the current play time when the blend space changes\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinHiddenByDefault", "" },
|
|
{ "ToolTip", "Whether we should reset the current play time when the blend space changes" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StartPosition_MetaData[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "// The start position in [0, 1] to use when initializing. When looping, play will still jump back to the beginning when reaching the end.\n" },
|
|
{ "DefaultValue", "0.f" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinHiddenByDefault", "" },
|
|
{ "ToolTip", "The start position in [0, 1] to use when initializing. When looping, play will still jump back to the beginning when reaching the end." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlendSpace_MetaData[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "// The blendspace asset to play\n" },
|
|
{ "ModuleRelativePath", "Public/AnimNodes/AnimNode_BlendSpacePlayer.h" },
|
|
{ "PinHiddenByDefault", "" },
|
|
{ "ToolTip", "The blendspace asset to play" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_BlendSpacePlayer_Standalone constinit property declarations
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_GroupName;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_GroupRole;
|
|
static void NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Method_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_Method;
|
|
static void NewProp_bIgnoreForRelevancyTest_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIgnoreForRelevancyTest;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_X;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Y;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_PlayRate;
|
|
static void NewProp_bLoop_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLoop;
|
|
static void NewProp_bResetPlayTimeWhenBlendSpaceChanges_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bResetPlayTimeWhenBlendSpaceChanges;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_StartPosition;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_BlendSpace;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FAnimNode_BlendSpacePlayer_Standalone constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAnimNode_BlendSpacePlayer_Standalone>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics
|
|
static_assert(std::is_polymorphic<FAnimNode_BlendSpacePlayer_Standalone>() == std::is_polymorphic<FAnimNode_BlendSpacePlayerBase>(), "USTRUCT FAnimNode_BlendSpacePlayer_Standalone cannot be polymorphic unless super FAnimNode_BlendSpacePlayerBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone;
|
|
class UScriptStruct* FAnimNode_BlendSpacePlayer_Standalone::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone, (UObject*)Z_Construct_UPackage__Script_AnimGraphRuntime(), TEXT("AnimNode_BlendSpacePlayer_Standalone"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_BlendSpacePlayer_Standalone Property Definitions ********
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_GroupName = { "GroupName", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer_Standalone, GroupName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GroupName_MetaData), NewProp_GroupName_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_GroupRole = { "GroupRole", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer_Standalone, GroupRole), Z_Construct_UEnum_Engine_EAnimGroupRole, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GroupRole_MetaData), NewProp_GroupRole_MetaData) }; // 3330114220
|
|
void Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader_SetBit(void* Obj)
|
|
{
|
|
((FAnimNode_BlendSpacePlayer_Standalone*)Obj)->bOverridePositionWhenJoiningSyncGroupAsLeader = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader = { "bOverridePositionWhenJoiningSyncGroupAsLeader", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FAnimNode_BlendSpacePlayer_Standalone), &Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader_MetaData), NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_Method_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_Method = { "Method", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer_Standalone, Method), Z_Construct_UEnum_Engine_EAnimSyncMethod, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Method_MetaData), NewProp_Method_MetaData) }; // 865668103
|
|
void Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bIgnoreForRelevancyTest_SetBit(void* Obj)
|
|
{
|
|
((FAnimNode_BlendSpacePlayer_Standalone*)Obj)->bIgnoreForRelevancyTest = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bIgnoreForRelevancyTest = { "bIgnoreForRelevancyTest", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FAnimNode_BlendSpacePlayer_Standalone), &Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bIgnoreForRelevancyTest_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIgnoreForRelevancyTest_MetaData), NewProp_bIgnoreForRelevancyTest_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_X = { "X", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer_Standalone, X), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_X_MetaData), NewProp_X_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_Y = { "Y", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer_Standalone, Y), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Y_MetaData), NewProp_Y_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_PlayRate = { "PlayRate", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer_Standalone, PlayRate), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PlayRate_MetaData), NewProp_PlayRate_MetaData) };
|
|
void Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bLoop_SetBit(void* Obj)
|
|
{
|
|
((FAnimNode_BlendSpacePlayer_Standalone*)Obj)->bLoop = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bLoop = { "bLoop", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FAnimNode_BlendSpacePlayer_Standalone), &Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bLoop_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLoop_MetaData), NewProp_bLoop_MetaData) };
|
|
void Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bResetPlayTimeWhenBlendSpaceChanges_SetBit(void* Obj)
|
|
{
|
|
((FAnimNode_BlendSpacePlayer_Standalone*)Obj)->bResetPlayTimeWhenBlendSpaceChanges = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bResetPlayTimeWhenBlendSpaceChanges = { "bResetPlayTimeWhenBlendSpaceChanges", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FAnimNode_BlendSpacePlayer_Standalone), &Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bResetPlayTimeWhenBlendSpaceChanges_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bResetPlayTimeWhenBlendSpaceChanges_MetaData), NewProp_bResetPlayTimeWhenBlendSpaceChanges_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_StartPosition = { "StartPosition", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer_Standalone, StartPosition), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StartPosition_MetaData), NewProp_StartPosition_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_BlendSpace = { "BlendSpace", nullptr, (EPropertyFlags)0x0144000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_BlendSpacePlayer_Standalone, BlendSpace), Z_Construct_UClass_UBlendSpace_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlendSpace_MetaData), NewProp_BlendSpace_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_GroupName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_GroupRole,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bOverridePositionWhenJoiningSyncGroupAsLeader,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_Method_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_Method,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bIgnoreForRelevancyTest,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_X,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_Y,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_PlayRate,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bLoop,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_bResetPlayTimeWhenBlendSpaceChanges,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_StartPosition,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewProp_BlendSpace,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FAnimNode_BlendSpacePlayer_Standalone Property Definitions **********
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AnimGraphRuntime,
|
|
Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase,
|
|
&NewStructOps,
|
|
"AnimNode_BlendSpacePlayer_Standalone",
|
|
Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::PropPointers),
|
|
sizeof(FAnimNode_BlendSpacePlayer_Standalone),
|
|
alignof(FAnimNode_BlendSpacePlayer_Standalone),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone.InnerSingleton, Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAnimNode_BlendSpacePlayer_Standalone *******************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_BlendSpacePlayer_h__Script_AnimGraphRuntime_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FAnimNode_BlendSpacePlayerBase::StaticStruct, Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayerBase_Statics::NewStructOps, TEXT("AnimNode_BlendSpacePlayerBase"),&Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayerBase, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimNode_BlendSpacePlayerBase), 3330770336U) },
|
|
{ FAnimNode_BlendSpacePlayer::StaticStruct, Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Statics::NewStructOps, TEXT("AnimNode_BlendSpacePlayer"),&Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimNode_BlendSpacePlayer), 1113482045U) },
|
|
{ FAnimNode_BlendSpacePlayer_Standalone::StaticStruct, Z_Construct_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone_Statics::NewStructOps, TEXT("AnimNode_BlendSpacePlayer_Standalone"),&Z_Registration_Info_UScriptStruct_FAnimNode_BlendSpacePlayer_Standalone, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimNode_BlendSpacePlayer_Standalone), 1939322448U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_BlendSpacePlayer_h__Script_AnimGraphRuntime_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_BlendSpacePlayer_h__Script_AnimGraphRuntime_2615577348{
|
|
TEXT("/Script/AnimGraphRuntime"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_BlendSpacePlayer_h__Script_AnimGraphRuntime_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_AnimNodes_AnimNode_BlendSpacePlayer_h__Script_AnimGraphRuntime_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|