Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/ControlRig/UHT/MovieSceneControlRigParameterSection.gen.cpp

626 lines
56 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "Sequencer/MovieSceneControlRigParameterSection.h"
#include "Channels/MovieSceneByteChannel.h"
#include "Channels/MovieSceneFloatChannel.h"
#include "Channels/MovieSceneIntegerChannel.h"
#include "ConstraintChannel.h"
#include "Sections/MovieScene3DTransformSection.h"
#include "Sequencer/MovieSceneControlRigSpaceChannel.h"
#include "Serialization/ArchiveUObjectFromStructuredArchive.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneControlRigParameterSection() {}
// ********** Begin Cross Module References ********************************************************
CONSTRAINTS_API UScriptStruct* Z_Construct_UScriptStruct_FConstraintAndActiveChannel();
CONTROLRIG_API UClass* Z_Construct_UClass_UControlRig_NoRegister();
CONTROLRIG_API UClass* Z_Construct_UClass_UControlRigOverrideAsset_NoRegister();
CONTROLRIG_API UClass* Z_Construct_UClass_UMovieSceneControlRigParameterSection();
CONTROLRIG_API UClass* Z_Construct_UClass_UMovieSceneControlRigParameterSection_NoRegister();
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FChannelMapInfo();
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FEnumParameterNameAndCurve();
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve();
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneControlRigSpaceChannel();
CONTROLRIG_API UScriptStruct* Z_Construct_UScriptStruct_FSpaceControlNameAndChannel();
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneByteChannel();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneFloatChannel();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneIntegerChannel();
MOVIESCENETRACKS_API UClass* Z_Construct_UClass_UMovieSceneConstrainedSection_NoRegister();
MOVIESCENETRACKS_API UClass* Z_Construct_UClass_UMovieSceneParameterSection();
MOVIESCENETRACKS_API UScriptStruct* Z_Construct_UScriptStruct_FBaseParameterNameAndValue();
MOVIESCENETRACKS_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneTransformMask();
UPackage* Z_Construct_UPackage__Script_ControlRig();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FEnumParameterNameAndCurve ****************************************
struct Z_Construct_UScriptStruct_FEnumParameterNameAndCurve_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FEnumParameterNameAndCurve); }
static inline consteval int16 GetStructAlignment() { return alignof(FEnumParameterNameAndCurve); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParameterCurve_MetaData[] = {
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FEnumParameterNameAndCurve constinit property declarations ********
static const UECodeGen_Private::FStructPropertyParams NewProp_ParameterCurve;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FEnumParameterNameAndCurve constinit property declarations **********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FEnumParameterNameAndCurve>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FEnumParameterNameAndCurve_Statics
static_assert(std::is_polymorphic<FEnumParameterNameAndCurve>() == std::is_polymorphic<FBaseParameterNameAndValue>(), "USTRUCT FEnumParameterNameAndCurve cannot be polymorphic unless super FBaseParameterNameAndValue is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FEnumParameterNameAndCurve;
class UScriptStruct* FEnumParameterNameAndCurve::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FEnumParameterNameAndCurve.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FEnumParameterNameAndCurve.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FEnumParameterNameAndCurve, (UObject*)Z_Construct_UPackage__Script_ControlRig(), TEXT("EnumParameterNameAndCurve"));
}
return Z_Registration_Info_UScriptStruct_FEnumParameterNameAndCurve.OuterSingleton;
}
// ********** Begin ScriptStruct FEnumParameterNameAndCurve Property Definitions *******************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FEnumParameterNameAndCurve_Statics::NewProp_ParameterCurve = { "ParameterCurve", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEnumParameterNameAndCurve, ParameterCurve), Z_Construct_UScriptStruct_FMovieSceneByteChannel, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParameterCurve_MetaData), NewProp_ParameterCurve_MetaData) }; // 276844829
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FEnumParameterNameAndCurve_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEnumParameterNameAndCurve_Statics::NewProp_ParameterCurve,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEnumParameterNameAndCurve_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FEnumParameterNameAndCurve Property Definitions *********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FEnumParameterNameAndCurve_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ControlRig,
Z_Construct_UScriptStruct_FBaseParameterNameAndValue,
&NewStructOps,
"EnumParameterNameAndCurve",
Z_Construct_UScriptStruct_FEnumParameterNameAndCurve_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEnumParameterNameAndCurve_Statics::PropPointers),
sizeof(FEnumParameterNameAndCurve),
alignof(FEnumParameterNameAndCurve),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEnumParameterNameAndCurve_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FEnumParameterNameAndCurve_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FEnumParameterNameAndCurve()
{
if (!Z_Registration_Info_UScriptStruct_FEnumParameterNameAndCurve.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FEnumParameterNameAndCurve.InnerSingleton, Z_Construct_UScriptStruct_FEnumParameterNameAndCurve_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FEnumParameterNameAndCurve.InnerSingleton);
}
// ********** End ScriptStruct FEnumParameterNameAndCurve ******************************************
// ********** Begin ScriptStruct FIntegerParameterNameAndCurve *************************************
struct Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FIntegerParameterNameAndCurve); }
static inline consteval int16 GetStructAlignment() { return alignof(FIntegerParameterNameAndCurve); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParameterCurve_MetaData[] = {
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FIntegerParameterNameAndCurve constinit property declarations *****
static const UECodeGen_Private::FStructPropertyParams NewProp_ParameterCurve;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FIntegerParameterNameAndCurve constinit property declarations *******
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIntegerParameterNameAndCurve>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve_Statics
static_assert(std::is_polymorphic<FIntegerParameterNameAndCurve>() == std::is_polymorphic<FBaseParameterNameAndValue>(), "USTRUCT FIntegerParameterNameAndCurve cannot be polymorphic unless super FBaseParameterNameAndValue is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIntegerParameterNameAndCurve;
class UScriptStruct* FIntegerParameterNameAndCurve::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FIntegerParameterNameAndCurve.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FIntegerParameterNameAndCurve.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve, (UObject*)Z_Construct_UPackage__Script_ControlRig(), TEXT("IntegerParameterNameAndCurve"));
}
return Z_Registration_Info_UScriptStruct_FIntegerParameterNameAndCurve.OuterSingleton;
}
// ********** Begin ScriptStruct FIntegerParameterNameAndCurve Property Definitions ****************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve_Statics::NewProp_ParameterCurve = { "ParameterCurve", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIntegerParameterNameAndCurve, ParameterCurve), Z_Construct_UScriptStruct_FMovieSceneIntegerChannel, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParameterCurve_MetaData), NewProp_ParameterCurve_MetaData) }; // 2431351337
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve_Statics::NewProp_ParameterCurve,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FIntegerParameterNameAndCurve Property Definitions ******************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ControlRig,
Z_Construct_UScriptStruct_FBaseParameterNameAndValue,
&NewStructOps,
"IntegerParameterNameAndCurve",
Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve_Statics::PropPointers),
sizeof(FIntegerParameterNameAndCurve),
alignof(FIntegerParameterNameAndCurve),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve()
{
if (!Z_Registration_Info_UScriptStruct_FIntegerParameterNameAndCurve.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIntegerParameterNameAndCurve.InnerSingleton, Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIntegerParameterNameAndCurve.InnerSingleton);
}
// ********** End ScriptStruct FIntegerParameterNameAndCurve ***************************************
// ********** Begin ScriptStruct FSpaceControlNameAndChannel ***************************************
struct Z_Construct_UScriptStruct_FSpaceControlNameAndChannel_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FSpaceControlNameAndChannel); }
static inline consteval int16 GetStructAlignment() { return alignof(FSpaceControlNameAndChannel); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ControlName_MetaData[] = {
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SpaceCurve_MetaData[] = {
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FSpaceControlNameAndChannel constinit property declarations *******
static const UECodeGen_Private::FNamePropertyParams NewProp_ControlName;
static const UECodeGen_Private::FStructPropertyParams NewProp_SpaceCurve;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FSpaceControlNameAndChannel constinit property declarations *********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FSpaceControlNameAndChannel>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FSpaceControlNameAndChannel_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSpaceControlNameAndChannel;
class UScriptStruct* FSpaceControlNameAndChannel::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FSpaceControlNameAndChannel.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FSpaceControlNameAndChannel.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSpaceControlNameAndChannel, (UObject*)Z_Construct_UPackage__Script_ControlRig(), TEXT("SpaceControlNameAndChannel"));
}
return Z_Registration_Info_UScriptStruct_FSpaceControlNameAndChannel.OuterSingleton;
}
// ********** Begin ScriptStruct FSpaceControlNameAndChannel Property Definitions ******************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FSpaceControlNameAndChannel_Statics::NewProp_ControlName = { "ControlName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSpaceControlNameAndChannel, ControlName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ControlName_MetaData), NewProp_ControlName_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FSpaceControlNameAndChannel_Statics::NewProp_SpaceCurve = { "SpaceCurve", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSpaceControlNameAndChannel, SpaceCurve), Z_Construct_UScriptStruct_FMovieSceneControlRigSpaceChannel, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SpaceCurve_MetaData), NewProp_SpaceCurve_MetaData) }; // 2579738858
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSpaceControlNameAndChannel_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSpaceControlNameAndChannel_Statics::NewProp_ControlName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSpaceControlNameAndChannel_Statics::NewProp_SpaceCurve,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSpaceControlNameAndChannel_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FSpaceControlNameAndChannel Property Definitions ********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSpaceControlNameAndChannel_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ControlRig,
nullptr,
&NewStructOps,
"SpaceControlNameAndChannel",
Z_Construct_UScriptStruct_FSpaceControlNameAndChannel_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSpaceControlNameAndChannel_Statics::PropPointers),
sizeof(FSpaceControlNameAndChannel),
alignof(FSpaceControlNameAndChannel),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSpaceControlNameAndChannel_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSpaceControlNameAndChannel_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FSpaceControlNameAndChannel()
{
if (!Z_Registration_Info_UScriptStruct_FSpaceControlNameAndChannel.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSpaceControlNameAndChannel.InnerSingleton, Z_Construct_UScriptStruct_FSpaceControlNameAndChannel_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FSpaceControlNameAndChannel.InnerSingleton);
}
// ********** End ScriptStruct FSpaceControlNameAndChannel *****************************************
// ********** Begin ScriptStruct FChannelMapInfo ***************************************************
struct Z_Construct_UScriptStruct_FChannelMapInfo_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FChannelMapInfo); }
static inline consteval int16 GetStructAlignment() { return alignof(FChannelMapInfo); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ControlIndex_MetaData[] = {
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TotalChannelIndex_MetaData[] = {
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ChannelIndex_MetaData[] = {
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParentControlIndex_MetaData[] = {
{ "Comment", "//channel index for it's type.. (e.g float, int, bool).\n" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "channel index for it's type.. (e.g float, int, bool)." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ChannelTypeName_MetaData[] = {
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bDoesHaveSpace_MetaData[] = {
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SpaceChannelIndex_MetaData[] = {
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaskIndex_MetaData[] = {
{ "Comment", "//if it has space what's the space channel index\n" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "if it has space what's the space channel index" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CategoryIndex_MetaData[] = {
{ "Comment", "//index for the mask\n" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "index for the mask" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConstraintsIndex_MetaData[] = {
{ "Comment", "//temp index set by the ControlRigParameterTrack, not saved\n" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "temp index set by the ControlRigParameterTrack, not saved" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FChannelMapInfo constinit property declarations *******************
static const UECodeGen_Private::FIntPropertyParams NewProp_ControlIndex;
static const UECodeGen_Private::FIntPropertyParams NewProp_TotalChannelIndex;
static const UECodeGen_Private::FIntPropertyParams NewProp_ChannelIndex;
static const UECodeGen_Private::FIntPropertyParams NewProp_ParentControlIndex;
static const UECodeGen_Private::FNamePropertyParams NewProp_ChannelTypeName;
static void NewProp_bDoesHaveSpace_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bDoesHaveSpace;
static const UECodeGen_Private::FIntPropertyParams NewProp_SpaceChannelIndex;
static const UECodeGen_Private::FIntPropertyParams NewProp_MaskIndex;
static const UECodeGen_Private::FIntPropertyParams NewProp_CategoryIndex;
static const UECodeGen_Private::FUInt32PropertyParams NewProp_ConstraintsIndex_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ConstraintsIndex;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FChannelMapInfo constinit property declarations *********************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FChannelMapInfo>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FChannelMapInfo_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FChannelMapInfo;
class UScriptStruct* FChannelMapInfo::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FChannelMapInfo.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FChannelMapInfo.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FChannelMapInfo, (UObject*)Z_Construct_UPackage__Script_ControlRig(), TEXT("ChannelMapInfo"));
}
return Z_Registration_Info_UScriptStruct_FChannelMapInfo.OuterSingleton;
}
// ********** Begin ScriptStruct FChannelMapInfo Property Definitions ******************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_ControlIndex = { "ControlIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChannelMapInfo, ControlIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ControlIndex_MetaData), NewProp_ControlIndex_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_TotalChannelIndex = { "TotalChannelIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChannelMapInfo, TotalChannelIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TotalChannelIndex_MetaData), NewProp_TotalChannelIndex_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_ChannelIndex = { "ChannelIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChannelMapInfo, ChannelIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ChannelIndex_MetaData), NewProp_ChannelIndex_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_ParentControlIndex = { "ParentControlIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChannelMapInfo, ParentControlIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParentControlIndex_MetaData), NewProp_ParentControlIndex_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_ChannelTypeName = { "ChannelTypeName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChannelMapInfo, ChannelTypeName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ChannelTypeName_MetaData), NewProp_ChannelTypeName_MetaData) };
void Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_bDoesHaveSpace_SetBit(void* Obj)
{
((FChannelMapInfo*)Obj)->bDoesHaveSpace = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_bDoesHaveSpace = { "bDoesHaveSpace", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FChannelMapInfo), &Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_bDoesHaveSpace_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bDoesHaveSpace_MetaData), NewProp_bDoesHaveSpace_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_SpaceChannelIndex = { "SpaceChannelIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChannelMapInfo, SpaceChannelIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SpaceChannelIndex_MetaData), NewProp_SpaceChannelIndex_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_MaskIndex = { "MaskIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChannelMapInfo, MaskIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaskIndex_MetaData), NewProp_MaskIndex_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_CategoryIndex = { "CategoryIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChannelMapInfo, CategoryIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CategoryIndex_MetaData), NewProp_CategoryIndex_MetaData) };
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_ConstraintsIndex_Inner = { "ConstraintsIndex", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_ConstraintsIndex = { "ConstraintsIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChannelMapInfo, ConstraintsIndex), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstraintsIndex_MetaData), NewProp_ConstraintsIndex_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FChannelMapInfo_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_ControlIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_TotalChannelIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_ChannelIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_ParentControlIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_ChannelTypeName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_bDoesHaveSpace,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_SpaceChannelIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_MaskIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_CategoryIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_ConstraintsIndex_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewProp_ConstraintsIndex,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChannelMapInfo_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FChannelMapInfo Property Definitions ********************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FChannelMapInfo_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ControlRig,
nullptr,
&NewStructOps,
"ChannelMapInfo",
Z_Construct_UScriptStruct_FChannelMapInfo_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChannelMapInfo_Statics::PropPointers),
sizeof(FChannelMapInfo),
alignof(FChannelMapInfo),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChannelMapInfo_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FChannelMapInfo_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FChannelMapInfo()
{
if (!Z_Registration_Info_UScriptStruct_FChannelMapInfo.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FChannelMapInfo.InnerSingleton, Z_Construct_UScriptStruct_FChannelMapInfo_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FChannelMapInfo.InnerSingleton);
}
// ********** End ScriptStruct FChannelMapInfo *****************************************************
// ********** Begin Class UMovieSceneControlRigParameterSection ************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneControlRigParameterSection;
UClass* UMovieSceneControlRigParameterSection::GetPrivateStaticClass()
{
using TClass = UMovieSceneControlRigParameterSection;
if (!Z_Registration_Info_UClass_UMovieSceneControlRigParameterSection.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MovieSceneControlRigParameterSection"),
Z_Registration_Info_UClass_UMovieSceneControlRigParameterSection.InnerSingleton,
StaticRegisterNativesUMovieSceneControlRigParameterSection,
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_UMovieSceneControlRigParameterSection.InnerSingleton;
}
UClass* Z_Construct_UClass_UMovieSceneControlRigParameterSection_NoRegister()
{
return UMovieSceneControlRigParameterSection::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Movie scene section that controls animation controller animation\n */" },
{ "IncludePath", "Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "Movie scene section that controls animation controller animation" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ControlRig_MetaData[] = {
{ "Comment", "/** Control Rig that controls us*/" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "Control Rig that controls us" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ControlRigClass_MetaData[] = {
{ "Category", "Animation" },
{ "Comment", "/** The class of control rig to instantiate */" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "The class of control rig to instantiate" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ControlsMask_MetaData[] = {
{ "Comment", "/** Deprecrated, use ControlNameMask*/" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "Deprecrated, use ControlNameMask" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ControlNameMask_MetaData[] = {
{ "Comment", "/** Names of Controls that are masked out on this section*/" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "Names of Controls that are masked out on this section" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TransformMask_MetaData[] = {
{ "Comment", "/** Mask for Transform Mask*/" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "Mask for Transform Mask" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Weight_MetaData[] = {
{ "Comment", "/** The weight curve for this animation controller section */" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "The weight curve for this animation controller section" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ControlChannelMap_MetaData[] = {
{ "Comment", "/** Map from the control name to where it starts as a channel*/" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "Map from the control name to where it starts as a channel" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EnumParameterNamesAndCurves_MetaData[] = {
{ "Comment", "/** Enum Curves*/" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "Enum Curves" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IntegerParameterNamesAndCurves_MetaData[] = {
{ "Comment", "/*Integer Curves*/" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "Integer Curves" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SpaceChannels_MetaData[] = {
{ "Comment", "/** Space Channels*/" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "Space Channels" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConstraintsChannels_MetaData[] = {
{ "Comment", "/** Space Channels*/" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
{ "ToolTip", "Space Channels" },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OverrideAssets_MetaData[] = {
{ "Category", "Customization" },
{ "ModuleRelativePath", "Public/Sequencer/MovieSceneControlRigParameterSection.h" },
};
#endif // WITH_EDITORONLY_DATA
#endif // WITH_METADATA
// ********** Begin Class UMovieSceneControlRigParameterSection constinit property declarations ****
static const UECodeGen_Private::FObjectPropertyParams NewProp_ControlRig;
static const UECodeGen_Private::FClassPropertyParams NewProp_ControlRigClass;
static const UECodeGen_Private::FBoolPropertyParams NewProp_ControlsMask_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ControlsMask;
static const UECodeGen_Private::FNamePropertyParams NewProp_ControlNameMask_ElementProp;
static const UECodeGen_Private::FSetPropertyParams NewProp_ControlNameMask;
static const UECodeGen_Private::FStructPropertyParams NewProp_TransformMask;
static const UECodeGen_Private::FStructPropertyParams NewProp_Weight;
static const UECodeGen_Private::FStructPropertyParams NewProp_ControlChannelMap_ValueProp;
static const UECodeGen_Private::FNamePropertyParams NewProp_ControlChannelMap_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_ControlChannelMap;
static const UECodeGen_Private::FStructPropertyParams NewProp_EnumParameterNamesAndCurves_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_EnumParameterNamesAndCurves;
static const UECodeGen_Private::FStructPropertyParams NewProp_IntegerParameterNamesAndCurves_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_IntegerParameterNamesAndCurves;
static const UECodeGen_Private::FStructPropertyParams NewProp_SpaceChannels_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_SpaceChannels;
static const UECodeGen_Private::FStructPropertyParams NewProp_ConstraintsChannels_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ConstraintsChannels;
#if WITH_EDITORONLY_DATA
static const UECodeGen_Private::FSoftObjectPropertyParams NewProp_OverrideAssets_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_OverrideAssets;
#endif // WITH_EDITORONLY_DATA
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMovieSceneControlRigParameterSection constinit property declarations ******
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMovieSceneControlRigParameterSection>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics
// ********** Begin Class UMovieSceneControlRigParameterSection Property Definitions ***************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlRig = { "ControlRig", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneControlRigParameterSection, ControlRig), Z_Construct_UClass_UControlRig_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ControlRig_MetaData), NewProp_ControlRig_MetaData) };
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlRigClass = { "ControlRigClass", nullptr, (EPropertyFlags)0x0014000000000001, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneControlRigParameterSection, ControlRigClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UControlRig_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ControlRigClass_MetaData), NewProp_ControlRigClass_MetaData) };
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlsMask_Inner = { "ControlsMask", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlsMask = { "ControlsMask", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneControlRigParameterSection, ControlsMask), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ControlsMask_MetaData), NewProp_ControlsMask_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlNameMask_ElementProp = { "ControlNameMask", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FSetPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlNameMask = { "ControlNameMask", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneControlRigParameterSection, ControlNameMask), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ControlNameMask_MetaData), NewProp_ControlNameMask_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_TransformMask = { "TransformMask", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneControlRigParameterSection, TransformMask), Z_Construct_UScriptStruct_FMovieSceneTransformMask, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TransformMask_MetaData), NewProp_TransformMask_MetaData) }; // 64815235
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_Weight = { "Weight", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneControlRigParameterSection, Weight), Z_Construct_UScriptStruct_FMovieSceneFloatChannel, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Weight_MetaData), NewProp_Weight_MetaData) }; // 1650834346
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlChannelMap_ValueProp = { "ControlChannelMap", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FChannelMapInfo, METADATA_PARAMS(0, nullptr) }; // 645776236
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlChannelMap_Key_KeyProp = { "ControlChannelMap_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlChannelMap = { "ControlChannelMap", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneControlRigParameterSection, ControlChannelMap), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ControlChannelMap_MetaData), NewProp_ControlChannelMap_MetaData) }; // 645776236
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_EnumParameterNamesAndCurves_Inner = { "EnumParameterNamesAndCurves", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FEnumParameterNameAndCurve, METADATA_PARAMS(0, nullptr) }; // 2308209448
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_EnumParameterNamesAndCurves = { "EnumParameterNamesAndCurves", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneControlRigParameterSection, EnumParameterNamesAndCurves), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EnumParameterNamesAndCurves_MetaData), NewProp_EnumParameterNamesAndCurves_MetaData) }; // 2308209448
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_IntegerParameterNamesAndCurves_Inner = { "IntegerParameterNamesAndCurves", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve, METADATA_PARAMS(0, nullptr) }; // 3585649340
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_IntegerParameterNamesAndCurves = { "IntegerParameterNamesAndCurves", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneControlRigParameterSection, IntegerParameterNamesAndCurves), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IntegerParameterNamesAndCurves_MetaData), NewProp_IntegerParameterNamesAndCurves_MetaData) }; // 3585649340
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_SpaceChannels_Inner = { "SpaceChannels", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FSpaceControlNameAndChannel, METADATA_PARAMS(0, nullptr) }; // 3670979861
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_SpaceChannels = { "SpaceChannels", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneControlRigParameterSection, SpaceChannels), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SpaceChannels_MetaData), NewProp_SpaceChannels_MetaData) }; // 3670979861
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ConstraintsChannels_Inner = { "ConstraintsChannels", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FConstraintAndActiveChannel, METADATA_PARAMS(0, nullptr) }; // 924927039
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ConstraintsChannels = { "ConstraintsChannels", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneControlRigParameterSection, ConstraintsChannels), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstraintsChannels_MetaData), NewProp_ConstraintsChannels_MetaData) }; // 924927039
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FSoftObjectPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_OverrideAssets_Inner = { "OverrideAssets", nullptr, (EPropertyFlags)0x0004000800000000, UECodeGen_Private::EPropertyGenFlags::SoftObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UControlRigOverrideAsset_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_OverrideAssets = { "OverrideAssets", nullptr, (EPropertyFlags)0x0024080800000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneControlRigParameterSection, OverrideAssets), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OverrideAssets_MetaData), NewProp_OverrideAssets_MetaData) };
#endif // WITH_EDITORONLY_DATA
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlRig,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlRigClass,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlsMask_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlsMask,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlNameMask_ElementProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlNameMask,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_TransformMask,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_Weight,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlChannelMap_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlChannelMap_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ControlChannelMap,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_EnumParameterNamesAndCurves_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_EnumParameterNamesAndCurves,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_IntegerParameterNamesAndCurves_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_IntegerParameterNamesAndCurves,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_SpaceChannels_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_SpaceChannels,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ConstraintsChannels_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_ConstraintsChannels,
#if WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_OverrideAssets_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::NewProp_OverrideAssets,
#endif // WITH_EDITORONLY_DATA
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::PropPointers) < 2048);
// ********** End Class UMovieSceneControlRigParameterSection Property Definitions *****************
UObject* (*const Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMovieSceneParameterSection,
(UObject* (*)())Z_Construct_UPackage__Script_ControlRig,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UMovieSceneConstrainedSection_NoRegister, (int32)VTABLE_OFFSET(UMovieSceneControlRigParameterSection, IMovieSceneConstrainedSection), false }, // 1713883455
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::ClassParams = {
&UMovieSceneControlRigParameterSection::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::PropPointers,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::PropPointers),
UE_ARRAY_COUNT(InterfaceParams),
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::Class_MetaDataParams)
};
void UMovieSceneControlRigParameterSection::StaticRegisterNativesUMovieSceneControlRigParameterSection()
{
}
UClass* Z_Construct_UClass_UMovieSceneControlRigParameterSection()
{
if (!Z_Registration_Info_UClass_UMovieSceneControlRigParameterSection.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneControlRigParameterSection.OuterSingleton, Z_Construct_UClass_UMovieSceneControlRigParameterSection_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMovieSceneControlRigParameterSection.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneControlRigParameterSection);
UMovieSceneControlRigParameterSection::~UMovieSceneControlRigParameterSection() {}
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UMovieSceneControlRigParameterSection)
// ********** End Class UMovieSceneControlRigParameterSection **************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Sequencer_MovieSceneControlRigParameterSection_h__Script_ControlRig_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FEnumParameterNameAndCurve::StaticStruct, Z_Construct_UScriptStruct_FEnumParameterNameAndCurve_Statics::NewStructOps, TEXT("EnumParameterNameAndCurve"),&Z_Registration_Info_UScriptStruct_FEnumParameterNameAndCurve, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FEnumParameterNameAndCurve), 2308209448U) },
{ FIntegerParameterNameAndCurve::StaticStruct, Z_Construct_UScriptStruct_FIntegerParameterNameAndCurve_Statics::NewStructOps, TEXT("IntegerParameterNameAndCurve"),&Z_Registration_Info_UScriptStruct_FIntegerParameterNameAndCurve, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIntegerParameterNameAndCurve), 3585649340U) },
{ FSpaceControlNameAndChannel::StaticStruct, Z_Construct_UScriptStruct_FSpaceControlNameAndChannel_Statics::NewStructOps, TEXT("SpaceControlNameAndChannel"),&Z_Registration_Info_UScriptStruct_FSpaceControlNameAndChannel, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSpaceControlNameAndChannel), 3670979861U) },
{ FChannelMapInfo::StaticStruct, Z_Construct_UScriptStruct_FChannelMapInfo_Statics::NewStructOps, TEXT("ChannelMapInfo"),&Z_Registration_Info_UScriptStruct_FChannelMapInfo, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FChannelMapInfo), 645776236U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMovieSceneControlRigParameterSection, UMovieSceneControlRigParameterSection::StaticClass, TEXT("UMovieSceneControlRigParameterSection"), &Z_Registration_Info_UClass_UMovieSceneControlRigParameterSection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneControlRigParameterSection), 835942231U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Sequencer_MovieSceneControlRigParameterSection_h__Script_ControlRig_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Sequencer_MovieSceneControlRigParameterSection_h__Script_ControlRig_690271816{
TEXT("/Script/ControlRig"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Sequencer_MovieSceneControlRigParameterSection_h__Script_ControlRig_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Sequencer_MovieSceneControlRigParameterSection_h__Script_ControlRig_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Sequencer_MovieSceneControlRigParameterSection_h__Script_ControlRig_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_ControlRig_Source_ControlRig_Public_Sequencer_MovieSceneControlRigParameterSection_h__Script_ControlRig_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS