88 lines
5.7 KiB
C++
88 lines
5.7 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/SkinWeightProfileManager.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeSkinWeightProfileManager() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FSkinWeightProfileManagerTickFunction();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FTickFunction();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FSkinWeightProfileManagerTickFunction *****************************
|
|
struct Z_Construct_UScriptStruct_FSkinWeightProfileManagerTickFunction_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FSkinWeightProfileManagerTickFunction); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FSkinWeightProfileManagerTickFunction); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "ModuleRelativePath", "Public/Animation/SkinWeightProfileManager.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FSkinWeightProfileManagerTickFunction constinit property declarations
|
|
// ********** End ScriptStruct FSkinWeightProfileManagerTickFunction constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSkinWeightProfileManagerTickFunction>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FSkinWeightProfileManagerTickFunction_Statics
|
|
static_assert(std::is_polymorphic<FSkinWeightProfileManagerTickFunction>() == std::is_polymorphic<FTickFunction>(), "USTRUCT FSkinWeightProfileManagerTickFunction cannot be polymorphic unless super FTickFunction is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSkinWeightProfileManagerTickFunction;
|
|
class UScriptStruct* FSkinWeightProfileManagerTickFunction::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FSkinWeightProfileManagerTickFunction.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FSkinWeightProfileManagerTickFunction.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSkinWeightProfileManagerTickFunction, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("SkinWeightProfileManagerTickFunction"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FSkinWeightProfileManagerTickFunction.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSkinWeightProfileManagerTickFunction_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FTickFunction,
|
|
&NewStructOps,
|
|
"SkinWeightProfileManagerTickFunction",
|
|
nullptr,
|
|
0,
|
|
sizeof(FSkinWeightProfileManagerTickFunction),
|
|
alignof(FSkinWeightProfileManagerTickFunction),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSkinWeightProfileManagerTickFunction_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSkinWeightProfileManagerTickFunction_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FSkinWeightProfileManagerTickFunction()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FSkinWeightProfileManagerTickFunction.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSkinWeightProfileManagerTickFunction.InnerSingleton, Z_Construct_UScriptStruct_FSkinWeightProfileManagerTickFunction_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSkinWeightProfileManagerTickFunction.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FSkinWeightProfileManagerTickFunction *******************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_SkinWeightProfileManager_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FSkinWeightProfileManagerTickFunction::StaticStruct, Z_Construct_UScriptStruct_FSkinWeightProfileManagerTickFunction_Statics::NewStructOps, TEXT("SkinWeightProfileManagerTickFunction"),&Z_Registration_Info_UScriptStruct_FSkinWeightProfileManagerTickFunction, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSkinWeightProfileManagerTickFunction), 2157441793U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_SkinWeightProfileManager_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_SkinWeightProfileManager_h__Script_Engine_1856925418{
|
|
TEXT("/Script/Engine"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_SkinWeightProfileManager_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_SkinWeightProfileManager_h__Script_Engine_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|