411 lines
26 KiB
C++
411 lines
26 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 "PersonaToolMenuContext.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodePersonaToolMenuContext() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
ENGINE_API UClass* Z_Construct_UClass_UAnimationAsset_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UAnimBlueprint_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_USkeletalMesh_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_USkeleton_NoRegister();
|
|
PERSONA_API UClass* Z_Construct_UClass_UPersonaToolMenuContext();
|
|
PERSONA_API UClass* Z_Construct_UClass_UPersonaToolMenuContext_NoRegister();
|
|
UNREALED_API UClass* Z_Construct_UClass_UDebugSkelMeshComponent_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_Persona();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UPersonaToolMenuContext Function GetAnimationAsset ***********************
|
|
struct Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimationAsset_Statics
|
|
{
|
|
struct PersonaToolMenuContext_eventGetAnimationAsset_Parms
|
|
{
|
|
UAnimationAsset* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "PersonaEditorExtensions" },
|
|
{ "Comment", "/** Get the animation asset that we are editing */" },
|
|
{ "ModuleRelativePath", "Public/PersonaToolMenuContext.h" },
|
|
{ "ToolTip", "Get the animation asset that we are editing" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetAnimationAsset constinit property declarations *********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetAnimationAsset constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetAnimationAsset Property Definitions ********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimationAsset_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PersonaToolMenuContext_eventGetAnimationAsset_Parms, ReturnValue), Z_Construct_UClass_UAnimationAsset_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimationAsset_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimationAsset_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimationAsset_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetAnimationAsset Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimationAsset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPersonaToolMenuContext, nullptr, "GetAnimationAsset", Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimationAsset_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimationAsset_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimationAsset_Statics::PersonaToolMenuContext_eventGetAnimationAsset_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimationAsset_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimationAsset_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimationAsset_Statics::PersonaToolMenuContext_eventGetAnimationAsset_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimationAsset()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimationAsset_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPersonaToolMenuContext::execGetAnimationAsset)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UAnimationAsset**)Z_Param__Result=P_THIS->GetAnimationAsset();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPersonaToolMenuContext Function GetAnimationAsset *************************
|
|
|
|
// ********** Begin Class UPersonaToolMenuContext Function GetAnimBlueprint ************************
|
|
struct Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimBlueprint_Statics
|
|
{
|
|
struct PersonaToolMenuContext_eventGetAnimBlueprint_Parms
|
|
{
|
|
UAnimBlueprint* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "PersonaEditorExtensions" },
|
|
{ "Comment", "/** Get the anim blueprint that we are editing */" },
|
|
{ "ModuleRelativePath", "Public/PersonaToolMenuContext.h" },
|
|
{ "ToolTip", "Get the anim blueprint that we are editing" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetAnimBlueprint constinit property declarations **********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetAnimBlueprint constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetAnimBlueprint Property Definitions *********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimBlueprint_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PersonaToolMenuContext_eventGetAnimBlueprint_Parms, ReturnValue), Z_Construct_UClass_UAnimBlueprint_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimBlueprint_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimBlueprint_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimBlueprint_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetAnimBlueprint Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimBlueprint_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPersonaToolMenuContext, nullptr, "GetAnimBlueprint", Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimBlueprint_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimBlueprint_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimBlueprint_Statics::PersonaToolMenuContext_eventGetAnimBlueprint_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimBlueprint_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimBlueprint_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimBlueprint_Statics::PersonaToolMenuContext_eventGetAnimBlueprint_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimBlueprint()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimBlueprint_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPersonaToolMenuContext::execGetAnimBlueprint)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UAnimBlueprint**)Z_Param__Result=P_THIS->GetAnimBlueprint();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPersonaToolMenuContext Function GetAnimBlueprint **************************
|
|
|
|
// ********** Begin Class UPersonaToolMenuContext Function GetMesh *********************************
|
|
struct Z_Construct_UFunction_UPersonaToolMenuContext_GetMesh_Statics
|
|
{
|
|
struct PersonaToolMenuContext_eventGetMesh_Parms
|
|
{
|
|
USkeletalMesh* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "PersonaEditorExtensions" },
|
|
{ "Comment", "/** Get the skeletal mesh that we are editing */" },
|
|
{ "ModuleRelativePath", "Public/PersonaToolMenuContext.h" },
|
|
{ "ToolTip", "Get the skeletal mesh that we are editing" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMesh constinit property declarations *******************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMesh constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMesh Property Definitions ******************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPersonaToolMenuContext_GetMesh_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PersonaToolMenuContext_eventGetMesh_Parms, ReturnValue), Z_Construct_UClass_USkeletalMesh_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPersonaToolMenuContext_GetMesh_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPersonaToolMenuContext_GetMesh_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPersonaToolMenuContext_GetMesh_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMesh Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPersonaToolMenuContext_GetMesh_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPersonaToolMenuContext, nullptr, "GetMesh", Z_Construct_UFunction_UPersonaToolMenuContext_GetMesh_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPersonaToolMenuContext_GetMesh_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPersonaToolMenuContext_GetMesh_Statics::PersonaToolMenuContext_eventGetMesh_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPersonaToolMenuContext_GetMesh_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPersonaToolMenuContext_GetMesh_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPersonaToolMenuContext_GetMesh_Statics::PersonaToolMenuContext_eventGetMesh_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPersonaToolMenuContext_GetMesh()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPersonaToolMenuContext_GetMesh_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPersonaToolMenuContext::execGetMesh)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(USkeletalMesh**)Z_Param__Result=P_THIS->GetMesh();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPersonaToolMenuContext Function GetMesh ***********************************
|
|
|
|
// ********** Begin Class UPersonaToolMenuContext Function GetPreviewMeshComponent *****************
|
|
struct Z_Construct_UFunction_UPersonaToolMenuContext_GetPreviewMeshComponent_Statics
|
|
{
|
|
struct PersonaToolMenuContext_eventGetPreviewMeshComponent_Parms
|
|
{
|
|
UDebugSkelMeshComponent* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "PersonaEditorExtensions" },
|
|
{ "Comment", "/** Get the preview component that we are using */" },
|
|
{ "ModuleRelativePath", "Public/PersonaToolMenuContext.h" },
|
|
{ "ToolTip", "Get the preview component that we are using" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetPreviewMeshComponent constinit property declarations ***************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetPreviewMeshComponent constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetPreviewMeshComponent Property Definitions **************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPersonaToolMenuContext_GetPreviewMeshComponent_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PersonaToolMenuContext_eventGetPreviewMeshComponent_Parms, ReturnValue), Z_Construct_UClass_UDebugSkelMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPersonaToolMenuContext_GetPreviewMeshComponent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPersonaToolMenuContext_GetPreviewMeshComponent_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPersonaToolMenuContext_GetPreviewMeshComponent_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetPreviewMeshComponent Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPersonaToolMenuContext_GetPreviewMeshComponent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPersonaToolMenuContext, nullptr, "GetPreviewMeshComponent", Z_Construct_UFunction_UPersonaToolMenuContext_GetPreviewMeshComponent_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPersonaToolMenuContext_GetPreviewMeshComponent_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPersonaToolMenuContext_GetPreviewMeshComponent_Statics::PersonaToolMenuContext_eventGetPreviewMeshComponent_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPersonaToolMenuContext_GetPreviewMeshComponent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPersonaToolMenuContext_GetPreviewMeshComponent_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPersonaToolMenuContext_GetPreviewMeshComponent_Statics::PersonaToolMenuContext_eventGetPreviewMeshComponent_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPersonaToolMenuContext_GetPreviewMeshComponent()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPersonaToolMenuContext_GetPreviewMeshComponent_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPersonaToolMenuContext::execGetPreviewMeshComponent)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UDebugSkelMeshComponent**)Z_Param__Result=P_THIS->GetPreviewMeshComponent();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPersonaToolMenuContext Function GetPreviewMeshComponent *******************
|
|
|
|
// ********** Begin Class UPersonaToolMenuContext Function GetSkeleton *****************************
|
|
struct Z_Construct_UFunction_UPersonaToolMenuContext_GetSkeleton_Statics
|
|
{
|
|
struct PersonaToolMenuContext_eventGetSkeleton_Parms
|
|
{
|
|
USkeleton* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "PersonaEditorExtensions" },
|
|
{ "Comment", "/** Get the skeleton that we are editing */" },
|
|
{ "ModuleRelativePath", "Public/PersonaToolMenuContext.h" },
|
|
{ "ToolTip", "Get the skeleton that we are editing" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetSkeleton constinit property declarations ***************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetSkeleton constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetSkeleton Property Definitions **************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPersonaToolMenuContext_GetSkeleton_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PersonaToolMenuContext_eventGetSkeleton_Parms, ReturnValue), Z_Construct_UClass_USkeleton_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPersonaToolMenuContext_GetSkeleton_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPersonaToolMenuContext_GetSkeleton_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPersonaToolMenuContext_GetSkeleton_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetSkeleton Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPersonaToolMenuContext_GetSkeleton_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPersonaToolMenuContext, nullptr, "GetSkeleton", Z_Construct_UFunction_UPersonaToolMenuContext_GetSkeleton_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPersonaToolMenuContext_GetSkeleton_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UPersonaToolMenuContext_GetSkeleton_Statics::PersonaToolMenuContext_eventGetSkeleton_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPersonaToolMenuContext_GetSkeleton_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPersonaToolMenuContext_GetSkeleton_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UPersonaToolMenuContext_GetSkeleton_Statics::PersonaToolMenuContext_eventGetSkeleton_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UPersonaToolMenuContext_GetSkeleton()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPersonaToolMenuContext_GetSkeleton_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UPersonaToolMenuContext::execGetSkeleton)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(USkeleton**)Z_Param__Result=P_THIS->GetSkeleton();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UPersonaToolMenuContext Function GetSkeleton *******************************
|
|
|
|
// ********** Begin Class UPersonaToolMenuContext **************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPersonaToolMenuContext;
|
|
UClass* UPersonaToolMenuContext::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UPersonaToolMenuContext;
|
|
if (!Z_Registration_Info_UClass_UPersonaToolMenuContext.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("PersonaToolMenuContext"),
|
|
Z_Registration_Info_UClass_UPersonaToolMenuContext.InnerSingleton,
|
|
StaticRegisterNativesUPersonaToolMenuContext,
|
|
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_UPersonaToolMenuContext.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UPersonaToolMenuContext_NoRegister()
|
|
{
|
|
return UPersonaToolMenuContext::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UPersonaToolMenuContext_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "IncludePath", "PersonaToolMenuContext.h" },
|
|
{ "ModuleRelativePath", "Public/PersonaToolMenuContext.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UPersonaToolMenuContext constinit property declarations ******************
|
|
// ********** End Class UPersonaToolMenuContext constinit property declarations ********************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetAnimationAsset"), .Pointer = &UPersonaToolMenuContext::execGetAnimationAsset },
|
|
{ .NameUTF8 = UTF8TEXT("GetAnimBlueprint"), .Pointer = &UPersonaToolMenuContext::execGetAnimBlueprint },
|
|
{ .NameUTF8 = UTF8TEXT("GetMesh"), .Pointer = &UPersonaToolMenuContext::execGetMesh },
|
|
{ .NameUTF8 = UTF8TEXT("GetPreviewMeshComponent"), .Pointer = &UPersonaToolMenuContext::execGetPreviewMeshComponent },
|
|
{ .NameUTF8 = UTF8TEXT("GetSkeleton"), .Pointer = &UPersonaToolMenuContext::execGetSkeleton },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimationAsset, "GetAnimationAsset" }, // 3546464495
|
|
{ &Z_Construct_UFunction_UPersonaToolMenuContext_GetAnimBlueprint, "GetAnimBlueprint" }, // 3917374976
|
|
{ &Z_Construct_UFunction_UPersonaToolMenuContext_GetMesh, "GetMesh" }, // 12203009
|
|
{ &Z_Construct_UFunction_UPersonaToolMenuContext_GetPreviewMeshComponent, "GetPreviewMeshComponent" }, // 2880927828
|
|
{ &Z_Construct_UFunction_UPersonaToolMenuContext_GetSkeleton, "GetSkeleton" }, // 2315680658
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UPersonaToolMenuContext>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UPersonaToolMenuContext_Statics
|
|
UObject* (*const Z_Construct_UClass_UPersonaToolMenuContext_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Persona,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPersonaToolMenuContext_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPersonaToolMenuContext_Statics::ClassParams = {
|
|
&UPersonaToolMenuContext::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_UPersonaToolMenuContext_Statics::Class_MetaDataParams), Z_Construct_UClass_UPersonaToolMenuContext_Statics::Class_MetaDataParams)
|
|
};
|
|
void UPersonaToolMenuContext::StaticRegisterNativesUPersonaToolMenuContext()
|
|
{
|
|
UClass* Class = UPersonaToolMenuContext::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UPersonaToolMenuContext_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UPersonaToolMenuContext()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UPersonaToolMenuContext.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPersonaToolMenuContext.OuterSingleton, Z_Construct_UClass_UPersonaToolMenuContext_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UPersonaToolMenuContext.OuterSingleton;
|
|
}
|
|
UPersonaToolMenuContext::UPersonaToolMenuContext(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPersonaToolMenuContext);
|
|
UPersonaToolMenuContext::~UPersonaToolMenuContext() {}
|
|
// ********** End Class UPersonaToolMenuContext ****************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_Persona_Public_PersonaToolMenuContext_h__Script_Persona_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UPersonaToolMenuContext, UPersonaToolMenuContext::StaticClass, TEXT("UPersonaToolMenuContext"), &Z_Registration_Info_UClass_UPersonaToolMenuContext, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPersonaToolMenuContext), 1354594210U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_Persona_Public_PersonaToolMenuContext_h__Script_Persona_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_Persona_Public_PersonaToolMenuContext_h__Script_Persona_2240140533{
|
|
TEXT("/Script/Persona"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_Persona_Public_PersonaToolMenuContext_h__Script_Persona_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_Persona_Public_PersonaToolMenuContext_h__Script_Persona_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|