Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/Constraints/UHT/ConstraintChannel.gen.cpp

163 lines
12 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 "ConstraintChannel.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeConstraintChannel() {}
// ********** Begin Cross Module References ********************************************************
CONSTRAINTS_API UClass* Z_Construct_UClass_UTickableConstraint_NoRegister();
CONSTRAINTS_API UScriptStruct* Z_Construct_UScriptStruct_FConstraintAndActiveChannel();
CONSTRAINTS_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneConstraintChannel();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneBoolChannel();
UPackage* Z_Construct_UPackage__Script_Constraints();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMovieSceneConstraintChannel **************************************
struct Z_Construct_UScriptStruct_FMovieSceneConstraintChannel_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneConstraintChannel); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneConstraintChannel); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/ConstraintChannel.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneConstraintChannel constinit property declarations ******
// ********** End ScriptStruct FMovieSceneConstraintChannel constinit property declarations ********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneConstraintChannel>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneConstraintChannel_Statics
static_assert(std::is_polymorphic<FMovieSceneConstraintChannel>() == std::is_polymorphic<FMovieSceneBoolChannel>(), "USTRUCT FMovieSceneConstraintChannel cannot be polymorphic unless super FMovieSceneBoolChannel is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneConstraintChannel;
class UScriptStruct* FMovieSceneConstraintChannel::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneConstraintChannel.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneConstraintChannel.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneConstraintChannel, (UObject*)Z_Construct_UPackage__Script_Constraints(), TEXT("MovieSceneConstraintChannel"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneConstraintChannel.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneConstraintChannel_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_Constraints,
Z_Construct_UScriptStruct_FMovieSceneBoolChannel,
&NewStructOps,
"MovieSceneConstraintChannel",
nullptr,
0,
sizeof(FMovieSceneConstraintChannel),
alignof(FMovieSceneConstraintChannel),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneConstraintChannel_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneConstraintChannel_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneConstraintChannel()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneConstraintChannel.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneConstraintChannel.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneConstraintChannel_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneConstraintChannel.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneConstraintChannel ****************************************
// ********** Begin ScriptStruct FConstraintAndActiveChannel ***************************************
struct Z_Construct_UScriptStruct_FConstraintAndActiveChannel_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FConstraintAndActiveChannel); }
static inline consteval int16 GetStructAlignment() { return alignof(FConstraintAndActiveChannel); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "// #if WITH_EDITOR\n// namespace MovieSceneClipboard\n// {\n// \x09template<> inline FName GetKeyTypeName<bool>()\n// \x09{\n// \x09\x09static FName Name(\"Bool\");\n// \x09\x09return Name;\n// \x09}\n// }\n// #endif\n" },
{ "ModuleRelativePath", "Public/ConstraintChannel.h" },
{ "ToolTip", "#if WITH_EDITOR\nnamespace MovieSceneClipboard\n{\n template<> inline FName GetKeyTypeName<bool>()\n {\n static FName Name(\"Bool\");\n return Name;\n }\n}\n#endif" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ActiveChannel_MetaData[] = {
{ "ModuleRelativePath", "Public/ConstraintChannel.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConstraintCopyToSpawn_MetaData[] = {
{ "ModuleRelativePath", "Public/ConstraintChannel.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FConstraintAndActiveChannel constinit property declarations *******
static const UECodeGen_Private::FStructPropertyParams NewProp_ActiveChannel;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ConstraintCopyToSpawn;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FConstraintAndActiveChannel constinit property declarations *********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FConstraintAndActiveChannel>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FConstraintAndActiveChannel_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FConstraintAndActiveChannel;
class UScriptStruct* FConstraintAndActiveChannel::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FConstraintAndActiveChannel.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FConstraintAndActiveChannel.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FConstraintAndActiveChannel, (UObject*)Z_Construct_UPackage__Script_Constraints(), TEXT("ConstraintAndActiveChannel"));
}
return Z_Registration_Info_UScriptStruct_FConstraintAndActiveChannel.OuterSingleton;
}
// ********** Begin ScriptStruct FConstraintAndActiveChannel Property Definitions ******************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FConstraintAndActiveChannel_Statics::NewProp_ActiveChannel = { "ActiveChannel", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FConstraintAndActiveChannel, ActiveChannel), Z_Construct_UScriptStruct_FMovieSceneConstraintChannel, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActiveChannel_MetaData), NewProp_ActiveChannel_MetaData) }; // 1989314012
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FConstraintAndActiveChannel_Statics::NewProp_ConstraintCopyToSpawn = { "ConstraintCopyToSpawn", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FConstraintAndActiveChannel, ConstraintCopyToSpawn), Z_Construct_UClass_UTickableConstraint_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConstraintCopyToSpawn_MetaData), NewProp_ConstraintCopyToSpawn_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FConstraintAndActiveChannel_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FConstraintAndActiveChannel_Statics::NewProp_ActiveChannel,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FConstraintAndActiveChannel_Statics::NewProp_ConstraintCopyToSpawn,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FConstraintAndActiveChannel_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FConstraintAndActiveChannel Property Definitions ********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FConstraintAndActiveChannel_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_Constraints,
nullptr,
&NewStructOps,
"ConstraintAndActiveChannel",
Z_Construct_UScriptStruct_FConstraintAndActiveChannel_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FConstraintAndActiveChannel_Statics::PropPointers),
sizeof(FConstraintAndActiveChannel),
alignof(FConstraintAndActiveChannel),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FConstraintAndActiveChannel_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FConstraintAndActiveChannel_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FConstraintAndActiveChannel()
{
if (!Z_Registration_Info_UScriptStruct_FConstraintAndActiveChannel.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FConstraintAndActiveChannel.InnerSingleton, Z_Construct_UScriptStruct_FConstraintAndActiveChannel_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FConstraintAndActiveChannel.InnerSingleton);
}
// ********** End ScriptStruct FConstraintAndActiveChannel *****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Animation_Constraints_Public_ConstraintChannel_h__Script_Constraints_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMovieSceneConstraintChannel::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneConstraintChannel_Statics::NewStructOps, TEXT("MovieSceneConstraintChannel"),&Z_Registration_Info_UScriptStruct_FMovieSceneConstraintChannel, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneConstraintChannel), 1989314012U) },
{ FConstraintAndActiveChannel::StaticStruct, Z_Construct_UScriptStruct_FConstraintAndActiveChannel_Statics::NewStructOps, TEXT("ConstraintAndActiveChannel"),&Z_Registration_Info_UScriptStruct_FConstraintAndActiveChannel, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FConstraintAndActiveChannel), 924927039U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Animation_Constraints_Public_ConstraintChannel_h__Script_Constraints_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Animation_Constraints_Public_ConstraintChannel_h__Script_Constraints_4060362698{
TEXT("/Script/Constraints"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Animation_Constraints_Public_ConstraintChannel_h__Script_Constraints_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_Animation_Constraints_Public_ConstraintChannel_h__Script_Constraints_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS