326 lines
24 KiB
C++
326 lines
24 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/AnimNotifyQueue.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeAnimNotifyQueue() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMirrorDataTable_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UWorld_NoRegister();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNotifyArray();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNotifyContext();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNotifyEventReference();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNotifyQueue();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FAnimNotifyEventReference *****************************************
|
|
struct Z_Construct_UScriptStruct_FAnimNotifyEventReference_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAnimNotifyEventReference); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAnimNotifyEventReference); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Public/Animation/AnimNotifyQueue.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MirrorTable_MetaData[] = {
|
|
{ "Comment", "// If set, the Notify has been mirrored. The mirrored name can be found in MirrorTable->AnimNotifyToMirrorAnimNotifyMap\n" },
|
|
{ "ModuleRelativePath", "Public/Animation/AnimNotifyQueue.h" },
|
|
{ "NativeConstTemplateArg", "" },
|
|
{ "ToolTip", "If set, the Notify has been mirrored. The mirrored name can be found in MirrorTable->AnimNotifyToMirrorAnimNotifyMap" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NotifySource_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Animation/AnimNotifyQueue.h" },
|
|
{ "NativeConstTemplateArg", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAnimNotifyEventReference constinit property declarations *********
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_MirrorTable;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_NotifySource;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FAnimNotifyEventReference constinit property declarations ***********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAnimNotifyEventReference>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAnimNotifyEventReference_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimNotifyEventReference;
|
|
class UScriptStruct* FAnimNotifyEventReference::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNotifyEventReference.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAnimNotifyEventReference.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimNotifyEventReference, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("AnimNotifyEventReference"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAnimNotifyEventReference.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FAnimNotifyEventReference Property Definitions ********************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FAnimNotifyEventReference_Statics::NewProp_MirrorTable = { "MirrorTable", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNotifyEventReference, MirrorTable), Z_Construct_UClass_UMirrorDataTable_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MirrorTable_MetaData), NewProp_MirrorTable_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FAnimNotifyEventReference_Statics::NewProp_NotifySource = { "NotifySource", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNotifyEventReference, NotifySource), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NotifySource_MetaData), NewProp_NotifySource_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAnimNotifyEventReference_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNotifyEventReference_Statics::NewProp_MirrorTable,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNotifyEventReference_Statics::NewProp_NotifySource,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNotifyEventReference_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FAnimNotifyEventReference Property Definitions **********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimNotifyEventReference_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"AnimNotifyEventReference",
|
|
Z_Construct_UScriptStruct_FAnimNotifyEventReference_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNotifyEventReference_Statics::PropPointers),
|
|
sizeof(FAnimNotifyEventReference),
|
|
alignof(FAnimNotifyEventReference),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNotifyEventReference_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimNotifyEventReference_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAnimNotifyEventReference()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNotifyEventReference.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimNotifyEventReference.InnerSingleton, Z_Construct_UScriptStruct_FAnimNotifyEventReference_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAnimNotifyEventReference.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAnimNotifyEventReference *******************************************
|
|
|
|
// ********** Begin ScriptStruct FAnimNotifyArray **************************************************
|
|
struct Z_Construct_UScriptStruct_FAnimNotifyArray_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAnimNotifyArray); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAnimNotifyArray); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Animation/AnimNotifyQueue.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Notifies_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Animation/AnimNotifyQueue.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAnimNotifyArray constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Notifies_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Notifies;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FAnimNotifyArray constinit property declarations ********************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAnimNotifyArray>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAnimNotifyArray_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimNotifyArray;
|
|
class UScriptStruct* FAnimNotifyArray::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNotifyArray.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAnimNotifyArray.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimNotifyArray, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("AnimNotifyArray"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAnimNotifyArray.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FAnimNotifyArray Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FAnimNotifyArray_Statics::NewProp_Notifies_Inner = { "Notifies", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FAnimNotifyEventReference, METADATA_PARAMS(0, nullptr) }; // 2900761644
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FAnimNotifyArray_Statics::NewProp_Notifies = { "Notifies", nullptr, (EPropertyFlags)0x0010000000002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNotifyArray, Notifies), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Notifies_MetaData), NewProp_Notifies_MetaData) }; // 2900761644
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAnimNotifyArray_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNotifyArray_Statics::NewProp_Notifies_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNotifyArray_Statics::NewProp_Notifies,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNotifyArray_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FAnimNotifyArray Property Definitions *******************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimNotifyArray_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"AnimNotifyArray",
|
|
Z_Construct_UScriptStruct_FAnimNotifyArray_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNotifyArray_Statics::PropPointers),
|
|
sizeof(FAnimNotifyArray),
|
|
alignof(FAnimNotifyArray),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNotifyArray_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimNotifyArray_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAnimNotifyArray()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNotifyArray.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimNotifyArray.InnerSingleton, Z_Construct_UScriptStruct_FAnimNotifyArray_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAnimNotifyArray.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAnimNotifyArray ****************************************************
|
|
|
|
// ********** Begin ScriptStruct FAnimNotifyContext ************************************************
|
|
struct Z_Construct_UScriptStruct_FAnimNotifyContext_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAnimNotifyContext); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAnimNotifyContext); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Animation/AnimNotifyQueue.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAnimNotifyContext constinit property declarations ****************
|
|
// ********** End ScriptStruct FAnimNotifyContext constinit property declarations ******************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAnimNotifyContext>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAnimNotifyContext_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimNotifyContext;
|
|
class UScriptStruct* FAnimNotifyContext::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNotifyContext.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAnimNotifyContext.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimNotifyContext, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("AnimNotifyContext"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAnimNotifyContext.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimNotifyContext_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"AnimNotifyContext",
|
|
nullptr,
|
|
0,
|
|
sizeof(FAnimNotifyContext),
|
|
alignof(FAnimNotifyContext),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNotifyContext_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimNotifyContext_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAnimNotifyContext()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNotifyContext.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimNotifyContext.InnerSingleton, Z_Construct_UScriptStruct_FAnimNotifyContext_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAnimNotifyContext.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAnimNotifyContext **************************************************
|
|
|
|
// ********** Begin ScriptStruct FAnimNotifyQueue **************************************************
|
|
struct Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAnimNotifyQueue); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAnimNotifyQueue); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Animation/AnimNotifyQueue.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AnimNotifies_MetaData[] = {
|
|
{ "Comment", "/** Animation Notifies that has been triggered in the latest tick **/" },
|
|
{ "ModuleRelativePath", "Public/Animation/AnimNotifyQueue.h" },
|
|
{ "ToolTip", "Animation Notifies that has been triggered in the latest tick *" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UnfilteredMontageAnimNotifies_MetaData[] = {
|
|
{ "Comment", "/** Animation Notifies from montages that still need to be filtered by slot weight*/" },
|
|
{ "ModuleRelativePath", "Public/Animation/AnimNotifyQueue.h" },
|
|
{ "ToolTip", "Animation Notifies from montages that still need to be filtered by slot weight" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_World_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Animation/AnimNotifyQueue.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAnimNotifyQueue constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_AnimNotifies_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_AnimNotifies;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_UnfilteredMontageAnimNotifies_ValueProp;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_UnfilteredMontageAnimNotifies_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_UnfilteredMontageAnimNotifies;
|
|
static const UECodeGen_Private::FWeakObjectPropertyParams NewProp_World;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FAnimNotifyQueue constinit property declarations ********************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAnimNotifyQueue>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimNotifyQueue;
|
|
class UScriptStruct* FAnimNotifyQueue::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNotifyQueue.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAnimNotifyQueue.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimNotifyQueue, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("AnimNotifyQueue"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAnimNotifyQueue.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FAnimNotifyQueue Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::NewProp_AnimNotifies_Inner = { "AnimNotifies", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FAnimNotifyEventReference, METADATA_PARAMS(0, nullptr) }; // 2900761644
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::NewProp_AnimNotifies = { "AnimNotifies", nullptr, (EPropertyFlags)0x0010000000002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNotifyQueue, AnimNotifies), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AnimNotifies_MetaData), NewProp_AnimNotifies_MetaData) }; // 2900761644
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::NewProp_UnfilteredMontageAnimNotifies_ValueProp = { "UnfilteredMontageAnimNotifies", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FAnimNotifyArray, METADATA_PARAMS(0, nullptr) }; // 4031874878
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::NewProp_UnfilteredMontageAnimNotifies_Key_KeyProp = { "UnfilteredMontageAnimNotifies_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::NewProp_UnfilteredMontageAnimNotifies = { "UnfilteredMontageAnimNotifies", nullptr, (EPropertyFlags)0x0010000000002000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNotifyQueue, UnfilteredMontageAnimNotifies), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UnfilteredMontageAnimNotifies_MetaData), NewProp_UnfilteredMontageAnimNotifies_MetaData) }; // 4031874878
|
|
const UECodeGen_Private::FWeakObjectPropertyParams Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::NewProp_World = { "World", nullptr, (EPropertyFlags)0x0044000000002000, UECodeGen_Private::EPropertyGenFlags::WeakObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNotifyQueue, World), Z_Construct_UClass_UWorld_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_World_MetaData), NewProp_World_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::NewProp_AnimNotifies_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::NewProp_AnimNotifies,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::NewProp_UnfilteredMontageAnimNotifies_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::NewProp_UnfilteredMontageAnimNotifies_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::NewProp_UnfilteredMontageAnimNotifies,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::NewProp_World,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FAnimNotifyQueue Property Definitions *******************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"AnimNotifyQueue",
|
|
Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::PropPointers),
|
|
sizeof(FAnimNotifyQueue),
|
|
alignof(FAnimNotifyQueue),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAnimNotifyQueue()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNotifyQueue.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimNotifyQueue.InnerSingleton, Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAnimNotifyQueue.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAnimNotifyQueue ****************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_AnimNotifyQueue_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FAnimNotifyEventReference::StaticStruct, Z_Construct_UScriptStruct_FAnimNotifyEventReference_Statics::NewStructOps, TEXT("AnimNotifyEventReference"),&Z_Registration_Info_UScriptStruct_FAnimNotifyEventReference, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimNotifyEventReference), 2900761644U) },
|
|
{ FAnimNotifyArray::StaticStruct, Z_Construct_UScriptStruct_FAnimNotifyArray_Statics::NewStructOps, TEXT("AnimNotifyArray"),&Z_Registration_Info_UScriptStruct_FAnimNotifyArray, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimNotifyArray), 4031874878U) },
|
|
{ FAnimNotifyContext::StaticStruct, Z_Construct_UScriptStruct_FAnimNotifyContext_Statics::NewStructOps, TEXT("AnimNotifyContext"),&Z_Registration_Info_UScriptStruct_FAnimNotifyContext, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimNotifyContext), 1757260580U) },
|
|
{ FAnimNotifyQueue::StaticStruct, Z_Construct_UScriptStruct_FAnimNotifyQueue_Statics::NewStructOps, TEXT("AnimNotifyQueue"),&Z_Registration_Info_UScriptStruct_FAnimNotifyQueue, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimNotifyQueue), 3367721542U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_AnimNotifyQueue_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_AnimNotifyQueue_h__Script_Engine_783260182{
|
|
TEXT("/Script/Engine"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_AnimNotifyQueue_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_AnimNotifyQueue_h__Script_Engine_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|