156 lines
9.5 KiB
C++
156 lines
9.5 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/FloatChannelKeyProxy.h"
|
|
#include "Channels/MovieSceneFloatChannel.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeFloatChannelKeyProxy() {}
|
|
|
|
// ********** 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();
|
|
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneFloatValue();
|
|
MOVIESCENETOOLS_API UClass* Z_Construct_UClass_UFloatChannelKeyProxy();
|
|
MOVIESCENETOOLS_API UClass* Z_Construct_UClass_UFloatChannelKeyProxy_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_MovieSceneTools();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UFloatChannelKeyProxy ****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UFloatChannelKeyProxy;
|
|
UClass* UFloatChannelKeyProxy::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UFloatChannelKeyProxy;
|
|
if (!Z_Registration_Info_UClass_UFloatChannelKeyProxy.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("FloatChannelKeyProxy"),
|
|
Z_Registration_Info_UClass_UFloatChannelKeyProxy.InnerSingleton,
|
|
StaticRegisterNativesUFloatChannelKeyProxy,
|
|
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_UFloatChannelKeyProxy.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UFloatChannelKeyProxy_NoRegister()
|
|
{
|
|
return UFloatChannelKeyProxy::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UFloatChannelKeyProxy_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "Channels/FloatChannelKeyProxy.h" },
|
|
{ "ModuleRelativePath", "Private/Channels/FloatChannelKeyProxy.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/FloatChannelKeyProxy.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/FloatChannelKeyProxy.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 UFloatChannelKeyProxy constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Time;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Value;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UFloatChannelKeyProxy constinit property declarations **********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UFloatChannelKeyProxy>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UFloatChannelKeyProxy_Statics
|
|
|
|
// ********** Begin Class UFloatChannelKeyProxy Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFloatChannelKeyProxy_Statics::NewProp_Time = { "Time", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFloatChannelKeyProxy, Time), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Time_MetaData), NewProp_Time_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFloatChannelKeyProxy_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFloatChannelKeyProxy, Value), Z_Construct_UScriptStruct_FMovieSceneFloatValue, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Value_MetaData), NewProp_Value_MetaData) }; // 2470610093
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFloatChannelKeyProxy_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFloatChannelKeyProxy_Statics::NewProp_Time,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFloatChannelKeyProxy_Statics::NewProp_Value,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFloatChannelKeyProxy_Statics::PropPointers) < 2048);
|
|
// ********** End Class UFloatChannelKeyProxy Property Definitions *********************************
|
|
UObject* (*const Z_Construct_UClass_UFloatChannelKeyProxy_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_MovieSceneTools,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFloatChannelKeyProxy_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UFloatChannelKeyProxy_Statics::InterfaceParams[] = {
|
|
{ Z_Construct_UClass_UCurveEditorKeyProxy_NoRegister, (int32)VTABLE_OFFSET(UFloatChannelKeyProxy, ICurveEditorKeyProxy), false }, // 1172631589
|
|
{ Z_Construct_UClass_UMovieSceneKeyProxy_NoRegister, (int32)VTABLE_OFFSET(UFloatChannelKeyProxy, IMovieSceneKeyProxy), false }, // 2654726936
|
|
};
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFloatChannelKeyProxy_Statics::ClassParams = {
|
|
&UFloatChannelKeyProxy::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UFloatChannelKeyProxy_Statics::PropPointers,
|
|
InterfaceParams,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UFloatChannelKeyProxy_Statics::PropPointers),
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFloatChannelKeyProxy_Statics::Class_MetaDataParams), Z_Construct_UClass_UFloatChannelKeyProxy_Statics::Class_MetaDataParams)
|
|
};
|
|
void UFloatChannelKeyProxy::StaticRegisterNativesUFloatChannelKeyProxy()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UFloatChannelKeyProxy()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UFloatChannelKeyProxy.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFloatChannelKeyProxy.OuterSingleton, Z_Construct_UClass_UFloatChannelKeyProxy_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UFloatChannelKeyProxy.OuterSingleton;
|
|
}
|
|
UFloatChannelKeyProxy::UFloatChannelKeyProxy(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UFloatChannelKeyProxy);
|
|
UFloatChannelKeyProxy::~UFloatChannelKeyProxy() {}
|
|
// ********** End Class UFloatChannelKeyProxy ******************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_FloatChannelKeyProxy_h__Script_MovieSceneTools_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UFloatChannelKeyProxy, UFloatChannelKeyProxy::StaticClass, TEXT("UFloatChannelKeyProxy"), &Z_Registration_Info_UClass_UFloatChannelKeyProxy, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFloatChannelKeyProxy), 1548252121U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_FloatChannelKeyProxy_h__Script_MovieSceneTools_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_FloatChannelKeyProxy_h__Script_MovieSceneTools_1318534631{
|
|
TEXT("/Script/MovieSceneTools"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_FloatChannelKeyProxy_h__Script_MovieSceneTools_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_FloatChannelKeyProxy_h__Script_MovieSceneTools_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|