372 lines
33 KiB
C++
372 lines
33 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/AnimNotifyStateMachineInspectionLibrary.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 EmptyLinkFunctionForGeneratedCodeAnimNotifyStateMachineInspectionLibrary() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UClass* Z_Construct_UClass_UAnimInstance_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary();
|
|
ENGINE_API UClass* Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNotifyEventReference();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UAnimNotifyStateMachineInspectionLibrary Function IsTriggeredByState *****
|
|
struct Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics
|
|
{
|
|
struct AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByState_Parms
|
|
{
|
|
FAnimNotifyEventReference EventReference;
|
|
UAnimInstance* AnimInstance;
|
|
FName StateName;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities|Animation|Notifies" },
|
|
{ "Comment", "/** Get whether a state with the given name in any state machine triggered the notify\n\x09*\n\x09* @param EventReference\x09\x09The event to inspect\n\x09* @param MeshComp\x09\x09\x09The skeletal mesh that contains the animation instance that produced the event\n\x09* @param StateName\x09\x09\x09The name of a state to test\n\x09*/" },
|
|
{ "ModuleRelativePath", "Public/Animation/AnimNotifyStateMachineInspectionLibrary.h" },
|
|
{ "ToolTip", "Get whether a state with the given name in any state machine triggered the notify\n\n@param EventReference The event to inspect\n@param MeshComp The skeletal mesh that contains the animation instance that produced the event\n@param StateName The name of a state to test" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EventReference_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IsTriggeredByState constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_EventReference;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_AnimInstance;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_StateName;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IsTriggeredByState constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IsTriggeredByState Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::NewProp_EventReference = { "EventReference", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByState_Parms, EventReference), Z_Construct_UScriptStruct_FAnimNotifyEventReference, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EventReference_MetaData), NewProp_EventReference_MetaData) }; // 2900761644
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::NewProp_AnimInstance = { "AnimInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByState_Parms, AnimInstance), Z_Construct_UClass_UAnimInstance_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::NewProp_StateName = { "StateName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByState_Parms, StateName), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByState_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_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(AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByState_Parms), &Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::NewProp_EventReference,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::NewProp_AnimInstance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::NewProp_StateName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsTriggeredByState Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary, nullptr, "IsTriggeredByState", Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByState_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByState_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UAnimNotifyStateMachineInspectionLibrary::execIsTriggeredByState)
|
|
{
|
|
P_GET_STRUCT_REF(FAnimNotifyEventReference,Z_Param_Out_EventReference);
|
|
P_GET_OBJECT(UAnimInstance,Z_Param_AnimInstance);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_StateName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UAnimNotifyStateMachineInspectionLibrary::IsTriggeredByState(Z_Param_Out_EventReference,Z_Param_AnimInstance,Z_Param_StateName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UAnimNotifyStateMachineInspectionLibrary Function IsTriggeredByState *******
|
|
|
|
// ********** Begin Class UAnimNotifyStateMachineInspectionLibrary Function IsTriggeredByStateInStateMachine
|
|
struct Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics
|
|
{
|
|
struct AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateInStateMachine_Parms
|
|
{
|
|
FAnimNotifyEventReference EventReference;
|
|
UAnimInstance* AnimInstance;
|
|
FName StateMachineName;
|
|
FName StateName;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities|Animation|Notifies" },
|
|
{ "Comment", "/** Get whether a particular state in a specific state machine triggered the notify\n\x09*\n\x09* @param EventReference\x09\x09The event to inspect\n\x09* @param MeshComp\x09\x09\x09The skeletal mesh that contains the animation instance that produced the event\n\x09* @param StateMachineName\x09The name of a state machine to test\n\x09* @param StateName\x09\x09\x09The name of a state to test\n\x09*/" },
|
|
{ "ModuleRelativePath", "Public/Animation/AnimNotifyStateMachineInspectionLibrary.h" },
|
|
{ "ToolTip", "Get whether a particular state in a specific state machine triggered the notify\n\n@param EventReference The event to inspect\n@param MeshComp The skeletal mesh that contains the animation instance that produced the event\n@param StateMachineName The name of a state machine to test\n@param StateName The name of a state to test" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EventReference_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IsTriggeredByStateInStateMachine constinit property declarations ******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_EventReference;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_AnimInstance;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_StateMachineName;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_StateName;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IsTriggeredByStateInStateMachine constinit property declarations ********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IsTriggeredByStateInStateMachine Property Definitions *****************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::NewProp_EventReference = { "EventReference", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateInStateMachine_Parms, EventReference), Z_Construct_UScriptStruct_FAnimNotifyEventReference, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EventReference_MetaData), NewProp_EventReference_MetaData) }; // 2900761644
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::NewProp_AnimInstance = { "AnimInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateInStateMachine_Parms, AnimInstance), Z_Construct_UClass_UAnimInstance_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::NewProp_StateMachineName = { "StateMachineName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateInStateMachine_Parms, StateMachineName), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::NewProp_StateName = { "StateName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateInStateMachine_Parms, StateName), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateInStateMachine_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_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(AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateInStateMachine_Parms), &Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::NewProp_EventReference,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::NewProp_AnimInstance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::NewProp_StateMachineName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::NewProp_StateName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsTriggeredByStateInStateMachine Property Definitions *******************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary, nullptr, "IsTriggeredByStateInStateMachine", Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateInStateMachine_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateInStateMachine_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UAnimNotifyStateMachineInspectionLibrary::execIsTriggeredByStateInStateMachine)
|
|
{
|
|
P_GET_STRUCT_REF(FAnimNotifyEventReference,Z_Param_Out_EventReference);
|
|
P_GET_OBJECT(UAnimInstance,Z_Param_AnimInstance);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_StateMachineName);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_StateName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UAnimNotifyStateMachineInspectionLibrary::IsTriggeredByStateInStateMachine(Z_Param_Out_EventReference,Z_Param_AnimInstance,Z_Param_StateMachineName,Z_Param_StateName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UAnimNotifyStateMachineInspectionLibrary Function IsTriggeredByStateInStateMachine
|
|
|
|
// ********** Begin Class UAnimNotifyStateMachineInspectionLibrary Function IsTriggeredByStateMachine
|
|
struct Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics
|
|
{
|
|
struct AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateMachine_Parms
|
|
{
|
|
FAnimNotifyEventReference EventReference;
|
|
UAnimInstance* AnimInstance;
|
|
FName StateMachineName;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Utilities|Animation|Notifies" },
|
|
{ "Comment", "/** Get whether the notify was triggered from the specified state machine\n\x09*\n * @param EventReference\x09\x09The event to inspect\n * @param MeshComp\x09\x09\x09The skeletal mesh that contains the animation instance that produced the event\n * @param StateMachineName\x09The Name of a state machine to test\n */" },
|
|
{ "ModuleRelativePath", "Public/Animation/AnimNotifyStateMachineInspectionLibrary.h" },
|
|
{ "ToolTip", "Get whether the notify was triggered from the specified state machine\n\n@param EventReference The event to inspect\n@param MeshComp The skeletal mesh that contains the animation instance that produced the event\n@param StateMachineName The Name of a state machine to test" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EventReference_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function IsTriggeredByStateMachine constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_EventReference;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_AnimInstance;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_StateMachineName;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function IsTriggeredByStateMachine constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function IsTriggeredByStateMachine Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::NewProp_EventReference = { "EventReference", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateMachine_Parms, EventReference), Z_Construct_UScriptStruct_FAnimNotifyEventReference, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EventReference_MetaData), NewProp_EventReference_MetaData) }; // 2900761644
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::NewProp_AnimInstance = { "AnimInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateMachine_Parms, AnimInstance), Z_Construct_UClass_UAnimInstance_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::NewProp_StateMachineName = { "StateMachineName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateMachine_Parms, StateMachineName), METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateMachine_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_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(AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateMachine_Parms), &Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::NewProp_EventReference,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::NewProp_AnimInstance,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::NewProp_StateMachineName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsTriggeredByStateMachine Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary, nullptr, "IsTriggeredByStateMachine", Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateMachine_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::Function_MetaDataParams), Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::AnimNotifyStateMachineInspectionLibrary_eventIsTriggeredByStateMachine_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UAnimNotifyStateMachineInspectionLibrary::execIsTriggeredByStateMachine)
|
|
{
|
|
P_GET_STRUCT_REF(FAnimNotifyEventReference,Z_Param_Out_EventReference);
|
|
P_GET_OBJECT(UAnimInstance,Z_Param_AnimInstance);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_StateMachineName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=UAnimNotifyStateMachineInspectionLibrary::IsTriggeredByStateMachine(Z_Param_Out_EventReference,Z_Param_AnimInstance,Z_Param_StateMachineName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UAnimNotifyStateMachineInspectionLibrary Function IsTriggeredByStateMachine
|
|
|
|
// ********** Begin Class UAnimNotifyStateMachineInspectionLibrary *********************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UAnimNotifyStateMachineInspectionLibrary;
|
|
UClass* UAnimNotifyStateMachineInspectionLibrary::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UAnimNotifyStateMachineInspectionLibrary;
|
|
if (!Z_Registration_Info_UClass_UAnimNotifyStateMachineInspectionLibrary.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("AnimNotifyStateMachineInspectionLibrary"),
|
|
Z_Registration_Info_UClass_UAnimNotifyStateMachineInspectionLibrary.InnerSingleton,
|
|
StaticRegisterNativesUAnimNotifyStateMachineInspectionLibrary,
|
|
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_UAnimNotifyStateMachineInspectionLibrary.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary_NoRegister()
|
|
{
|
|
return UAnimNotifyStateMachineInspectionLibrary::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n*\x09""A library of commonly used functionality for Notifies related to state machines, exposed to blueprint.\n*/" },
|
|
{ "IncludePath", "Animation/AnimNotifyStateMachineInspectionLibrary.h" },
|
|
{ "ModuleRelativePath", "Public/Animation/AnimNotifyStateMachineInspectionLibrary.h" },
|
|
{ "ScriptName", "UAnimNotifyStateMachineInspectionLibrary" },
|
|
{ "ToolTip", "A library of commonly used functionality for Notifies related to state machines, exposed to blueprint." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UAnimNotifyStateMachineInspectionLibrary constinit property declarations *
|
|
// ********** End Class UAnimNotifyStateMachineInspectionLibrary constinit property declarations ***
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("IsTriggeredByState"), .Pointer = &UAnimNotifyStateMachineInspectionLibrary::execIsTriggeredByState },
|
|
{ .NameUTF8 = UTF8TEXT("IsTriggeredByStateInStateMachine"), .Pointer = &UAnimNotifyStateMachineInspectionLibrary::execIsTriggeredByStateInStateMachine },
|
|
{ .NameUTF8 = UTF8TEXT("IsTriggeredByStateMachine"), .Pointer = &UAnimNotifyStateMachineInspectionLibrary::execIsTriggeredByStateMachine },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByState, "IsTriggeredByState" }, // 1069071839
|
|
{ &Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine, "IsTriggeredByStateInStateMachine" }, // 112272454
|
|
{ &Z_Construct_UFunction_UAnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine, "IsTriggeredByStateMachine" }, // 643280205
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UAnimNotifyStateMachineInspectionLibrary>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary_Statics
|
|
UObject* (*const Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary_Statics::ClassParams = {
|
|
&UAnimNotifyStateMachineInspectionLibrary::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
0,
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary_Statics::Class_MetaDataParams)
|
|
};
|
|
void UAnimNotifyStateMachineInspectionLibrary::StaticRegisterNativesUAnimNotifyStateMachineInspectionLibrary()
|
|
{
|
|
UClass* Class = UAnimNotifyStateMachineInspectionLibrary::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UAnimNotifyStateMachineInspectionLibrary.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAnimNotifyStateMachineInspectionLibrary.OuterSingleton, Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UAnimNotifyStateMachineInspectionLibrary.OuterSingleton;
|
|
}
|
|
UAnimNotifyStateMachineInspectionLibrary::UAnimNotifyStateMachineInspectionLibrary(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAnimNotifyStateMachineInspectionLibrary);
|
|
UAnimNotifyStateMachineInspectionLibrary::~UAnimNotifyStateMachineInspectionLibrary() {}
|
|
// ********** End Class UAnimNotifyStateMachineInspectionLibrary ***********************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_AnimNotifyStateMachineInspectionLibrary_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UAnimNotifyStateMachineInspectionLibrary, UAnimNotifyStateMachineInspectionLibrary::StaticClass, TEXT("UAnimNotifyStateMachineInspectionLibrary"), &Z_Registration_Info_UClass_UAnimNotifyStateMachineInspectionLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAnimNotifyStateMachineInspectionLibrary), 1166163556U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_AnimNotifyStateMachineInspectionLibrary_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_AnimNotifyStateMachineInspectionLibrary_h__Script_Engine_592108169{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_AnimNotifyStateMachineInspectionLibrary_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_AnimNotifyStateMachineInspectionLibrary_h__Script_Engine_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|