231 lines
18 KiB
C++
231 lines
18 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 "BakingAnimationKeySettings.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeBakingAnimationKeySettings() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameNumber();
|
||
|
|
MOVIESCENETOOLS_API UEnum* Z_Construct_UEnum_MovieSceneTools_EBakingKeySettings();
|
||
|
|
MOVIESCENETOOLS_API UScriptStruct* Z_Construct_UScriptStruct_FBakingAnimationKeySettings();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_MovieSceneTools();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum EBakingKeySettings ********************************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EBakingKeySettings;
|
||
|
|
static UEnum* EBakingKeySettings_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EBakingKeySettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_EBakingKeySettings.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_MovieSceneTools_EBakingKeySettings, (UObject*)Z_Construct_UPackage__Script_MovieSceneTools(), TEXT("EBakingKeySettings"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EBakingKeySettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> MOVIESCENETOOLS_NON_ATTRIBUTED_API UEnum* StaticEnum<EBakingKeySettings>()
|
||
|
|
{
|
||
|
|
return EBakingKeySettings_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_MovieSceneTools_EBakingKeySettings_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "AllFrames.DisplayName", "All Frames" },
|
||
|
|
{ "AllFrames.Name", "EBakingKeySettings::AllFrames" },
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "IsBlueprintBase", "true" },
|
||
|
|
{ "KeysOnly.DisplayName", "Keys Only" },
|
||
|
|
{ "KeysOnly.Name", "EBakingKeySettings::KeysOnly" },
|
||
|
|
{ "ModuleRelativePath", "Public/BakingAnimationKeySettings.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "EBakingKeySettings::KeysOnly", (int64)EBakingKeySettings::KeysOnly },
|
||
|
|
{ "EBakingKeySettings::AllFrames", (int64)EBakingKeySettings::AllFrames },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_MovieSceneTools_EBakingKeySettings_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_MovieSceneTools_EBakingKeySettings_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_MovieSceneTools,
|
||
|
|
nullptr,
|
||
|
|
"EBakingKeySettings",
|
||
|
|
"EBakingKeySettings",
|
||
|
|
Z_Construct_UEnum_MovieSceneTools_EBakingKeySettings_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_MovieSceneTools_EBakingKeySettings_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_MovieSceneTools_EBakingKeySettings_Statics::Enum_MetaDataParams), Z_Construct_UEnum_MovieSceneTools_EBakingKeySettings_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_MovieSceneTools_EBakingKeySettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EBakingKeySettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EBakingKeySettings.InnerSingleton, Z_Construct_UEnum_MovieSceneTools_EBakingKeySettings_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EBakingKeySettings.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum EBakingKeySettings **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBakingAnimationKeySettings ***************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FBakingAnimationKeySettings); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FBakingAnimationKeySettings); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "ModuleRelativePath", "Public/BakingAnimationKeySettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StartFrame_MetaData[] = {
|
||
|
|
{ "Category", "Bake" },
|
||
|
|
{ "ModuleRelativePath", "Public/BakingAnimationKeySettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EndFrame_MetaData[] = {
|
||
|
|
{ "Category", "Bake" },
|
||
|
|
{ "ModuleRelativePath", "Public/BakingAnimationKeySettings.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BakingKeySettings_MetaData[] = {
|
||
|
|
{ "Category", "Bake" },
|
||
|
|
{ "Comment", "/** Bake on keyed frames only or bake all frames between start and end */" },
|
||
|
|
{ "ModuleRelativePath", "Public/BakingAnimationKeySettings.h" },
|
||
|
|
{ "ToolTip", "Bake on keyed frames only or bake all frames between start and end" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FrameIncrement_MetaData[] = {
|
||
|
|
{ "Category", "Bake" },
|
||
|
|
{ "ClampMin", "1" },
|
||
|
|
{ "Comment", "/** Frames to increment when baking */" },
|
||
|
|
{ "EditCondition", "BakingKeySettings == EBakingKeySettings::AllFrames" },
|
||
|
|
{ "ModuleRelativePath", "Public/BakingAnimationKeySettings.h" },
|
||
|
|
{ "ToolTip", "Frames to increment when baking" },
|
||
|
|
{ "UIMin", "1" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bReduceKeys_MetaData[] = {
|
||
|
|
{ "Category", "Bake" },
|
||
|
|
{ "Comment", "/** Reduce keys after baking */" },
|
||
|
|
{ "EditCondition", "BakingKeySettings == EBakingKeySettings::AllFrames" },
|
||
|
|
{ "ModuleRelativePath", "Public/BakingAnimationKeySettings.h" },
|
||
|
|
{ "ToolTip", "Reduce keys after baking" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Tolerance_MetaData[] = {
|
||
|
|
{ "Category", "Bake" },
|
||
|
|
{ "Comment", "/** Tolerance to use when reducing keys */" },
|
||
|
|
{ "EditCondition", "BakingKeySettings == EBakingKeySettings::AllFrames || bReduceKeys" },
|
||
|
|
{ "ModuleRelativePath", "Public/BakingAnimationKeySettings.h" },
|
||
|
|
{ "ToolTip", "Tolerance to use when reducing keys" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bTimeWarp_MetaData[] = {
|
||
|
|
{ "Category", "Bake" },
|
||
|
|
{ "Comment", "/** Bake with time warp applied. If there is time warp on the sequence, you will need to disable it manually after baking, otherwise times will be warped twice. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/BakingAnimationKeySettings.h" },
|
||
|
|
{ "ToolTip", "Bake with time warp applied. If there is time warp on the sequence, you will need to disable it manually after baking, otherwise times will be warped twice." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBakingAnimationKeySettings constinit property declarations *******
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_StartFrame;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_EndFrame;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_BakingKeySettings_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_BakingKeySettings;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_FrameIncrement;
|
||
|
|
static void NewProp_bReduceKeys_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bReduceKeys;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Tolerance;
|
||
|
|
static void NewProp_bTimeWarp_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bTimeWarp;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FBakingAnimationKeySettings constinit property declarations *********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FBakingAnimationKeySettings>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FBakingAnimationKeySettings;
|
||
|
|
class UScriptStruct* FBakingAnimationKeySettings::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FBakingAnimationKeySettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FBakingAnimationKeySettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FBakingAnimationKeySettings, (UObject*)Z_Construct_UPackage__Script_MovieSceneTools(), TEXT("BakingAnimationKeySettings"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FBakingAnimationKeySettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBakingAnimationKeySettings Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_StartFrame = { "StartFrame", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBakingAnimationKeySettings, StartFrame), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StartFrame_MetaData), NewProp_StartFrame_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_EndFrame = { "EndFrame", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBakingAnimationKeySettings, EndFrame), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EndFrame_MetaData), NewProp_EndFrame_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_BakingKeySettings_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_BakingKeySettings = { "BakingKeySettings", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBakingAnimationKeySettings, BakingKeySettings), Z_Construct_UEnum_MovieSceneTools_EBakingKeySettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BakingKeySettings_MetaData), NewProp_BakingKeySettings_MetaData) }; // 4069553859
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_FrameIncrement = { "FrameIncrement", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBakingAnimationKeySettings, FrameIncrement), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FrameIncrement_MetaData), NewProp_FrameIncrement_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_bReduceKeys_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FBakingAnimationKeySettings*)Obj)->bReduceKeys = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_bReduceKeys = { "bReduceKeys", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FBakingAnimationKeySettings), &Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_bReduceKeys_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bReduceKeys_MetaData), NewProp_bReduceKeys_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_Tolerance = { "Tolerance", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBakingAnimationKeySettings, Tolerance), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Tolerance_MetaData), NewProp_Tolerance_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_bTimeWarp_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FBakingAnimationKeySettings*)Obj)->bTimeWarp = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_bTimeWarp = { "bTimeWarp", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FBakingAnimationKeySettings), &Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_bTimeWarp_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bTimeWarp_MetaData), NewProp_bTimeWarp_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_StartFrame,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_EndFrame,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_BakingKeySettings_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_BakingKeySettings,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_FrameIncrement,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_bReduceKeys,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_Tolerance,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewProp_bTimeWarp,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FBakingAnimationKeySettings Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_MovieSceneTools,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"BakingAnimationKeySettings",
|
||
|
|
Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::PropPointers),
|
||
|
|
sizeof(FBakingAnimationKeySettings),
|
||
|
|
alignof(FBakingAnimationKeySettings),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FBakingAnimationKeySettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FBakingAnimationKeySettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FBakingAnimationKeySettings.InnerSingleton, Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FBakingAnimationKeySettings.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FBakingAnimationKeySettings *****************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Public_BakingAnimationKeySettings_h__Script_MovieSceneTools_Statics
|
||
|
|
{
|
||
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
||
|
|
{ EBakingKeySettings_StaticEnum, TEXT("EBakingKeySettings"), &Z_Registration_Info_UEnum_EBakingKeySettings, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 4069553859U) },
|
||
|
|
};
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FBakingAnimationKeySettings::StaticStruct, Z_Construct_UScriptStruct_FBakingAnimationKeySettings_Statics::NewStructOps, TEXT("BakingAnimationKeySettings"),&Z_Registration_Info_UScriptStruct_FBakingAnimationKeySettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FBakingAnimationKeySettings), 1678513959U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Public_BakingAnimationKeySettings_h__Script_MovieSceneTools_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Public_BakingAnimationKeySettings_h__Script_MovieSceneTools_290759546{
|
||
|
|
TEXT("/Script/MovieSceneTools"),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Public_BakingAnimationKeySettings_h__Script_MovieSceneTools_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Public_BakingAnimationKeySettings_h__Script_MovieSceneTools_Statics::ScriptStructInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Public_BakingAnimationKeySettings_h__Script_MovieSceneTools_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Public_BakingAnimationKeySettings_h__Script_MovieSceneTools_Statics::EnumInfo),
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|