154 lines
9.4 KiB
C++
154 lines
9.4 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/IntegerChannelKeyProxy.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeIntegerChannelKeyProxy() {}
|
||
|
|
|
||
|
|
// ********** 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_UIntegerChannelKeyProxy();
|
||
|
|
MOVIESCENETOOLS_API UClass* Z_Construct_UClass_UIntegerChannelKeyProxy_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_MovieSceneTools();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UIntegerChannelKeyProxy **************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UIntegerChannelKeyProxy;
|
||
|
|
UClass* UIntegerChannelKeyProxy::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UIntegerChannelKeyProxy;
|
||
|
|
if (!Z_Registration_Info_UClass_UIntegerChannelKeyProxy.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("IntegerChannelKeyProxy"),
|
||
|
|
Z_Registration_Info_UClass_UIntegerChannelKeyProxy.InnerSingleton,
|
||
|
|
StaticRegisterNativesUIntegerChannelKeyProxy,
|
||
|
|
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_UIntegerChannelKeyProxy.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UIntegerChannelKeyProxy_NoRegister()
|
||
|
|
{
|
||
|
|
return UIntegerChannelKeyProxy::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UIntegerChannelKeyProxy_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "IncludePath", "Channels/IntegerChannelKeyProxy.h" },
|
||
|
|
{ "ModuleRelativePath", "Private/Channels/IntegerChannelKeyProxy.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/IntegerChannelKeyProxy.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_Value_MetaData[] = {
|
||
|
|
{ "Category", "Key" },
|
||
|
|
{ "Comment", "/** User-facing value of the key, applied to the actual key on PostEditChange, and updated every tick */" },
|
||
|
|
{ "ModuleRelativePath", "Private/Channels/IntegerChannelKeyProxy.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 UIntegerChannelKeyProxy constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Time;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Value;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UIntegerChannelKeyProxy constinit property declarations ********************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UIntegerChannelKeyProxy>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UIntegerChannelKeyProxy_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UIntegerChannelKeyProxy Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UIntegerChannelKeyProxy_Statics::NewProp_Time = { "Time", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIntegerChannelKeyProxy, Time), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Time_MetaData), NewProp_Time_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UIntegerChannelKeyProxy_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIntegerChannelKeyProxy, Value), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Value_MetaData), NewProp_Value_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UIntegerChannelKeyProxy_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIntegerChannelKeyProxy_Statics::NewProp_Time,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIntegerChannelKeyProxy_Statics::NewProp_Value,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIntegerChannelKeyProxy_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UIntegerChannelKeyProxy Property Definitions *******************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UIntegerChannelKeyProxy_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_MovieSceneTools,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIntegerChannelKeyProxy_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UIntegerChannelKeyProxy_Statics::InterfaceParams[] = {
|
||
|
|
{ Z_Construct_UClass_UCurveEditorKeyProxy_NoRegister, (int32)VTABLE_OFFSET(UIntegerChannelKeyProxy, ICurveEditorKeyProxy), false }, // 1172631589
|
||
|
|
{ Z_Construct_UClass_UMovieSceneKeyProxy_NoRegister, (int32)VTABLE_OFFSET(UIntegerChannelKeyProxy, IMovieSceneKeyProxy), false }, // 2654726936
|
||
|
|
};
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UIntegerChannelKeyProxy_Statics::ClassParams = {
|
||
|
|
&UIntegerChannelKeyProxy::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UIntegerChannelKeyProxy_Statics::PropPointers,
|
||
|
|
InterfaceParams,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UIntegerChannelKeyProxy_Statics::PropPointers),
|
||
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
||
|
|
0x000000A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UIntegerChannelKeyProxy_Statics::Class_MetaDataParams), Z_Construct_UClass_UIntegerChannelKeyProxy_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UIntegerChannelKeyProxy::StaticRegisterNativesUIntegerChannelKeyProxy()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UIntegerChannelKeyProxy()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UIntegerChannelKeyProxy.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UIntegerChannelKeyProxy.OuterSingleton, Z_Construct_UClass_UIntegerChannelKeyProxy_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UIntegerChannelKeyProxy.OuterSingleton;
|
||
|
|
}
|
||
|
|
UIntegerChannelKeyProxy::UIntegerChannelKeyProxy(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UIntegerChannelKeyProxy);
|
||
|
|
UIntegerChannelKeyProxy::~UIntegerChannelKeyProxy() {}
|
||
|
|
// ********** End Class UIntegerChannelKeyProxy ****************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_IntegerChannelKeyProxy_h__Script_MovieSceneTools_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UIntegerChannelKeyProxy, UIntegerChannelKeyProxy::StaticClass, TEXT("UIntegerChannelKeyProxy"), &Z_Registration_Info_UClass_UIntegerChannelKeyProxy, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UIntegerChannelKeyProxy), 3551845987U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_IntegerChannelKeyProxy_h__Script_MovieSceneTools_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_IntegerChannelKeyProxy_h__Script_MovieSceneTools_3554567475{
|
||
|
|
TEXT("/Script/MovieSceneTools"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_IntegerChannelKeyProxy_h__Script_MovieSceneTools_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_IntegerChannelKeyProxy_h__Script_MovieSceneTools_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|