Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/MovieSceneTools/UHT/BoolChannelKeyProxy.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

159 lines
9.6 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 "Channels/BoolChannelKeyProxy.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeBoolChannelKeyProxy() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameNumber();
CURVEEDITOR_API UClass* Z_Construct_UClass_UCurveEditorKeyProxy_NoRegister();
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneKeyProxy_NoRegister();
MOVIESCENETOOLS_API UClass* Z_Construct_UClass_UBoolChannelKeyProxy();
MOVIESCENETOOLS_API UClass* Z_Construct_UClass_UBoolChannelKeyProxy_NoRegister();
UPackage* Z_Construct_UPackage__Script_MovieSceneTools();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UBoolChannelKeyProxy *****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UBoolChannelKeyProxy;
UClass* UBoolChannelKeyProxy::GetPrivateStaticClass()
{
using TClass = UBoolChannelKeyProxy;
if (!Z_Registration_Info_UClass_UBoolChannelKeyProxy.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("BoolChannelKeyProxy"),
Z_Registration_Info_UClass_UBoolChannelKeyProxy.InnerSingleton,
StaticRegisterNativesUBoolChannelKeyProxy,
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_UBoolChannelKeyProxy.InnerSingleton;
}
UClass* Z_Construct_UClass_UBoolChannelKeyProxy_NoRegister()
{
return UBoolChannelKeyProxy::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UBoolChannelKeyProxy_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Channels/BoolChannelKeyProxy.h" },
{ "ModuleRelativePath", "Private/Channels/BoolChannelKeyProxy.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Time_MetaData[] = {
{ "Category", "Key" },
{ "Comment", "/** User-facing time of the key, applied to the actual key on PostEditChange, and updated every tick */" },
{ "ModuleRelativePath", "Private/Channels/BoolChannelKeyProxy.h" },
{ "ToolTip", "User-facing time of the key, applied to the actual key on PostEditChange, and updated every tick" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bValue_MetaData[] = {
{ "Category", "Key" },
{ "Comment", "/** User-facing value of the key, applied to the actual key on PostEditChange, and updated every tick */" },
{ "ModuleRelativePath", "Private/Channels/BoolChannelKeyProxy.h" },
{ "ShowOnlyInnerProperties", "" },
{ "ToolTip", "User-facing value of the key, applied to the actual key on PostEditChange, and updated every tick" },
};
#endif // WITH_METADATA
// ********** Begin Class UBoolChannelKeyProxy constinit property declarations *********************
static const UECodeGen_Private::FStructPropertyParams NewProp_Time;
static void NewProp_bValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UBoolChannelKeyProxy constinit property declarations ***********************
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UBoolChannelKeyProxy>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UBoolChannelKeyProxy_Statics
// ********** Begin Class UBoolChannelKeyProxy Property Definitions ********************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UBoolChannelKeyProxy_Statics::NewProp_Time = { "Time", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBoolChannelKeyProxy, Time), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Time_MetaData), NewProp_Time_MetaData) };
void Z_Construct_UClass_UBoolChannelKeyProxy_Statics::NewProp_bValue_SetBit(void* Obj)
{
((UBoolChannelKeyProxy*)Obj)->bValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UBoolChannelKeyProxy_Statics::NewProp_bValue = { "bValue", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UBoolChannelKeyProxy), &Z_Construct_UClass_UBoolChannelKeyProxy_Statics::NewProp_bValue_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bValue_MetaData), NewProp_bValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBoolChannelKeyProxy_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBoolChannelKeyProxy_Statics::NewProp_Time,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBoolChannelKeyProxy_Statics::NewProp_bValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBoolChannelKeyProxy_Statics::PropPointers) < 2048);
// ********** End Class UBoolChannelKeyProxy Property Definitions **********************************
UObject* (*const Z_Construct_UClass_UBoolChannelKeyProxy_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_MovieSceneTools,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBoolChannelKeyProxy_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UBoolChannelKeyProxy_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UCurveEditorKeyProxy_NoRegister, (int32)VTABLE_OFFSET(UBoolChannelKeyProxy, ICurveEditorKeyProxy), false }, // 1172631589
{ Z_Construct_UClass_UMovieSceneKeyProxy_NoRegister, (int32)VTABLE_OFFSET(UBoolChannelKeyProxy, IMovieSceneKeyProxy), false }, // 2654726936
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UBoolChannelKeyProxy_Statics::ClassParams = {
&UBoolChannelKeyProxy::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UBoolChannelKeyProxy_Statics::PropPointers,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UBoolChannelKeyProxy_Statics::PropPointers),
UE_ARRAY_COUNT(InterfaceParams),
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBoolChannelKeyProxy_Statics::Class_MetaDataParams), Z_Construct_UClass_UBoolChannelKeyProxy_Statics::Class_MetaDataParams)
};
void UBoolChannelKeyProxy::StaticRegisterNativesUBoolChannelKeyProxy()
{
}
UClass* Z_Construct_UClass_UBoolChannelKeyProxy()
{
if (!Z_Registration_Info_UClass_UBoolChannelKeyProxy.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBoolChannelKeyProxy.OuterSingleton, Z_Construct_UClass_UBoolChannelKeyProxy_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UBoolChannelKeyProxy.OuterSingleton;
}
UBoolChannelKeyProxy::UBoolChannelKeyProxy(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBoolChannelKeyProxy);
UBoolChannelKeyProxy::~UBoolChannelKeyProxy() {}
// ********** End Class UBoolChannelKeyProxy *******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_BoolChannelKeyProxy_h__Script_MovieSceneTools_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UBoolChannelKeyProxy, UBoolChannelKeyProxy::StaticClass, TEXT("UBoolChannelKeyProxy"), &Z_Registration_Info_UClass_UBoolChannelKeyProxy, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBoolChannelKeyProxy), 3930306139U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_BoolChannelKeyProxy_h__Script_MovieSceneTools_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_BoolChannelKeyProxy_h__Script_MovieSceneTools_2560927951{
TEXT("/Script/MovieSceneTools"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_BoolChannelKeyProxy_h__Script_MovieSceneTools_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_BoolChannelKeyProxy_h__Script_MovieSceneTools_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS