456 lines
28 KiB
C++
456 lines
28 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/AnimNotifies/AnimNotify.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 EmptyLinkFunctionForGeneratedCodeAnimNotify() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FColor();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UAnimNotify();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UAnimNotify_NoRegister();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UAnimSequenceBase_NoRegister();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_USkeletalMeshComponent_NoRegister();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNotifyEventReference();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FBranchingPointNotifyPayload();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBranchingPointNotifyPayload **************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FBranchingPointNotifyPayload_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FBranchingPointNotifyPayload); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FBranchingPointNotifyPayload); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimNotifies/AnimNotify.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBranchingPointNotifyPayload constinit property declarations ******
|
||
|
|
// ********** End ScriptStruct FBranchingPointNotifyPayload constinit property declarations ********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FBranchingPointNotifyPayload>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FBranchingPointNotifyPayload_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FBranchingPointNotifyPayload;
|
||
|
|
class UScriptStruct* FBranchingPointNotifyPayload::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FBranchingPointNotifyPayload.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FBranchingPointNotifyPayload.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FBranchingPointNotifyPayload, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("BranchingPointNotifyPayload"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FBranchingPointNotifyPayload.OuterSingleton;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FBranchingPointNotifyPayload_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"BranchingPointNotifyPayload",
|
||
|
|
nullptr,
|
||
|
|
0,
|
||
|
|
sizeof(FBranchingPointNotifyPayload),
|
||
|
|
alignof(FBranchingPointNotifyPayload),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBranchingPointNotifyPayload_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FBranchingPointNotifyPayload_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FBranchingPointNotifyPayload()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FBranchingPointNotifyPayload.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FBranchingPointNotifyPayload.InnerSingleton, Z_Construct_UScriptStruct_FBranchingPointNotifyPayload_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FBranchingPointNotifyPayload.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FBranchingPointNotifyPayload ****************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UAnimNotify Function GetDefaultTriggerWeightThreshold ********************
|
||
|
|
struct AnimNotify_eventGetDefaultTriggerWeightThreshold_Parms
|
||
|
|
{
|
||
|
|
float ReturnValue;
|
||
|
|
|
||
|
|
/** Constructor, initializes return property only **/
|
||
|
|
AnimNotify_eventGetDefaultTriggerWeightThreshold_Parms()
|
||
|
|
: ReturnValue(0)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
};
|
||
|
|
static FName NAME_UAnimNotify_GetDefaultTriggerWeightThreshold = FName(TEXT("GetDefaultTriggerWeightThreshold"));
|
||
|
|
float UAnimNotify::GetDefaultTriggerWeightThreshold() const
|
||
|
|
{
|
||
|
|
UFunction* Func = FindFunctionChecked(NAME_UAnimNotify_GetDefaultTriggerWeightThreshold);
|
||
|
|
if (!Func->GetOwnerClass()->HasAnyClassFlags(CLASS_Native))
|
||
|
|
{
|
||
|
|
AnimNotify_eventGetDefaultTriggerWeightThreshold_Parms Parms;
|
||
|
|
const_cast<UAnimNotify*>(this)->ProcessEvent(Func,&Parms);
|
||
|
|
return Parms.ReturnValue;
|
||
|
|
}
|
||
|
|
else
|
||
|
|
{
|
||
|
|
return const_cast<UAnimNotify*>(this)->GetDefaultTriggerWeightThreshold_Implementation();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
struct Z_Construct_UFunction_UAnimNotify_GetDefaultTriggerWeightThreshold_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/** TriggerWeightThreshold to use when creating notifies of this type */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimNotifies/AnimNotify.h" },
|
||
|
|
{ "ToolTip", "TriggerWeightThreshold to use when creating notifies of this type" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetDefaultTriggerWeightThreshold constinit property declarations ******
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetDefaultTriggerWeightThreshold constinit property declarations ********
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetDefaultTriggerWeightThreshold Property Definitions *****************
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UAnimNotify_GetDefaultTriggerWeightThreshold_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotify_eventGetDefaultTriggerWeightThreshold_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAnimNotify_GetDefaultTriggerWeightThreshold_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotify_GetDefaultTriggerWeightThreshold_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotify_GetDefaultTriggerWeightThreshold_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetDefaultTriggerWeightThreshold Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAnimNotify_GetDefaultTriggerWeightThreshold_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAnimNotify, nullptr, "GetDefaultTriggerWeightThreshold", Z_Construct_UFunction_UAnimNotify_GetDefaultTriggerWeightThreshold_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotify_GetDefaultTriggerWeightThreshold_Statics::PropPointers),
|
||
|
|
sizeof(AnimNotify_eventGetDefaultTriggerWeightThreshold_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x48020C02, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotify_GetDefaultTriggerWeightThreshold_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAnimNotify_GetDefaultTriggerWeightThreshold_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(AnimNotify_eventGetDefaultTriggerWeightThreshold_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UAnimNotify_GetDefaultTriggerWeightThreshold()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAnimNotify_GetDefaultTriggerWeightThreshold_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UAnimNotify::execGetDefaultTriggerWeightThreshold)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(float*)Z_Param__Result=P_THIS->GetDefaultTriggerWeightThreshold_Implementation();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UAnimNotify Function GetDefaultTriggerWeightThreshold **********************
|
||
|
|
|
||
|
|
// ********** Begin Class UAnimNotify Function GetNotifyName ***************************************
|
||
|
|
struct AnimNotify_eventGetNotifyName_Parms
|
||
|
|
{
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
static FName NAME_UAnimNotify_GetNotifyName = FName(TEXT("GetNotifyName"));
|
||
|
|
FString UAnimNotify::GetNotifyName() const
|
||
|
|
{
|
||
|
|
UFunction* Func = FindFunctionChecked(NAME_UAnimNotify_GetNotifyName);
|
||
|
|
if (!Func->GetOwnerClass()->HasAnyClassFlags(CLASS_Native))
|
||
|
|
{
|
||
|
|
AnimNotify_eventGetNotifyName_Parms Parms;
|
||
|
|
const_cast<UAnimNotify*>(this)->ProcessEvent(Func,&Parms);
|
||
|
|
return Parms.ReturnValue;
|
||
|
|
}
|
||
|
|
else
|
||
|
|
{
|
||
|
|
return const_cast<UAnimNotify*>(this)->GetNotifyName_Implementation();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
struct Z_Construct_UFunction_UAnimNotify_GetNotifyName_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/** \n\x09 * Implementable event to get a custom name for the notify\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimNotifies/AnimNotify.h" },
|
||
|
|
{ "ToolTip", "Implementable event to get a custom name for the notify" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetNotifyName constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetNotifyName constinit property declarations ***************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetNotifyName Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UAnimNotify_GetNotifyName_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotify_eventGetNotifyName_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAnimNotify_GetNotifyName_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotify_GetNotifyName_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotify_GetNotifyName_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetNotifyName Property Definitions **************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAnimNotify_GetNotifyName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAnimNotify, nullptr, "GetNotifyName", Z_Construct_UFunction_UAnimNotify_GetNotifyName_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotify_GetNotifyName_Statics::PropPointers),
|
||
|
|
sizeof(AnimNotify_eventGetNotifyName_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x48020C02, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotify_GetNotifyName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAnimNotify_GetNotifyName_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(AnimNotify_eventGetNotifyName_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UAnimNotify_GetNotifyName()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAnimNotify_GetNotifyName_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UAnimNotify::execGetNotifyName)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=P_THIS->GetNotifyName_Implementation();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UAnimNotify Function GetNotifyName *****************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UAnimNotify Function Received_Notify *************************************
|
||
|
|
struct AnimNotify_eventReceived_Notify_Parms
|
||
|
|
{
|
||
|
|
USkeletalMeshComponent* MeshComp;
|
||
|
|
UAnimSequenceBase* Animation;
|
||
|
|
FAnimNotifyEventReference EventReference;
|
||
|
|
bool ReturnValue;
|
||
|
|
|
||
|
|
/** Constructor, initializes return property only **/
|
||
|
|
AnimNotify_eventReceived_Notify_Parms()
|
||
|
|
: ReturnValue(false)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
};
|
||
|
|
static FName NAME_UAnimNotify_Received_Notify = FName(TEXT("Received_Notify"));
|
||
|
|
bool UAnimNotify::Received_Notify(USkeletalMeshComponent* MeshComp, UAnimSequenceBase* Animation, FAnimNotifyEventReference const& EventReference) const
|
||
|
|
{
|
||
|
|
AnimNotify_eventReceived_Notify_Parms Parms;
|
||
|
|
Parms.MeshComp=MeshComp;
|
||
|
|
Parms.Animation=Animation;
|
||
|
|
Parms.EventReference=EventReference;
|
||
|
|
UFunction* Func = FindFunctionChecked(NAME_UAnimNotify_Received_Notify);
|
||
|
|
const_cast<UAnimNotify*>(this)->ProcessEvent(Func,&Parms);
|
||
|
|
return !!Parms.ReturnValue;
|
||
|
|
}
|
||
|
|
struct Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "AutoCreateRefTerm", "EventReference" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimNotifies/AnimNotify.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeshComp_MetaData[] = {
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EventReference_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function Received_Notify constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_MeshComp;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Animation;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_EventReference;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function Received_Notify constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function Received_Notify Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::NewProp_MeshComp = { "MeshComp", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotify_eventReceived_Notify_Parms, MeshComp), Z_Construct_UClass_USkeletalMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeshComp_MetaData), NewProp_MeshComp_MetaData) };
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::NewProp_Animation = { "Animation", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotify_eventReceived_Notify_Parms, Animation), Z_Construct_UClass_UAnimSequenceBase_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::NewProp_EventReference = { "EventReference", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotify_eventReceived_Notify_Parms, EventReference), Z_Construct_UScriptStruct_FAnimNotifyEventReference, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EventReference_MetaData), NewProp_EventReference_MetaData) }; // 2900761644
|
||
|
|
void Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((AnimNotify_eventReceived_Notify_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(AnimNotify_eventReceived_Notify_Parms), &Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::NewProp_MeshComp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::NewProp_Animation,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::NewProp_EventReference,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function Received_Notify Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAnimNotify, nullptr, "Received_Notify", Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::PropPointers),
|
||
|
|
sizeof(AnimNotify_eventReceived_Notify_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x48420802, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(AnimNotify_eventReceived_Notify_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UAnimNotify_Received_Notify()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAnimNotify_Received_Notify_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
// ********** End Class UAnimNotify Function Received_Notify ***************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UAnimNotify **************************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UAnimNotify;
|
||
|
|
UClass* UAnimNotify::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UAnimNotify;
|
||
|
|
if (!Z_Registration_Info_UClass_UAnimNotify.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("AnimNotify"),
|
||
|
|
Z_Registration_Info_UClass_UAnimNotify.InnerSingleton,
|
||
|
|
StaticRegisterNativesUAnimNotify,
|
||
|
|
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_UAnimNotify.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UAnimNotify_NoRegister()
|
||
|
|
{
|
||
|
|
return UAnimNotify::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UAnimNotify_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "HideCategories", "Object" },
|
||
|
|
{ "IncludePath", "Animation/AnimNotifies/AnimNotify.h" },
|
||
|
|
{ "IsBlueprintBase", "true" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimNotifies/AnimNotify.h" },
|
||
|
|
};
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NotifyColor_MetaData[] = {
|
||
|
|
{ "Category", "AnimNotify" },
|
||
|
|
{ "Comment", "/** Color of Notify in editor */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimNotifies/AnimNotify.h" },
|
||
|
|
{ "ToolTip", "Color of Notify in editor" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShouldFireInEditor_MetaData[] = {
|
||
|
|
{ "Category", "AnimNotify" },
|
||
|
|
{ "Comment", "/** Whether this notify instance should fire in animation editors */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimNotifies/AnimNotify.h" },
|
||
|
|
{ "ToolTip", "Whether this notify instance should fire in animation editors" },
|
||
|
|
};
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UAnimNotify constinit property declarations ******************************
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_NotifyColor;
|
||
|
|
static void NewProp_bShouldFireInEditor_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShouldFireInEditor;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
// ********** End Class UAnimNotify constinit property declarations ********************************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetDefaultTriggerWeightThreshold"), .Pointer = &UAnimNotify::execGetDefaultTriggerWeightThreshold },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetNotifyName"), .Pointer = &UAnimNotify::execGetNotifyName },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UAnimNotify_GetDefaultTriggerWeightThreshold, "GetDefaultTriggerWeightThreshold" }, // 1703881100
|
||
|
|
{ &Z_Construct_UFunction_UAnimNotify_GetNotifyName, "GetNotifyName" }, // 2774618857
|
||
|
|
{ &Z_Construct_UFunction_UAnimNotify_Received_Notify, "Received_Notify" }, // 2618687193
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UAnimNotify>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UAnimNotify_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UAnimNotify Property Definitions *****************************************
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAnimNotify_Statics::NewProp_NotifyColor = { "NotifyColor", nullptr, (EPropertyFlags)0x0010000800000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnimNotify, NotifyColor), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NotifyColor_MetaData), NewProp_NotifyColor_MetaData) };
|
||
|
|
void Z_Construct_UClass_UAnimNotify_Statics::NewProp_bShouldFireInEditor_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UAnimNotify*)Obj)->bShouldFireInEditor = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAnimNotify_Statics::NewProp_bShouldFireInEditor = { "bShouldFireInEditor", nullptr, (EPropertyFlags)0x0010040800000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAnimNotify), &Z_Construct_UClass_UAnimNotify_Statics::NewProp_bShouldFireInEditor_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShouldFireInEditor_MetaData), NewProp_bShouldFireInEditor_MetaData) };
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAnimNotify_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotify_Statics::NewProp_NotifyColor,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnimNotify_Statics::NewProp_bShouldFireInEditor,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotify_Statics::PropPointers) < 2048);
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
// ********** End Class UAnimNotify Property Definitions *******************************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UAnimNotify_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotify_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAnimNotify_Statics::ClassParams = {
|
||
|
|
&UAnimNotify::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
FuncInfo,
|
||
|
|
IF_WITH_EDITORONLY_DATA(Z_Construct_UClass_UAnimNotify_Statics::PropPointers, nullptr),
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
UE_ARRAY_COUNT(FuncInfo),
|
||
|
|
IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotify_Statics::PropPointers), 0),
|
||
|
|
0,
|
||
|
|
0x000920A1u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotify_Statics::Class_MetaDataParams), Z_Construct_UClass_UAnimNotify_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UAnimNotify::StaticRegisterNativesUAnimNotify()
|
||
|
|
{
|
||
|
|
UClass* Class = UAnimNotify::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UAnimNotify_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UAnimNotify()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UAnimNotify.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAnimNotify.OuterSingleton, Z_Construct_UClass_UAnimNotify_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UAnimNotify.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAnimNotify);
|
||
|
|
UAnimNotify::~UAnimNotify() {}
|
||
|
|
// ********** End Class UAnimNotify ****************************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNotifies_AnimNotify_h__Script_Engine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FBranchingPointNotifyPayload::StaticStruct, Z_Construct_UScriptStruct_FBranchingPointNotifyPayload_Statics::NewStructOps, TEXT("BranchingPointNotifyPayload"),&Z_Registration_Info_UScriptStruct_FBranchingPointNotifyPayload, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FBranchingPointNotifyPayload), 2549591366U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UAnimNotify, UAnimNotify::StaticClass, TEXT("UAnimNotify"), &Z_Registration_Info_UClass_UAnimNotify, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAnimNotify), 393556666U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNotifies_AnimNotify_h__Script_Engine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNotifies_AnimNotify_h__Script_Engine_2257421259{
|
||
|
|
TEXT("/Script/Engine"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNotifies_AnimNotify_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNotifies_AnimNotify_h__Script_Engine_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNotifies_AnimNotify_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNotifies_AnimNotify_h__Script_Engine_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|