1352 lines
97 KiB
C++
1352 lines
97 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/AnimData/AnimDataNotifications.h"
|
|
#include "Animation/AnimData/AttributeIdentifier.h"
|
|
#include "Animation/AnimData/CurveIdentifier.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeAnimDataNotifications() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UScriptStruct_NoRegister();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameNumber();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameRate();
|
|
ENGINE_API UClass* Z_Construct_UClass_UAnimationDataModel_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UAnimationDataModelNotifiesExtensions();
|
|
ENGINE_API UClass* Z_Construct_UClass_UAnimationDataModelNotifiesExtensions_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EAnimDataModelNotifyType();
|
|
ENGINE_API UFunction* Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimationAttributeIdentifier();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimationCurveIdentifier();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimationTrackAddedPayload();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimationTrackPayload();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimDataModelNotifPayload();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAttributePayload();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FBracketPayload();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FCurveFlagsChangedPayload();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FCurvePayload();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FCurveRenamedPayload();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FCurveScaledPayload();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FEmptyPayload();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FFrameRateChangedPayload();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FSequenceLengthChangedPayload();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Enum EAnimDataModelNotifyType **************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EAnimDataModelNotifyType;
|
|
static UEnum* EAnimDataModelNotifyType_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EAnimDataModelNotifyType.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_EAnimDataModelNotifyType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_EAnimDataModelNotifyType, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("EAnimDataModelNotifyType"));
|
|
}
|
|
return Z_Registration_Info_UEnum_EAnimDataModelNotifyType.OuterSingleton;
|
|
}
|
|
template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum<EAnimDataModelNotifyType>()
|
|
{
|
|
return EAnimDataModelNotifyType_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_Engine_EAnimDataModelNotifyType_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "AttributeAdded.Comment", "/** Indicates a new attribute has been added. Type of payload: FAttributeAddedPayload */" },
|
|
{ "AttributeAdded.Name", "EAnimDataModelNotifyType::AttributeAdded" },
|
|
{ "AttributeAdded.ToolTip", "Indicates a new attribute has been added. Type of payload: FAttributeAddedPayload" },
|
|
{ "AttributeChanged.Comment", "/** Indicates an attribute has been changed. Type of payload: FAttributeChangedPayload */" },
|
|
{ "AttributeChanged.Name", "EAnimDataModelNotifyType::AttributeChanged" },
|
|
{ "AttributeChanged.ToolTip", "Indicates an attribute has been changed. Type of payload: FAttributeChangedPayload" },
|
|
{ "AttributeRemoved.Comment", "/** Indicates a new attribute has been removed. Type of payload: FAttributeRemovedPayload */" },
|
|
{ "AttributeRemoved.Name", "EAnimDataModelNotifyType::AttributeRemoved" },
|
|
{ "AttributeRemoved.ToolTip", "Indicates a new attribute has been removed. Type of payload: FAttributeRemovedPayload" },
|
|
{ "BlueprintType", "true" },
|
|
{ "BracketClosed.Comment", "/** Indicates a bracket has been closed. Type of payload: FEmptyPayload */" },
|
|
{ "BracketClosed.Name", "EAnimDataModelNotifyType::BracketClosed" },
|
|
{ "BracketClosed.ToolTip", "Indicates a bracket has been closed. Type of payload: FEmptyPayload" },
|
|
{ "BracketOpened.Comment", "/** Indicates a bracket has been opened. Type of payload: FBracketPayload */" },
|
|
{ "BracketOpened.Name", "EAnimDataModelNotifyType::BracketOpened" },
|
|
{ "BracketOpened.ToolTip", "Indicates a bracket has been opened. Type of payload: FBracketPayload" },
|
|
{ "CurveAdded.Comment", "/** Indicates a new curve has been added. Type of payload: FCurveAddedPayload */" },
|
|
{ "CurveAdded.Name", "EAnimDataModelNotifyType::CurveAdded" },
|
|
{ "CurveAdded.ToolTip", "Indicates a new curve has been added. Type of payload: FCurveAddedPayload" },
|
|
{ "CurveChanged.Comment", "/** Indicates a curve its data has been changed. Type of payload: FCurveChangedPayload */" },
|
|
{ "CurveChanged.Name", "EAnimDataModelNotifyType::CurveChanged" },
|
|
{ "CurveChanged.ToolTip", "Indicates a curve its data has been changed. Type of payload: FCurveChangedPayload" },
|
|
{ "CurveColorChanged.Comment", "/** Indicates a curve its color has changed. Type of payload: FCurveChangedPayload */" },
|
|
{ "CurveColorChanged.Name", "EAnimDataModelNotifyType::CurveColorChanged" },
|
|
{ "CurveColorChanged.ToolTip", "Indicates a curve its color has changed. Type of payload: FCurveChangedPayload" },
|
|
{ "CurveCommentChanged.Comment", "/** Indicates a curve has been removed. Type of payload: FCurveChangedPayload */" },
|
|
{ "CurveCommentChanged.Name", "EAnimDataModelNotifyType::CurveCommentChanged" },
|
|
{ "CurveCommentChanged.ToolTip", "Indicates a curve has been removed. Type of payload: FCurveChangedPayload" },
|
|
{ "CurveFlagsChanged.Comment", "/** Indicates a curve its flags have changed. Type of payload: FCurveFlagsChangedPayload */" },
|
|
{ "CurveFlagsChanged.Name", "EAnimDataModelNotifyType::CurveFlagsChanged" },
|
|
{ "CurveFlagsChanged.ToolTip", "Indicates a curve its flags have changed. Type of payload: FCurveFlagsChangedPayload" },
|
|
{ "CurveRemoved.Comment", "/** Indicates a curve has been removed. Type of payload: FCurveRemovedPayload */" },
|
|
{ "CurveRemoved.Name", "EAnimDataModelNotifyType::CurveRemoved" },
|
|
{ "CurveRemoved.ToolTip", "Indicates a curve has been removed. Type of payload: FCurveRemovedPayload" },
|
|
{ "CurveRenamed.Comment", "/** Indicates a curve has been renamed. Type of payload: FCurveRenamedPayload */" },
|
|
{ "CurveRenamed.Name", "EAnimDataModelNotifyType::CurveRenamed" },
|
|
{ "CurveRenamed.ToolTip", "Indicates a curve has been renamed. Type of payload: FCurveRenamedPayload" },
|
|
{ "CurveScaled.Comment", "/** Indicates a curve has been scaled. Type of payload: FCurveScaledPayload */" },
|
|
{ "CurveScaled.Name", "EAnimDataModelNotifyType::CurveScaled" },
|
|
{ "CurveScaled.ToolTip", "Indicates a curve has been scaled. Type of payload: FCurveScaledPayload" },
|
|
{ "FrameRateChanged.Comment", "/** Indicates the sampling rate of the animated data has changed. Type of payload: FFrameRateChangedPayload */" },
|
|
{ "FrameRateChanged.Name", "EAnimDataModelNotifyType::FrameRateChanged" },
|
|
{ "FrameRateChanged.ToolTip", "Indicates the sampling rate of the animated data has changed. Type of payload: FFrameRateChangedPayload" },
|
|
{ "Invalid.Name", "EAnimDataModelNotifyType::Invalid" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "Populated.Comment", "/** Indicates the data model has been populated from the source UAnimSequence. Type of payload: FEmptyPayload */" },
|
|
{ "Populated.Name", "EAnimDataModelNotifyType::Populated" },
|
|
{ "Populated.ToolTip", "Indicates the data model has been populated from the source UAnimSequence. Type of payload: FEmptyPayload" },
|
|
{ "Reset.Comment", "/** Indicates all data stored on the model has been reset. Type of payload: FEmptyPayload */" },
|
|
{ "Reset.Name", "EAnimDataModelNotifyType::Reset" },
|
|
{ "Reset.ToolTip", "Indicates all data stored on the model has been reset. Type of payload: FEmptyPayload" },
|
|
{ "SequenceLengthChanged.Comment", "/** Indicates the play length of the animated data has changed. Type of payload: FSequenceLengthChangedPayload */" },
|
|
{ "SequenceLengthChanged.Name", "EAnimDataModelNotifyType::SequenceLengthChanged" },
|
|
{ "SequenceLengthChanged.ToolTip", "Indicates the play length of the animated data has changed. Type of payload: FSequenceLengthChangedPayload" },
|
|
{ "SkeletonChanged.Comment", "/** Indicates that the skeleton changed. Type of payload: FEmptyPayload */" },
|
|
{ "SkeletonChanged.Name", "EAnimDataModelNotifyType::SkeletonChanged" },
|
|
{ "SkeletonChanged.ToolTip", "Indicates that the skeleton changed. Type of payload: FEmptyPayload" },
|
|
{ "TrackAdded.Comment", "/** Indicates a new bone track has been added. Type of payload: FAnimationTrackAddedPayload */" },
|
|
{ "TrackAdded.Name", "EAnimDataModelNotifyType::TrackAdded" },
|
|
{ "TrackAdded.ToolTip", "Indicates a new bone track has been added. Type of payload: FAnimationTrackAddedPayload" },
|
|
{ "TrackChanged.Comment", "/** Indicates the keys of a bone track have been changed. Type of payload: FAnimationTrackChangedPayload */" },
|
|
{ "TrackChanged.Name", "EAnimDataModelNotifyType::TrackChanged" },
|
|
{ "TrackChanged.ToolTip", "Indicates the keys of a bone track have been changed. Type of payload: FAnimationTrackChangedPayload" },
|
|
{ "TrackRemoved.Comment", "/** Indicates a bone track has been removed. Type of payload: FAnimationTrackRemovedPayload */" },
|
|
{ "TrackRemoved.Name", "EAnimDataModelNotifyType::TrackRemoved" },
|
|
{ "TrackRemoved.ToolTip", "Indicates a bone track has been removed. Type of payload: FAnimationTrackRemovedPayload" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "EAnimDataModelNotifyType::BracketOpened", (int64)EAnimDataModelNotifyType::BracketOpened },
|
|
{ "EAnimDataModelNotifyType::BracketClosed", (int64)EAnimDataModelNotifyType::BracketClosed },
|
|
{ "EAnimDataModelNotifyType::TrackAdded", (int64)EAnimDataModelNotifyType::TrackAdded },
|
|
{ "EAnimDataModelNotifyType::TrackChanged", (int64)EAnimDataModelNotifyType::TrackChanged },
|
|
{ "EAnimDataModelNotifyType::TrackRemoved", (int64)EAnimDataModelNotifyType::TrackRemoved },
|
|
{ "EAnimDataModelNotifyType::SequenceLengthChanged", (int64)EAnimDataModelNotifyType::SequenceLengthChanged },
|
|
{ "EAnimDataModelNotifyType::FrameRateChanged", (int64)EAnimDataModelNotifyType::FrameRateChanged },
|
|
{ "EAnimDataModelNotifyType::CurveAdded", (int64)EAnimDataModelNotifyType::CurveAdded },
|
|
{ "EAnimDataModelNotifyType::CurveChanged", (int64)EAnimDataModelNotifyType::CurveChanged },
|
|
{ "EAnimDataModelNotifyType::CurveRemoved", (int64)EAnimDataModelNotifyType::CurveRemoved },
|
|
{ "EAnimDataModelNotifyType::CurveFlagsChanged", (int64)EAnimDataModelNotifyType::CurveFlagsChanged },
|
|
{ "EAnimDataModelNotifyType::CurveRenamed", (int64)EAnimDataModelNotifyType::CurveRenamed },
|
|
{ "EAnimDataModelNotifyType::CurveScaled", (int64)EAnimDataModelNotifyType::CurveScaled },
|
|
{ "EAnimDataModelNotifyType::CurveColorChanged", (int64)EAnimDataModelNotifyType::CurveColorChanged },
|
|
{ "EAnimDataModelNotifyType::CurveCommentChanged", (int64)EAnimDataModelNotifyType::CurveCommentChanged },
|
|
{ "EAnimDataModelNotifyType::AttributeAdded", (int64)EAnimDataModelNotifyType::AttributeAdded },
|
|
{ "EAnimDataModelNotifyType::AttributeRemoved", (int64)EAnimDataModelNotifyType::AttributeRemoved },
|
|
{ "EAnimDataModelNotifyType::AttributeChanged", (int64)EAnimDataModelNotifyType::AttributeChanged },
|
|
{ "EAnimDataModelNotifyType::Populated", (int64)EAnimDataModelNotifyType::Populated },
|
|
{ "EAnimDataModelNotifyType::Reset", (int64)EAnimDataModelNotifyType::Reset },
|
|
{ "EAnimDataModelNotifyType::SkeletonChanged", (int64)EAnimDataModelNotifyType::SkeletonChanged },
|
|
{ "EAnimDataModelNotifyType::Invalid", (int64)EAnimDataModelNotifyType::Invalid },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_Engine_EAnimDataModelNotifyType_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_EAnimDataModelNotifyType_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
"EAnimDataModelNotifyType",
|
|
"EAnimDataModelNotifyType",
|
|
Z_Construct_UEnum_Engine_EAnimDataModelNotifyType_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EAnimDataModelNotifyType_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EAnimDataModelNotifyType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_EAnimDataModelNotifyType_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_Engine_EAnimDataModelNotifyType()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EAnimDataModelNotifyType.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EAnimDataModelNotifyType.InnerSingleton, Z_Construct_UEnum_Engine_EAnimDataModelNotifyType_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_EAnimDataModelNotifyType.InnerSingleton;
|
|
}
|
|
// ********** End Enum EAnimDataModelNotifyType ****************************************************
|
|
|
|
// ********** Begin ScriptStruct FEmptyPayload *****************************************************
|
|
struct Z_Construct_UScriptStruct_FEmptyPayload_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FEmptyPayload); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FEmptyPayload); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FEmptyPayload constinit property declarations *********************
|
|
// ********** End ScriptStruct FEmptyPayload constinit property declarations ***********************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FEmptyPayload>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FEmptyPayload_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FEmptyPayload;
|
|
class UScriptStruct* FEmptyPayload::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FEmptyPayload.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FEmptyPayload.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FEmptyPayload, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("EmptyPayload"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FEmptyPayload.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FEmptyPayload_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"EmptyPayload",
|
|
nullptr,
|
|
0,
|
|
sizeof(FEmptyPayload),
|
|
alignof(FEmptyPayload),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEmptyPayload_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FEmptyPayload_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FEmptyPayload()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FEmptyPayload.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FEmptyPayload.InnerSingleton, Z_Construct_UScriptStruct_FEmptyPayload_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FEmptyPayload.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FEmptyPayload *******************************************************
|
|
|
|
// ********** Begin ScriptStruct FBracketPayload ***************************************************
|
|
struct Z_Construct_UScriptStruct_FBracketPayload_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FBracketPayload); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FBracketPayload); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Description_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "Comment", "/** Description of bracket-ed operation applied to the model */" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "ToolTip", "Description of bracket-ed operation applied to the model" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FBracketPayload constinit property declarations *******************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Description;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FBracketPayload constinit property declarations *********************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FBracketPayload>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FBracketPayload_Statics
|
|
static_assert(std::is_polymorphic<FBracketPayload>() == std::is_polymorphic<FEmptyPayload>(), "USTRUCT FBracketPayload cannot be polymorphic unless super FEmptyPayload is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FBracketPayload;
|
|
class UScriptStruct* FBracketPayload::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FBracketPayload.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FBracketPayload.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FBracketPayload, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("BracketPayload"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FBracketPayload.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FBracketPayload Property Definitions ******************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FBracketPayload_Statics::NewProp_Description = { "Description", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBracketPayload, Description), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Description_MetaData), NewProp_Description_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FBracketPayload_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBracketPayload_Statics::NewProp_Description,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBracketPayload_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FBracketPayload Property Definitions ********************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FBracketPayload_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FEmptyPayload,
|
|
&NewStructOps,
|
|
"BracketPayload",
|
|
Z_Construct_UScriptStruct_FBracketPayload_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBracketPayload_Statics::PropPointers),
|
|
sizeof(FBracketPayload),
|
|
alignof(FBracketPayload),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBracketPayload_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FBracketPayload_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FBracketPayload()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FBracketPayload.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FBracketPayload.InnerSingleton, Z_Construct_UScriptStruct_FBracketPayload_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FBracketPayload.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FBracketPayload *****************************************************
|
|
|
|
// ********** Begin ScriptStruct FAnimationTrackPayload ********************************************
|
|
struct Z_Construct_UScriptStruct_FAnimationTrackPayload_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAnimationTrackPayload); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAnimationTrackPayload); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "Comment", "/** Name of the track (bone) */" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "ToolTip", "Name of the track (bone)" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAnimationTrackPayload constinit property declarations ************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Name;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FAnimationTrackPayload constinit property declarations **************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAnimationTrackPayload>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAnimationTrackPayload_Statics
|
|
static_assert(std::is_polymorphic<FAnimationTrackPayload>() == std::is_polymorphic<FEmptyPayload>(), "USTRUCT FAnimationTrackPayload cannot be polymorphic unless super FEmptyPayload is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimationTrackPayload;
|
|
class UScriptStruct* FAnimationTrackPayload::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimationTrackPayload.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAnimationTrackPayload.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimationTrackPayload, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("AnimationTrackPayload"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAnimationTrackPayload.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FAnimationTrackPayload Property Definitions ***********************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FAnimationTrackPayload_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimationTrackPayload, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAnimationTrackPayload_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimationTrackPayload_Statics::NewProp_Name,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimationTrackPayload_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FAnimationTrackPayload Property Definitions *************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimationTrackPayload_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FEmptyPayload,
|
|
&NewStructOps,
|
|
"AnimationTrackPayload",
|
|
Z_Construct_UScriptStruct_FAnimationTrackPayload_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimationTrackPayload_Statics::PropPointers),
|
|
sizeof(FAnimationTrackPayload),
|
|
alignof(FAnimationTrackPayload),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimationTrackPayload_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimationTrackPayload_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAnimationTrackPayload()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimationTrackPayload.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimationTrackPayload.InnerSingleton, Z_Construct_UScriptStruct_FAnimationTrackPayload_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAnimationTrackPayload.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAnimationTrackPayload **********************************************
|
|
|
|
// ********** Begin ScriptStruct FAnimationTrackAddedPayload ***************************************
|
|
struct Z_Construct_UScriptStruct_FAnimationTrackAddedPayload_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAnimationTrackAddedPayload); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAnimationTrackAddedPayload); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TrackIndex_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAnimationTrackAddedPayload constinit property declarations *******
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_TrackIndex;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FAnimationTrackAddedPayload constinit property declarations *********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAnimationTrackAddedPayload>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAnimationTrackAddedPayload_Statics
|
|
static_assert(std::is_polymorphic<FAnimationTrackAddedPayload>() == std::is_polymorphic<FAnimationTrackPayload>(), "USTRUCT FAnimationTrackAddedPayload cannot be polymorphic unless super FAnimationTrackPayload is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimationTrackAddedPayload;
|
|
class UScriptStruct* FAnimationTrackAddedPayload::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimationTrackAddedPayload.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAnimationTrackAddedPayload.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimationTrackAddedPayload, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("AnimationTrackAddedPayload"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAnimationTrackAddedPayload.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FAnimationTrackAddedPayload Property Definitions ******************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FAnimationTrackAddedPayload_Statics::NewProp_TrackIndex = { "TrackIndex", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimationTrackAddedPayload, TrackIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TrackIndex_MetaData), NewProp_TrackIndex_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAnimationTrackAddedPayload_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimationTrackAddedPayload_Statics::NewProp_TrackIndex,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimationTrackAddedPayload_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FAnimationTrackAddedPayload Property Definitions ********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimationTrackAddedPayload_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FAnimationTrackPayload,
|
|
&NewStructOps,
|
|
"AnimationTrackAddedPayload",
|
|
Z_Construct_UScriptStruct_FAnimationTrackAddedPayload_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimationTrackAddedPayload_Statics::PropPointers),
|
|
sizeof(FAnimationTrackAddedPayload),
|
|
alignof(FAnimationTrackAddedPayload),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimationTrackAddedPayload_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimationTrackAddedPayload_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAnimationTrackAddedPayload()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimationTrackAddedPayload.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimationTrackAddedPayload.InnerSingleton, Z_Construct_UScriptStruct_FAnimationTrackAddedPayload_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAnimationTrackAddedPayload.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAnimationTrackAddedPayload *****************************************
|
|
|
|
// ********** Begin ScriptStruct FSequenceLengthChangedPayload *************************************
|
|
struct Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FSequenceLengthChangedPayload); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FSequenceLengthChangedPayload); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreviousLength_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_T0_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_T1_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreviousNumberOfFrames_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "Comment", "/** Previous playable number of frames for the Model */" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "ToolTip", "Previous playable number of frames for the Model" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Frame0_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "Comment", "/** Frame number at which the change in frames has been made */" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "ToolTip", "Frame number at which the change in frames has been made" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Frame1_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "Comment", "/** Amount of frames which is inserted or removed starting at Frame0 */" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "ToolTip", "Amount of frames which is inserted or removed starting at Frame0" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FSequenceLengthChangedPayload constinit property declarations *****
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_PreviousLength;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_T0;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_T1;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PreviousNumberOfFrames;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Frame0;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Frame1;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FSequenceLengthChangedPayload constinit property declarations *******
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSequenceLengthChangedPayload>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics
|
|
static_assert(std::is_polymorphic<FSequenceLengthChangedPayload>() == std::is_polymorphic<FEmptyPayload>(), "USTRUCT FSequenceLengthChangedPayload cannot be polymorphic unless super FEmptyPayload is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSequenceLengthChangedPayload;
|
|
class UScriptStruct* FSequenceLengthChangedPayload::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FSequenceLengthChangedPayload.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FSequenceLengthChangedPayload.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSequenceLengthChangedPayload, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("SequenceLengthChangedPayload"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FSequenceLengthChangedPayload.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FSequenceLengthChangedPayload Property Definitions ****************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::NewProp_PreviousLength = { "PreviousLength", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSequenceLengthChangedPayload, PreviousLength), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreviousLength_MetaData), NewProp_PreviousLength_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::NewProp_T0 = { "T0", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSequenceLengthChangedPayload, T0), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_T0_MetaData), NewProp_T0_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::NewProp_T1 = { "T1", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSequenceLengthChangedPayload, T1), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_T1_MetaData), NewProp_T1_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::NewProp_PreviousNumberOfFrames = { "PreviousNumberOfFrames", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSequenceLengthChangedPayload, PreviousNumberOfFrames), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreviousNumberOfFrames_MetaData), NewProp_PreviousNumberOfFrames_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::NewProp_Frame0 = { "Frame0", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSequenceLengthChangedPayload, Frame0), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Frame0_MetaData), NewProp_Frame0_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::NewProp_Frame1 = { "Frame1", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSequenceLengthChangedPayload, Frame1), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Frame1_MetaData), NewProp_Frame1_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::NewProp_PreviousLength,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::NewProp_T0,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::NewProp_T1,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::NewProp_PreviousNumberOfFrames,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::NewProp_Frame0,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::NewProp_Frame1,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FSequenceLengthChangedPayload Property Definitions ******************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FEmptyPayload,
|
|
&NewStructOps,
|
|
"SequenceLengthChangedPayload",
|
|
Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::PropPointers),
|
|
sizeof(FSequenceLengthChangedPayload),
|
|
alignof(FSequenceLengthChangedPayload),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FSequenceLengthChangedPayload()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FSequenceLengthChangedPayload.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSequenceLengthChangedPayload.InnerSingleton, Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSequenceLengthChangedPayload.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FSequenceLengthChangedPayload ***************************************
|
|
|
|
// ********** Begin ScriptStruct FFrameRateChangedPayload ******************************************
|
|
struct Z_Construct_UScriptStruct_FFrameRateChangedPayload_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FFrameRateChangedPayload); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FFrameRateChangedPayload); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreviousFrameRate_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "Comment", "/** Previous sampling rate for the Model */" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "ToolTip", "Previous sampling rate for the Model" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FFrameRateChangedPayload constinit property declarations **********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PreviousFrameRate;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FFrameRateChangedPayload constinit property declarations ************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FFrameRateChangedPayload>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FFrameRateChangedPayload_Statics
|
|
static_assert(std::is_polymorphic<FFrameRateChangedPayload>() == std::is_polymorphic<FEmptyPayload>(), "USTRUCT FFrameRateChangedPayload cannot be polymorphic unless super FEmptyPayload is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FFrameRateChangedPayload;
|
|
class UScriptStruct* FFrameRateChangedPayload::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FFrameRateChangedPayload.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FFrameRateChangedPayload.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFrameRateChangedPayload, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("FrameRateChangedPayload"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FFrameRateChangedPayload.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FFrameRateChangedPayload Property Definitions *********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FFrameRateChangedPayload_Statics::NewProp_PreviousFrameRate = { "PreviousFrameRate", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFrameRateChangedPayload, PreviousFrameRate), Z_Construct_UScriptStruct_FFrameRate, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreviousFrameRate_MetaData), NewProp_PreviousFrameRate_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFrameRateChangedPayload_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFrameRateChangedPayload_Statics::NewProp_PreviousFrameRate,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFrameRateChangedPayload_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FFrameRateChangedPayload Property Definitions ***********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFrameRateChangedPayload_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FEmptyPayload,
|
|
&NewStructOps,
|
|
"FrameRateChangedPayload",
|
|
Z_Construct_UScriptStruct_FFrameRateChangedPayload_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFrameRateChangedPayload_Statics::PropPointers),
|
|
sizeof(FFrameRateChangedPayload),
|
|
alignof(FFrameRateChangedPayload),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFrameRateChangedPayload_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFrameRateChangedPayload_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FFrameRateChangedPayload()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FFrameRateChangedPayload.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FFrameRateChangedPayload.InnerSingleton, Z_Construct_UScriptStruct_FFrameRateChangedPayload_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FFrameRateChangedPayload.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FFrameRateChangedPayload ********************************************
|
|
|
|
// ********** Begin ScriptStruct FCurvePayload *****************************************************
|
|
struct Z_Construct_UScriptStruct_FCurvePayload_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FCurvePayload); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FCurvePayload); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Identifier_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "Comment", "/** Identifier of the curve */" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "ToolTip", "Identifier of the curve" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FCurvePayload constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Identifier;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FCurvePayload constinit property declarations ***********************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FCurvePayload>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FCurvePayload_Statics
|
|
static_assert(std::is_polymorphic<FCurvePayload>() == std::is_polymorphic<FEmptyPayload>(), "USTRUCT FCurvePayload cannot be polymorphic unless super FEmptyPayload is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FCurvePayload;
|
|
class UScriptStruct* FCurvePayload::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FCurvePayload.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FCurvePayload.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FCurvePayload, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("CurvePayload"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FCurvePayload.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FCurvePayload Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FCurvePayload_Statics::NewProp_Identifier = { "Identifier", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCurvePayload, Identifier), Z_Construct_UScriptStruct_FAnimationCurveIdentifier, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Identifier_MetaData), NewProp_Identifier_MetaData) }; // 900054210
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FCurvePayload_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCurvePayload_Statics::NewProp_Identifier,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCurvePayload_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FCurvePayload Property Definitions **********************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FCurvePayload_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FEmptyPayload,
|
|
&NewStructOps,
|
|
"CurvePayload",
|
|
Z_Construct_UScriptStruct_FCurvePayload_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCurvePayload_Statics::PropPointers),
|
|
sizeof(FCurvePayload),
|
|
alignof(FCurvePayload),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCurvePayload_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FCurvePayload_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FCurvePayload()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FCurvePayload.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FCurvePayload.InnerSingleton, Z_Construct_UScriptStruct_FCurvePayload_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FCurvePayload.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FCurvePayload *******************************************************
|
|
|
|
// ********** Begin ScriptStruct FCurveScaledPayload ***********************************************
|
|
struct Z_Construct_UScriptStruct_FCurveScaledPayload_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FCurveScaledPayload); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FCurveScaledPayload); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Factor_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "Comment", "/** Factor with which the curve was scaled */" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "ToolTip", "Factor with which the curve was scaled" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Origin_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "Comment", "/** Time used as the origin when scaling the curve */" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "ToolTip", "Time used as the origin when scaling the curve" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FCurveScaledPayload constinit property declarations ***************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Factor;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Origin;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FCurveScaledPayload constinit property declarations *****************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FCurveScaledPayload>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FCurveScaledPayload_Statics
|
|
static_assert(std::is_polymorphic<FCurveScaledPayload>() == std::is_polymorphic<FCurvePayload>(), "USTRUCT FCurveScaledPayload cannot be polymorphic unless super FCurvePayload is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FCurveScaledPayload;
|
|
class UScriptStruct* FCurveScaledPayload::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FCurveScaledPayload.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FCurveScaledPayload.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FCurveScaledPayload, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("CurveScaledPayload"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FCurveScaledPayload.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FCurveScaledPayload Property Definitions **************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FCurveScaledPayload_Statics::NewProp_Factor = { "Factor", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCurveScaledPayload, Factor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Factor_MetaData), NewProp_Factor_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FCurveScaledPayload_Statics::NewProp_Origin = { "Origin", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCurveScaledPayload, Origin), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Origin_MetaData), NewProp_Origin_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FCurveScaledPayload_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCurveScaledPayload_Statics::NewProp_Factor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCurveScaledPayload_Statics::NewProp_Origin,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCurveScaledPayload_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FCurveScaledPayload Property Definitions ****************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FCurveScaledPayload_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FCurvePayload,
|
|
&NewStructOps,
|
|
"CurveScaledPayload",
|
|
Z_Construct_UScriptStruct_FCurveScaledPayload_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCurveScaledPayload_Statics::PropPointers),
|
|
sizeof(FCurveScaledPayload),
|
|
alignof(FCurveScaledPayload),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCurveScaledPayload_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FCurveScaledPayload_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FCurveScaledPayload()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FCurveScaledPayload.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FCurveScaledPayload.InnerSingleton, Z_Construct_UScriptStruct_FCurveScaledPayload_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FCurveScaledPayload.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FCurveScaledPayload *************************************************
|
|
|
|
// ********** Begin ScriptStruct FCurveRenamedPayload **********************************************
|
|
struct Z_Construct_UScriptStruct_FCurveRenamedPayload_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FCurveRenamedPayload); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FCurveRenamedPayload); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NewIdentifier_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "Comment", "/** Identifier of the curve after it was renamed */" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "ToolTip", "Identifier of the curve after it was renamed" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FCurveRenamedPayload constinit property declarations **************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_NewIdentifier;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FCurveRenamedPayload constinit property declarations ****************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FCurveRenamedPayload>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FCurveRenamedPayload_Statics
|
|
static_assert(std::is_polymorphic<FCurveRenamedPayload>() == std::is_polymorphic<FCurvePayload>(), "USTRUCT FCurveRenamedPayload cannot be polymorphic unless super FCurvePayload is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FCurveRenamedPayload;
|
|
class UScriptStruct* FCurveRenamedPayload::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FCurveRenamedPayload.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FCurveRenamedPayload.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FCurveRenamedPayload, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("CurveRenamedPayload"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FCurveRenamedPayload.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FCurveRenamedPayload Property Definitions *************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FCurveRenamedPayload_Statics::NewProp_NewIdentifier = { "NewIdentifier", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCurveRenamedPayload, NewIdentifier), Z_Construct_UScriptStruct_FAnimationCurveIdentifier, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NewIdentifier_MetaData), NewProp_NewIdentifier_MetaData) }; // 900054210
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FCurveRenamedPayload_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCurveRenamedPayload_Statics::NewProp_NewIdentifier,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCurveRenamedPayload_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FCurveRenamedPayload Property Definitions ***************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FCurveRenamedPayload_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FCurvePayload,
|
|
&NewStructOps,
|
|
"CurveRenamedPayload",
|
|
Z_Construct_UScriptStruct_FCurveRenamedPayload_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCurveRenamedPayload_Statics::PropPointers),
|
|
sizeof(FCurveRenamedPayload),
|
|
alignof(FCurveRenamedPayload),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCurveRenamedPayload_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FCurveRenamedPayload_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FCurveRenamedPayload()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FCurveRenamedPayload.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FCurveRenamedPayload.InnerSingleton, Z_Construct_UScriptStruct_FCurveRenamedPayload_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FCurveRenamedPayload.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FCurveRenamedPayload ************************************************
|
|
|
|
// ********** Begin ScriptStruct FCurveFlagsChangedPayload *****************************************
|
|
struct Z_Construct_UScriptStruct_FCurveFlagsChangedPayload_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FCurveFlagsChangedPayload); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FCurveFlagsChangedPayload); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OldFlags_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "Comment", "/** Old flags mask for the curve */" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "ToolTip", "Old flags mask for the curve" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FCurveFlagsChangedPayload constinit property declarations *********
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_OldFlags;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FCurveFlagsChangedPayload constinit property declarations ***********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FCurveFlagsChangedPayload>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FCurveFlagsChangedPayload_Statics
|
|
static_assert(std::is_polymorphic<FCurveFlagsChangedPayload>() == std::is_polymorphic<FCurvePayload>(), "USTRUCT FCurveFlagsChangedPayload cannot be polymorphic unless super FCurvePayload is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FCurveFlagsChangedPayload;
|
|
class UScriptStruct* FCurveFlagsChangedPayload::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FCurveFlagsChangedPayload.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FCurveFlagsChangedPayload.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FCurveFlagsChangedPayload, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("CurveFlagsChangedPayload"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FCurveFlagsChangedPayload.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FCurveFlagsChangedPayload Property Definitions ********************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FCurveFlagsChangedPayload_Statics::NewProp_OldFlags = { "OldFlags", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCurveFlagsChangedPayload, OldFlags), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OldFlags_MetaData), NewProp_OldFlags_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FCurveFlagsChangedPayload_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCurveFlagsChangedPayload_Statics::NewProp_OldFlags,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCurveFlagsChangedPayload_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FCurveFlagsChangedPayload Property Definitions **********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FCurveFlagsChangedPayload_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FCurvePayload,
|
|
&NewStructOps,
|
|
"CurveFlagsChangedPayload",
|
|
Z_Construct_UScriptStruct_FCurveFlagsChangedPayload_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCurveFlagsChangedPayload_Statics::PropPointers),
|
|
sizeof(FCurveFlagsChangedPayload),
|
|
alignof(FCurveFlagsChangedPayload),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCurveFlagsChangedPayload_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FCurveFlagsChangedPayload_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FCurveFlagsChangedPayload()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FCurveFlagsChangedPayload.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FCurveFlagsChangedPayload.InnerSingleton, Z_Construct_UScriptStruct_FCurveFlagsChangedPayload_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FCurveFlagsChangedPayload.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FCurveFlagsChangedPayload *******************************************
|
|
|
|
// ********** Begin ScriptStruct FAttributePayload *************************************************
|
|
struct Z_Construct_UScriptStruct_FAttributePayload_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAttributePayload); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAttributePayload); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Identifier_MetaData[] = {
|
|
{ "Category", "Payload" },
|
|
{ "Comment", "/** Identifier of the attribute */" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "ToolTip", "Identifier of the attribute" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAttributePayload constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Identifier;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FAttributePayload constinit property declarations *******************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAttributePayload>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAttributePayload_Statics
|
|
static_assert(std::is_polymorphic<FAttributePayload>() == std::is_polymorphic<FEmptyPayload>(), "USTRUCT FAttributePayload cannot be polymorphic unless super FEmptyPayload is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAttributePayload;
|
|
class UScriptStruct* FAttributePayload::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAttributePayload.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAttributePayload.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAttributePayload, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("AttributePayload"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAttributePayload.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FAttributePayload Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FAttributePayload_Statics::NewProp_Identifier = { "Identifier", nullptr, (EPropertyFlags)0x0010000000000014, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAttributePayload, Identifier), Z_Construct_UScriptStruct_FAnimationAttributeIdentifier, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Identifier_MetaData), NewProp_Identifier_MetaData) }; // 2860686948
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAttributePayload_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAttributePayload_Statics::NewProp_Identifier,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAttributePayload_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FAttributePayload Property Definitions ******************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAttributePayload_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FEmptyPayload,
|
|
&NewStructOps,
|
|
"AttributePayload",
|
|
Z_Construct_UScriptStruct_FAttributePayload_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAttributePayload_Statics::PropPointers),
|
|
sizeof(FAttributePayload),
|
|
alignof(FAttributePayload),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAttributePayload_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAttributePayload_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAttributePayload()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAttributePayload.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAttributePayload.InnerSingleton, Z_Construct_UScriptStruct_FAttributePayload_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAttributePayload.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAttributePayload ***************************************************
|
|
|
|
// ********** Begin ScriptStruct FAnimDataModelNotifPayload ****************************************
|
|
struct Z_Construct_UScriptStruct_FAnimDataModelNotifPayload_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAnimDataModelNotifPayload); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAnimDataModelNotifPayload); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAnimDataModelNotifPayload constinit property declarations ********
|
|
// ********** End ScriptStruct FAnimDataModelNotifPayload constinit property declarations **********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAnimDataModelNotifPayload>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAnimDataModelNotifPayload_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimDataModelNotifPayload;
|
|
class UScriptStruct* FAnimDataModelNotifPayload::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimDataModelNotifPayload.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAnimDataModelNotifPayload.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimDataModelNotifPayload, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("AnimDataModelNotifPayload"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAnimDataModelNotifPayload.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimDataModelNotifPayload_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"AnimDataModelNotifPayload",
|
|
nullptr,
|
|
0,
|
|
sizeof(FAnimDataModelNotifPayload),
|
|
alignof(FAnimDataModelNotifPayload),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimDataModelNotifPayload_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimDataModelNotifPayload_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAnimDataModelNotifPayload()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimDataModelNotifPayload.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimDataModelNotifPayload.InnerSingleton, Z_Construct_UScriptStruct_FAnimDataModelNotifPayload_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAnimDataModelNotifPayload.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAnimDataModelNotifPayload ******************************************
|
|
|
|
// ********** Begin Class UAnimationDataModelNotifiesExtensions Function CopyPayload ***************
|
|
#if WITH_EDITOR
|
|
struct Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics
|
|
{
|
|
struct AnimationDataModelNotifiesExtensions_eventCopyPayload_Parms
|
|
{
|
|
FAnimDataModelNotifPayload Payload;
|
|
UScriptStruct* ExpectedStruct;
|
|
FEmptyPayload OutPayload;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "AnimationAsset" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Payload_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CopyPayload constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Payload;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ExpectedStruct;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutPayload;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CopyPayload constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CopyPayload Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::NewProp_Payload = { "Payload", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimationDataModelNotifiesExtensions_eventCopyPayload_Parms, Payload), Z_Construct_UScriptStruct_FAnimDataModelNotifPayload, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Payload_MetaData), NewProp_Payload_MetaData) }; // 2509401969
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::NewProp_ExpectedStruct = { "ExpectedStruct", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimationDataModelNotifiesExtensions_eventCopyPayload_Parms, ExpectedStruct), Z_Construct_UClass_UScriptStruct_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::NewProp_OutPayload = { "OutPayload", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimationDataModelNotifiesExtensions_eventCopyPayload_Parms, OutPayload), Z_Construct_UScriptStruct_FEmptyPayload, METADATA_PARAMS(0, nullptr) }; // 3598724069
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::NewProp_Payload,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::NewProp_ExpectedStruct,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::NewProp_OutPayload,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::PropPointers) < 2048);
|
|
// ********** End Function CopyPayload Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAnimationDataModelNotifiesExtensions, nullptr, "CopyPayload", Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::AnimationDataModelNotifiesExtensions_eventCopyPayload_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x24422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::AnimationDataModelNotifiesExtensions_eventCopyPayload_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UAnimationDataModelNotifiesExtensions::execCopyPayload)
|
|
{
|
|
P_GET_STRUCT_REF(FAnimDataModelNotifPayload,Z_Param_Out_Payload);
|
|
P_GET_OBJECT(UScriptStruct,Z_Param_ExpectedStruct);
|
|
P_GET_STRUCT_REF(FEmptyPayload,Z_Param_Out_OutPayload);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UAnimationDataModelNotifiesExtensions::CopyPayload(Z_Param_Out_Payload,Z_Param_ExpectedStruct,Z_Param_Out_OutPayload);
|
|
P_NATIVE_END;
|
|
}
|
|
#endif // WITH_EDITOR
|
|
// ********** End Class UAnimationDataModelNotifiesExtensions Function CopyPayload *****************
|
|
|
|
// ********** Begin Class UAnimationDataModelNotifiesExtensions Function GetPayload ****************
|
|
#if WITH_EDITOR
|
|
struct Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload_Statics
|
|
{
|
|
struct AnimationDataModelNotifiesExtensions_eventGetPayload_Parms
|
|
{
|
|
FAnimDataModelNotifPayload Payload;
|
|
FEmptyPayload ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "AnimationAsset" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "ScriptMethod", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Payload_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetPayload constinit property declarations ****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Payload;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetPayload constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetPayload Property Definitions ***************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload_Statics::NewProp_Payload = { "Payload", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimationDataModelNotifiesExtensions_eventGetPayload_Parms, Payload), Z_Construct_UScriptStruct_FAnimDataModelNotifPayload, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Payload_MetaData), NewProp_Payload_MetaData) }; // 2509401969
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000008000582, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimationDataModelNotifiesExtensions_eventGetPayload_Parms, ReturnValue), Z_Construct_UScriptStruct_FEmptyPayload, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) }; // 3598724069
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload_Statics::NewProp_Payload,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetPayload Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAnimationDataModelNotifiesExtensions, nullptr, "GetPayload", Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload_Statics::AnimationDataModelNotifiesExtensions_eventGetPayload_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x24422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload_Statics::AnimationDataModelNotifiesExtensions_eventGetPayload_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UAnimationDataModelNotifiesExtensions::execGetPayload)
|
|
{
|
|
P_GET_STRUCT_REF(FAnimDataModelNotifPayload,Z_Param_Out_Payload);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FEmptyPayload*)Z_Param__Result=UAnimationDataModelNotifiesExtensions::GetPayload(Z_Param_Out_Payload);
|
|
P_NATIVE_END;
|
|
}
|
|
#endif // WITH_EDITOR
|
|
// ********** End Class UAnimationDataModelNotifiesExtensions Function GetPayload ******************
|
|
|
|
// ********** Begin Class UAnimationDataModelNotifiesExtensions ************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UAnimationDataModelNotifiesExtensions;
|
|
UClass* UAnimationDataModelNotifiesExtensions::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UAnimationDataModelNotifiesExtensions;
|
|
if (!Z_Registration_Info_UClass_UAnimationDataModelNotifiesExtensions.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("AnimationDataModelNotifiesExtensions"),
|
|
Z_Registration_Info_UClass_UAnimationDataModelNotifiesExtensions.InnerSingleton,
|
|
StaticRegisterNativesUAnimationDataModelNotifiesExtensions,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UAnimationDataModelNotifiesExtensions.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UAnimationDataModelNotifiesExtensions_NoRegister()
|
|
{
|
|
return UAnimationDataModelNotifiesExtensions::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UAnimationDataModelNotifiesExtensions_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "Animation/AnimData/AnimDataNotifications.h" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UAnimationDataModelNotifiesExtensions constinit property declarations ****
|
|
// ********** End Class UAnimationDataModelNotifiesExtensions constinit property declarations ******
|
|
#if WITH_EDITOR
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("CopyPayload"), .Pointer = &UAnimationDataModelNotifiesExtensions::execCopyPayload },
|
|
{ .NameUTF8 = UTF8TEXT("GetPayload"), .Pointer = &UAnimationDataModelNotifiesExtensions::execGetPayload },
|
|
};
|
|
#endif // WITH_EDITOR
|
|
static UObject* (*const DependentSingletons[])();
|
|
#if WITH_EDITOR
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_CopyPayload, "CopyPayload" }, // 3288348052
|
|
{ &Z_Construct_UFunction_UAnimationDataModelNotifiesExtensions_GetPayload, "GetPayload" }, // 3787775591
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
#endif // WITH_EDITOR
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UAnimationDataModelNotifiesExtensions>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UAnimationDataModelNotifiesExtensions_Statics
|
|
UObject* (*const Z_Construct_UClass_UAnimationDataModelNotifiesExtensions_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimationDataModelNotifiesExtensions_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAnimationDataModelNotifiesExtensions_Statics::ClassParams = {
|
|
&UAnimationDataModelNotifiesExtensions::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
IF_WITH_EDITOR(FuncInfo, nullptr),
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
IF_WITH_EDITOR(UE_ARRAY_COUNT(FuncInfo), 0),
|
|
0,
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimationDataModelNotifiesExtensions_Statics::Class_MetaDataParams), Z_Construct_UClass_UAnimationDataModelNotifiesExtensions_Statics::Class_MetaDataParams)
|
|
};
|
|
void UAnimationDataModelNotifiesExtensions::StaticRegisterNativesUAnimationDataModelNotifiesExtensions()
|
|
{
|
|
UClass* Class = UAnimationDataModelNotifiesExtensions::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, IF_WITH_EDITOR(MakeConstArrayView(Z_Construct_UClass_UAnimationDataModelNotifiesExtensions_Statics::Funcs), {}));
|
|
}
|
|
UClass* Z_Construct_UClass_UAnimationDataModelNotifiesExtensions()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UAnimationDataModelNotifiesExtensions.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAnimationDataModelNotifiesExtensions.OuterSingleton, Z_Construct_UClass_UAnimationDataModelNotifiesExtensions_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UAnimationDataModelNotifiesExtensions.OuterSingleton;
|
|
}
|
|
UAnimationDataModelNotifiesExtensions::UAnimationDataModelNotifiesExtensions(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAnimationDataModelNotifiesExtensions);
|
|
UAnimationDataModelNotifiesExtensions::~UAnimationDataModelNotifiesExtensions() {}
|
|
// ********** End Class UAnimationDataModelNotifiesExtensions **************************************
|
|
|
|
// ********** Begin Delegate FAnimDataModelModifiedDynamicEvent ************************************
|
|
struct Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics
|
|
{
|
|
struct _Script_Engine_eventAnimDataModelModifiedDynamicEvent_Parms
|
|
{
|
|
EAnimDataModelNotifyType NotifType;
|
|
TScriptInterface<IAnimationDataModel> Model;
|
|
FAnimDataModelNotifPayload Payload;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimData/AnimDataNotifications.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Payload_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Delegate FAnimDataModelModifiedDynamicEvent constinit property declarations ****
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_NotifType_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_NotifType;
|
|
static const UECodeGen_Private::FInterfacePropertyParams NewProp_Model;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Payload;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Delegate FAnimDataModelModifiedDynamicEvent constinit property declarations ******
|
|
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Delegate FAnimDataModelModifiedDynamicEvent Property Definitions ***************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::NewProp_NotifType_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_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::NewProp_NotifType = { "NotifType", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_Engine_eventAnimDataModelModifiedDynamicEvent_Parms, NotifType), Z_Construct_UEnum_Engine_EAnimDataModelNotifyType, METADATA_PARAMS(0, nullptr) }; // 1470509090
|
|
const UECodeGen_Private::FInterfacePropertyParams Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::NewProp_Model = { "Model", nullptr, (EPropertyFlags)0x0014000000000080, UECodeGen_Private::EPropertyGenFlags::Interface, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_Engine_eventAnimDataModelModifiedDynamicEvent_Parms, Model), Z_Construct_UClass_UAnimationDataModel_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::NewProp_Payload = { "Payload", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_Engine_eventAnimDataModelModifiedDynamicEvent_Parms, Payload), Z_Construct_UScriptStruct_FAnimDataModelNotifPayload, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Payload_MetaData), NewProp_Payload_MetaData) }; // 2509401969
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::NewProp_NotifType_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::NewProp_NotifType,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::NewProp_Model,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::NewProp_Payload,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::PropPointers) < 2048);
|
|
// ********** End Delegate FAnimDataModelModifiedDynamicEvent Property Definitions *****************
|
|
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_Engine, nullptr, "AnimDataModelModifiedDynamicEvent__DelegateSignature", Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::PropPointers),
|
|
sizeof(Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::_Script_Engine_eventAnimDataModelModifiedDynamicEvent_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00530000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::_Script_Engine_eventAnimDataModelModifiedDynamicEvent_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_Engine_AnimDataModelModifiedDynamicEvent__DelegateSignature_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
void FAnimDataModelModifiedDynamicEvent_DelegateWrapper(const FMulticastScriptDelegate& AnimDataModelModifiedDynamicEvent, EAnimDataModelNotifyType NotifType, const TScriptInterface<IAnimationDataModel>& Model, FAnimDataModelNotifPayload const& Payload)
|
|
{
|
|
struct _Script_Engine_eventAnimDataModelModifiedDynamicEvent_Parms
|
|
{
|
|
EAnimDataModelNotifyType NotifType;
|
|
TScriptInterface<IAnimationDataModel> Model;
|
|
FAnimDataModelNotifPayload Payload;
|
|
};
|
|
_Script_Engine_eventAnimDataModelModifiedDynamicEvent_Parms Parms;
|
|
Parms.NotifType=NotifType;
|
|
Parms.Model=Model;
|
|
Parms.Payload=Payload;
|
|
AnimDataModelModifiedDynamicEvent.ProcessMulticastDelegate<UObject>(&Parms);
|
|
}
|
|
// ********** End Delegate FAnimDataModelModifiedDynamicEvent **************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimData_AnimDataNotifications_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ EAnimDataModelNotifyType_StaticEnum, TEXT("EAnimDataModelNotifyType"), &Z_Registration_Info_UEnum_EAnimDataModelNotifyType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1470509090U) },
|
|
};
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FEmptyPayload::StaticStruct, Z_Construct_UScriptStruct_FEmptyPayload_Statics::NewStructOps, TEXT("EmptyPayload"),&Z_Registration_Info_UScriptStruct_FEmptyPayload, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FEmptyPayload), 3598724069U) },
|
|
{ FBracketPayload::StaticStruct, Z_Construct_UScriptStruct_FBracketPayload_Statics::NewStructOps, TEXT("BracketPayload"),&Z_Registration_Info_UScriptStruct_FBracketPayload, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FBracketPayload), 70025425U) },
|
|
{ FAnimationTrackPayload::StaticStruct, Z_Construct_UScriptStruct_FAnimationTrackPayload_Statics::NewStructOps, TEXT("AnimationTrackPayload"),&Z_Registration_Info_UScriptStruct_FAnimationTrackPayload, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimationTrackPayload), 2754491449U) },
|
|
{ FAnimationTrackAddedPayload::StaticStruct, Z_Construct_UScriptStruct_FAnimationTrackAddedPayload_Statics::NewStructOps, TEXT("AnimationTrackAddedPayload"),&Z_Registration_Info_UScriptStruct_FAnimationTrackAddedPayload, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimationTrackAddedPayload), 3267684851U) },
|
|
{ FSequenceLengthChangedPayload::StaticStruct, Z_Construct_UScriptStruct_FSequenceLengthChangedPayload_Statics::NewStructOps, TEXT("SequenceLengthChangedPayload"),&Z_Registration_Info_UScriptStruct_FSequenceLengthChangedPayload, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSequenceLengthChangedPayload), 2202696703U) },
|
|
{ FFrameRateChangedPayload::StaticStruct, Z_Construct_UScriptStruct_FFrameRateChangedPayload_Statics::NewStructOps, TEXT("FrameRateChangedPayload"),&Z_Registration_Info_UScriptStruct_FFrameRateChangedPayload, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFrameRateChangedPayload), 3511086412U) },
|
|
{ FCurvePayload::StaticStruct, Z_Construct_UScriptStruct_FCurvePayload_Statics::NewStructOps, TEXT("CurvePayload"),&Z_Registration_Info_UScriptStruct_FCurvePayload, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FCurvePayload), 2665632860U) },
|
|
{ FCurveScaledPayload::StaticStruct, Z_Construct_UScriptStruct_FCurveScaledPayload_Statics::NewStructOps, TEXT("CurveScaledPayload"),&Z_Registration_Info_UScriptStruct_FCurveScaledPayload, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FCurveScaledPayload), 518189433U) },
|
|
{ FCurveRenamedPayload::StaticStruct, Z_Construct_UScriptStruct_FCurveRenamedPayload_Statics::NewStructOps, TEXT("CurveRenamedPayload"),&Z_Registration_Info_UScriptStruct_FCurveRenamedPayload, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FCurveRenamedPayload), 46386300U) },
|
|
{ FCurveFlagsChangedPayload::StaticStruct, Z_Construct_UScriptStruct_FCurveFlagsChangedPayload_Statics::NewStructOps, TEXT("CurveFlagsChangedPayload"),&Z_Registration_Info_UScriptStruct_FCurveFlagsChangedPayload, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FCurveFlagsChangedPayload), 2327101927U) },
|
|
{ FAttributePayload::StaticStruct, Z_Construct_UScriptStruct_FAttributePayload_Statics::NewStructOps, TEXT("AttributePayload"),&Z_Registration_Info_UScriptStruct_FAttributePayload, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAttributePayload), 1208092235U) },
|
|
{ FAnimDataModelNotifPayload::StaticStruct, Z_Construct_UScriptStruct_FAnimDataModelNotifPayload_Statics::NewStructOps, TEXT("AnimDataModelNotifPayload"),&Z_Registration_Info_UScriptStruct_FAnimDataModelNotifPayload, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimDataModelNotifPayload), 2509401969U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UAnimationDataModelNotifiesExtensions, UAnimationDataModelNotifiesExtensions::StaticClass, TEXT("UAnimationDataModelNotifiesExtensions"), &Z_Registration_Info_UClass_UAnimationDataModelNotifiesExtensions, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAnimationDataModelNotifiesExtensions), 2867197328U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimData_AnimDataNotifications_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimData_AnimDataNotifications_h__Script_Engine_1801133149{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimData_AnimDataNotifications_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimData_AnimDataNotifications_h__Script_Engine_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimData_AnimDataNotifications_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimData_AnimDataNotifications_h__Script_Engine_Statics::ScriptStructInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimData_AnimDataNotifications_h__Script_Engine_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimData_AnimDataNotifications_h__Script_Engine_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|