Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/SequencerScripting/UHT/MovieSceneScriptingInteger.gen.cpp

1311 lines
103 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 "MovieSceneScriptingInteger.h"
#include "SequencerScriptingRange.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneScriptingInteger() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameNumber();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameRate();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameTime();
MOVIESCENE_API UEnum* Z_Construct_UEnum_MovieScene_EMovieSceneTimeUnit();
SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingChannel();
SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingIntegerChannel();
SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingIntegerChannel_NoRegister();
SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingIntegerKey();
SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingIntegerKey_NoRegister();
SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingKey();
SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingKey_NoRegister();
SEQUENCERSCRIPTING_API UScriptStruct* Z_Construct_UScriptStruct_FSequencerScriptingRange();
UPackage* Z_Construct_UPackage__Script_SequencerScripting();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMovieSceneScriptingIntegerKey Function GetTime **************************
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics
{
struct FFrameTime
{
FFrameNumber FrameNumber;
float SubFrame;
};
struct MovieSceneScriptingIntegerKey_eventGetTime_Parms
{
EMovieSceneTimeUnit TimeUnit;
FFrameTime ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* Gets the time for this key from the owning channel.\n\x09* @param TimeUnit\x09Should the time be returned in Display Rate frames (possibly with a sub-frame value) or in Tick Resolution with no sub-frame values?\n\x09* @return\x09\x09\x09The time of this key which combines both the frame number and the sub-frame it is on. Sub-frame will be zero if you request Tick Resolution.\n\x09*/" },
{ "CPP_Default_TimeUnit", "DisplayRate" },
{ "DisplayName", "Get Time (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Gets the time for this key from the owning channel.\n@param TimeUnit Should the time be returned in Display Rate frames (possibly with a sub-frame value) or in Tick Resolution with no sub-frame values?\n@return The time of this key which combines both the frame number and the sub-frame it is on. Sub-frame will be zero if you request Tick Resolution." },
};
#endif // WITH_METADATA
// ********** Begin Function GetTime constinit property declarations *******************************
static const UECodeGen_Private::FBytePropertyParams NewProp_TimeUnit_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_TimeUnit;
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetTime constinit property declarations *********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetTime Property Definitions ******************************************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::NewProp_TimeUnit_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::NewProp_TimeUnit = { "TimeUnit", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerKey_eventGetTime_Parms, TimeUnit), Z_Construct_UEnum_MovieScene_EMovieSceneTimeUnit, METADATA_PARAMS(0, nullptr) }; // 3839043487
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerKey_eventGetTime_Parms, ReturnValue), Z_Construct_UScriptStruct_FFrameTime, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::NewProp_TimeUnit_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::NewProp_TimeUnit,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::PropPointers) < 2048);
// ********** End Function GetTime Property Definitions ********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerKey, nullptr, "GetTime", Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::MovieSceneScriptingIntegerKey_eventGetTime_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::MovieSceneScriptingIntegerKey_eventGetTime_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerKey::execGetTime)
{
P_GET_ENUM(EMovieSceneTimeUnit,Z_Param_TimeUnit);
P_FINISH;
P_NATIVE_BEGIN;
*(FFrameTime*)Z_Param__Result=P_THIS->GetTime(EMovieSceneTimeUnit(Z_Param_TimeUnit));
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerKey Function GetTime ****************************
// ********** Begin Class UMovieSceneScriptingIntegerKey Function GetValue *************************
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetValue_Statics
{
struct MovieSceneScriptingIntegerKey_eventGetValue_Parms
{
int32 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* Gets the value for this key from the owning channel.\n\x09* @return\x09The value for this key.\n\x09*/" },
{ "DisplayName", "Get Value (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Gets the value for this key from the owning channel.\n@return The value for this key." },
};
#endif // WITH_METADATA
// ********** Begin Function GetValue constinit property declarations ******************************
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetValue constinit property declarations ********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetValue Property Definitions *****************************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerKey_eventGetValue_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetValue_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetValue_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetValue_Statics::PropPointers) < 2048);
// ********** End Function GetValue Property Definitions *******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerKey, nullptr, "GetValue", Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetValue_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetValue_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetValue_Statics::MovieSceneScriptingIntegerKey_eventGetValue_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetValue_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetValue_Statics::MovieSceneScriptingIntegerKey_eventGetValue_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetValue()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetValue_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerKey::execGetValue)
{
P_FINISH;
P_NATIVE_BEGIN;
*(int32*)Z_Param__Result=P_THIS->GetValue();
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerKey Function GetValue ***************************
// ********** Begin Class UMovieSceneScriptingIntegerKey Function SetTime **************************
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics
{
struct MovieSceneScriptingIntegerKey_eventSetTime_Parms
{
FFrameNumber NewFrameNumber;
float SubFrame;
EMovieSceneTimeUnit TimeUnit;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* Sets the time for this key in the owning channel. Will replace any key that already exists at that frame number in this channel.\n\x09* @param NewFrameNumber\x09What frame should this key be moved to? This should be in the time unit specified by TimeUnit.\n\x09* @param SubFrame\x09\x09If using Display Rate time, what is the sub-frame this should go to? Clamped [0-1), and ignored with when TimeUnit is set to Tick Resolution.\n\x09* @param TimeUnit\x09\x09Should the NewFrameNumber be interpreted as Display Rate frames or in Tick Resolution?\n\x09*/" },
{ "CPP_Default_SubFrame", "0.000000" },
{ "CPP_Default_TimeUnit", "DisplayRate" },
{ "DisplayName", "Set Time (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Sets the time for this key in the owning channel. Will replace any key that already exists at that frame number in this channel.\n@param NewFrameNumber What frame should this key be moved to? This should be in the time unit specified by TimeUnit.\n@param SubFrame If using Display Rate time, what is the sub-frame this should go to? Clamped [0-1), and ignored with when TimeUnit is set to Tick Resolution.\n@param TimeUnit Should the NewFrameNumber be interpreted as Display Rate frames or in Tick Resolution?" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NewFrameNumber_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetTime constinit property declarations *******************************
static const UECodeGen_Private::FStructPropertyParams NewProp_NewFrameNumber;
static const UECodeGen_Private::FFloatPropertyParams NewProp_SubFrame;
static const UECodeGen_Private::FBytePropertyParams NewProp_TimeUnit_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_TimeUnit;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetTime constinit property declarations *********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetTime Property Definitions ******************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::NewProp_NewFrameNumber = { "NewFrameNumber", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerKey_eventSetTime_Parms, NewFrameNumber), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NewFrameNumber_MetaData), NewProp_NewFrameNumber_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::NewProp_SubFrame = { "SubFrame", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerKey_eventSetTime_Parms, SubFrame), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::NewProp_TimeUnit_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::NewProp_TimeUnit = { "TimeUnit", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerKey_eventSetTime_Parms, TimeUnit), Z_Construct_UEnum_MovieScene_EMovieSceneTimeUnit, METADATA_PARAMS(0, nullptr) }; // 3839043487
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::NewProp_NewFrameNumber,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::NewProp_SubFrame,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::NewProp_TimeUnit_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::NewProp_TimeUnit,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::PropPointers) < 2048);
// ********** End Function SetTime Property Definitions ********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerKey, nullptr, "SetTime", Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::MovieSceneScriptingIntegerKey_eventSetTime_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::MovieSceneScriptingIntegerKey_eventSetTime_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerKey::execSetTime)
{
P_GET_STRUCT_REF(FFrameNumber,Z_Param_Out_NewFrameNumber);
P_GET_PROPERTY(FFloatProperty,Z_Param_SubFrame);
P_GET_ENUM(EMovieSceneTimeUnit,Z_Param_TimeUnit);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetTime(Z_Param_Out_NewFrameNumber,Z_Param_SubFrame,EMovieSceneTimeUnit(Z_Param_TimeUnit));
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerKey Function SetTime ****************************
// ********** Begin Class UMovieSceneScriptingIntegerKey Function SetValue *************************
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetValue_Statics
{
struct MovieSceneScriptingIntegerKey_eventSetValue_Parms
{
int32 InNewValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* Sets the value for this key, reflecting it in the owning channel.\n\x09* @param InNewValue\x09The new value for this key.\n\x09*/" },
{ "DisplayName", "Set Value (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Sets the value for this key, reflecting it in the owning channel.\n@param InNewValue The new value for this key." },
};
#endif // WITH_METADATA
// ********** Begin Function SetValue constinit property declarations ******************************
static const UECodeGen_Private::FIntPropertyParams NewProp_InNewValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetValue constinit property declarations ********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetValue Property Definitions *****************************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetValue_Statics::NewProp_InNewValue = { "InNewValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerKey_eventSetValue_Parms, InNewValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetValue_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetValue_Statics::NewProp_InNewValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetValue_Statics::PropPointers) < 2048);
// ********** End Function SetValue Property Definitions *******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerKey, nullptr, "SetValue", Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetValue_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetValue_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetValue_Statics::MovieSceneScriptingIntegerKey_eventSetValue_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetValue_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetValue_Statics::MovieSceneScriptingIntegerKey_eventSetValue_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetValue()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetValue_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerKey::execSetValue)
{
P_GET_PROPERTY(FIntProperty,Z_Param_InNewValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetValue(Z_Param_InNewValue);
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerKey Function SetValue ***************************
// ********** Begin Class UMovieSceneScriptingIntegerKey *******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneScriptingIntegerKey;
UClass* UMovieSceneScriptingIntegerKey::GetPrivateStaticClass()
{
using TClass = UMovieSceneScriptingIntegerKey;
if (!Z_Registration_Info_UClass_UMovieSceneScriptingIntegerKey.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MovieSceneScriptingIntegerKey"),
Z_Registration_Info_UClass_UMovieSceneScriptingIntegerKey.InnerSingleton,
StaticRegisterNativesUMovieSceneScriptingIntegerKey,
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_UMovieSceneScriptingIntegerKey.InnerSingleton;
}
UClass* Z_Construct_UClass_UMovieSceneScriptingIntegerKey_NoRegister()
{
return UMovieSceneScriptingIntegerKey::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMovieSceneScriptingIntegerKey_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n* Exposes a Sequencer integer type key to Python/Blueprints.\n* Stores a reference to the data so changes to this class are forwarded onto the underlying data structures.\n*/" },
{ "IncludePath", "KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Exposes a Sequencer integer type key to Python/Blueprints.\nStores a reference to the data so changes to this class are forwarded onto the underlying data structures." },
};
#endif // WITH_METADATA
// ********** Begin Class UMovieSceneScriptingIntegerKey constinit property declarations ***********
// ********** End Class UMovieSceneScriptingIntegerKey constinit property declarations *************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetTime"), .Pointer = &UMovieSceneScriptingIntegerKey::execGetTime },
{ .NameUTF8 = UTF8TEXT("GetValue"), .Pointer = &UMovieSceneScriptingIntegerKey::execGetValue },
{ .NameUTF8 = UTF8TEXT("SetTime"), .Pointer = &UMovieSceneScriptingIntegerKey::execSetTime },
{ .NameUTF8 = UTF8TEXT("SetValue"), .Pointer = &UMovieSceneScriptingIntegerKey::execSetValue },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetTime, "GetTime" }, // 1294845829
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_GetValue, "GetValue" }, // 4212860287
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetTime, "SetTime" }, // 3221917077
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerKey_SetValue, "SetValue" }, // 1751314977
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMovieSceneScriptingIntegerKey>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMovieSceneScriptingIntegerKey_Statics
UObject* (*const Z_Construct_UClass_UMovieSceneScriptingIntegerKey_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMovieSceneScriptingKey,
(UObject* (*)())Z_Construct_UPackage__Script_SequencerScripting,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneScriptingIntegerKey_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneScriptingIntegerKey_Statics::ClassParams = {
&UMovieSceneScriptingIntegerKey::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneScriptingIntegerKey_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneScriptingIntegerKey_Statics::Class_MetaDataParams)
};
void UMovieSceneScriptingIntegerKey::StaticRegisterNativesUMovieSceneScriptingIntegerKey()
{
UClass* Class = UMovieSceneScriptingIntegerKey::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UMovieSceneScriptingIntegerKey_Statics::Funcs));
}
UClass* Z_Construct_UClass_UMovieSceneScriptingIntegerKey()
{
if (!Z_Registration_Info_UClass_UMovieSceneScriptingIntegerKey.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneScriptingIntegerKey.OuterSingleton, Z_Construct_UClass_UMovieSceneScriptingIntegerKey_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMovieSceneScriptingIntegerKey.OuterSingleton;
}
UMovieSceneScriptingIntegerKey::UMovieSceneScriptingIntegerKey(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneScriptingIntegerKey);
UMovieSceneScriptingIntegerKey::~UMovieSceneScriptingIntegerKey() {}
// ********** End Class UMovieSceneScriptingIntegerKey *********************************************
// ********** Begin Class UMovieSceneScriptingIntegerChannel Function AddKey ***********************
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics
{
struct MovieSceneScriptingIntegerChannel_eventAddKey_Parms
{
FFrameNumber InTime;
int32 NewValue;
float SubFrame;
EMovieSceneTimeUnit TimeUnit;
UMovieSceneScriptingIntegerKey* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* Add a key to this channel. This initializes a new key and returns a reference to it.\n\x09* @param\x09InTime\x09\x09\x09The frame this key should go on. Respects TimeUnit to determine if it is a display rate frame or a tick resolution frame.\n\x09* @param\x09NewValue\x09\x09The value that this key should be created with.\n\x09* @param\x09SubFrame\x09\x09Optional [0-1) clamped sub-frame to put this key on. Ignored if TimeUnit is set to Tick Resolution.\n\x09* @param\x09TimeUnit \x09\x09Is the specified InTime in Display Rate frames or Tick Resolution.\n\x09* @return\x09The key that was created with the specified values at the specified time.\n\x09*/" },
{ "CPP_Default_SubFrame", "0.000000" },
{ "CPP_Default_TimeUnit", "DisplayRate" },
{ "DisplayName", "Add Key (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Add a key to this channel. This initializes a new key and returns a reference to it.\n@param InTime The frame this key should go on. Respects TimeUnit to determine if it is a display rate frame or a tick resolution frame.\n@param NewValue The value that this key should be created with.\n@param SubFrame Optional [0-1) clamped sub-frame to put this key on. Ignored if TimeUnit is set to Tick Resolution.\n@param TimeUnit Is the specified InTime in Display Rate frames or Tick Resolution.\n@return The key that was created with the specified values at the specified time." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InTime_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function AddKey constinit property declarations ********************************
static const UECodeGen_Private::FStructPropertyParams NewProp_InTime;
static const UECodeGen_Private::FIntPropertyParams NewProp_NewValue;
static const UECodeGen_Private::FFloatPropertyParams NewProp_SubFrame;
static const UECodeGen_Private::FBytePropertyParams NewProp_TimeUnit_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_TimeUnit;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function AddKey constinit property declarations **********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function AddKey Property Definitions *******************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::NewProp_InTime = { "InTime", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventAddKey_Parms, InTime), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InTime_MetaData), NewProp_InTime_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::NewProp_NewValue = { "NewValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventAddKey_Parms, NewValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::NewProp_SubFrame = { "SubFrame", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventAddKey_Parms, SubFrame), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::NewProp_TimeUnit_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::NewProp_TimeUnit = { "TimeUnit", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventAddKey_Parms, TimeUnit), Z_Construct_UEnum_MovieScene_EMovieSceneTimeUnit, METADATA_PARAMS(0, nullptr) }; // 3839043487
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventAddKey_Parms, ReturnValue), Z_Construct_UClass_UMovieSceneScriptingIntegerKey_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::NewProp_InTime,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::NewProp_NewValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::NewProp_SubFrame,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::NewProp_TimeUnit_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::NewProp_TimeUnit,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::PropPointers) < 2048);
// ********** End Function AddKey Property Definitions *********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerChannel, nullptr, "AddKey", Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::MovieSceneScriptingIntegerChannel_eventAddKey_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::MovieSceneScriptingIntegerChannel_eventAddKey_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerChannel::execAddKey)
{
P_GET_STRUCT_REF(FFrameNumber,Z_Param_Out_InTime);
P_GET_PROPERTY(FIntProperty,Z_Param_NewValue);
P_GET_PROPERTY(FFloatProperty,Z_Param_SubFrame);
P_GET_ENUM(EMovieSceneTimeUnit,Z_Param_TimeUnit);
P_FINISH;
P_NATIVE_BEGIN;
*(UMovieSceneScriptingIntegerKey**)Z_Param__Result=P_THIS->AddKey(Z_Param_Out_InTime,Z_Param_NewValue,Z_Param_SubFrame,EMovieSceneTimeUnit(Z_Param_TimeUnit));
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerChannel Function AddKey *************************
// ********** Begin Class UMovieSceneScriptingIntegerChannel Function EvaluateKeys *****************
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics
{
struct FFrameRate
{
int32 Numerator;
int32 Denominator;
};
struct MovieSceneScriptingIntegerChannel_eventEvaluateKeys_Parms
{
FSequencerScriptingRange Range;
FFrameRate FrameRate;
TArray<int32> ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* Gets baked keys in this channel.\n\x09* @return\x09""An array of values contained by this channel.\n\x09*\x09\x09\x09Returns baked keys in the specified range.\n\x09*/" },
{ "DisplayName", "Evaluate Keys (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Gets baked keys in this channel.\n@return An array of values contained by this channel.\n Returns baked keys in the specified range." },
};
#endif // WITH_METADATA
// ********** Begin Function EvaluateKeys constinit property declarations **************************
static const UECodeGen_Private::FStructPropertyParams NewProp_Range;
static const UECodeGen_Private::FStructPropertyParams NewProp_FrameRate;
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function EvaluateKeys constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function EvaluateKeys Property Definitions *************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::NewProp_Range = { "Range", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventEvaluateKeys_Parms, Range), Z_Construct_UScriptStruct_FSequencerScriptingRange, METADATA_PARAMS(0, nullptr) }; // 3058123133
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::NewProp_FrameRate = { "FrameRate", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventEvaluateKeys_Parms, FrameRate), Z_Construct_UScriptStruct_FFrameRate, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventEvaluateKeys_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::NewProp_Range,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::NewProp_FrameRate,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::PropPointers) < 2048);
// ********** End Function EvaluateKeys Property Definitions ***************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerChannel, nullptr, "EvaluateKeys", Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::MovieSceneScriptingIntegerChannel_eventEvaluateKeys_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::MovieSceneScriptingIntegerChannel_eventEvaluateKeys_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerChannel::execEvaluateKeys)
{
P_GET_STRUCT(FSequencerScriptingRange,Z_Param_Range);
P_GET_STRUCT(FFrameRate,Z_Param_FrameRate);
P_FINISH;
P_NATIVE_BEGIN;
*(TArray<int32>*)Z_Param__Result=P_THIS->EvaluateKeys(Z_Param_Range,Z_Param_FrameRate);
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerChannel Function EvaluateKeys *******************
// ********** Begin Class UMovieSceneScriptingIntegerChannel Function GetDefault *******************
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetDefault_Statics
{
struct MovieSceneScriptingIntegerChannel_eventGetDefault_Parms
{
int32 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* Get this channel's default value that will be used when no keys are present. Only a valid\n\x09* value when HasDefault() returns true.\n\x09*/" },
{ "DisplayName", "Get Default (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Get this channel's default value that will be used when no keys are present. Only a valid\nvalue when HasDefault() returns true." },
};
#endif // WITH_METADATA
// ********** Begin Function GetDefault constinit property declarations ****************************
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetDefault constinit property declarations ******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetDefault Property Definitions ***************************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetDefault_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventGetDefault_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetDefault_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetDefault_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetDefault_Statics::PropPointers) < 2048);
// ********** End Function GetDefault Property Definitions *****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetDefault_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerChannel, nullptr, "GetDefault", Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetDefault_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetDefault_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetDefault_Statics::MovieSceneScriptingIntegerChannel_eventGetDefault_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetDefault_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetDefault_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetDefault_Statics::MovieSceneScriptingIntegerChannel_eventGetDefault_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetDefault()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetDefault_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerChannel::execGetDefault)
{
P_FINISH;
P_NATIVE_BEGIN;
*(int32*)Z_Param__Result=P_THIS->GetDefault();
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerChannel Function GetDefault *********************
// ********** Begin Class UMovieSceneScriptingIntegerChannel Function GetInterpolateLinearKeys *****
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys_Statics
{
struct MovieSceneScriptingIntegerChannel_eventGetInterpolateLinearKeys_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* Get whether this channel will evaluate linear keys with interpolation.\n\x09*/" },
{ "DisplayName", "Get Interpolate Linear Keys (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Get whether this channel will evaluate linear keys with interpolation." },
};
#endif // WITH_METADATA
// ********** Begin Function GetInterpolateLinearKeys constinit property declarations **************
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetInterpolateLinearKeys constinit property declarations ****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetInterpolateLinearKeys Property Definitions *************************
void Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((MovieSceneScriptingIntegerChannel_eventGetInterpolateLinearKeys_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MovieSceneScriptingIntegerChannel_eventGetInterpolateLinearKeys_Parms), &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys_Statics::PropPointers) < 2048);
// ********** End Function GetInterpolateLinearKeys Property Definitions ***************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerChannel, nullptr, "GetInterpolateLinearKeys", Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys_Statics::MovieSceneScriptingIntegerChannel_eventGetInterpolateLinearKeys_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys_Statics::MovieSceneScriptingIntegerChannel_eventGetInterpolateLinearKeys_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerChannel::execGetInterpolateLinearKeys)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->GetInterpolateLinearKeys();
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerChannel Function GetInterpolateLinearKeys *******
// ********** Begin Class UMovieSceneScriptingIntegerChannel Function GetKeys **********************
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys_Statics
{
struct MovieSceneScriptingIntegerChannel_eventGetKeys_Parms
{
TArray<UMovieSceneScriptingKey*> ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* Gets all of the keys in this channel.\n\x09* @return\x09""An array of UMovieSceneScriptingIntegerKey's contained by this channel.\n\x09*\x09\x09\x09Returns all keys even if clipped by the owning section's boundaries or outside of the current sequence play range.\n\x09*/" },
{ "DisplayName", "Get Keys (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Gets all of the keys in this channel.\n@return An array of UMovieSceneScriptingIntegerKey's contained by this channel.\n Returns all keys even if clipped by the owning section's boundaries or outside of the current sequence play range." },
};
#endif // WITH_METADATA
// ********** Begin Function GetKeys constinit property declarations *******************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetKeys constinit property declarations *********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetKeys Property Definitions ******************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMovieSceneScriptingKey_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventGetKeys_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys_Statics::PropPointers) < 2048);
// ********** End Function GetKeys Property Definitions ********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerChannel, nullptr, "GetKeys", Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys_Statics::MovieSceneScriptingIntegerChannel_eventGetKeys_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys_Statics::MovieSceneScriptingIntegerChannel_eventGetKeys_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerChannel::execGetKeys)
{
P_FINISH;
P_NATIVE_BEGIN;
*(TArray<UMovieSceneScriptingKey*>*)Z_Param__Result=P_THIS->GetKeys();
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerChannel Function GetKeys ************************
// ********** Begin Class UMovieSceneScriptingIntegerChannel Function GetKeysByIndex ***************
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics
{
struct MovieSceneScriptingIntegerChannel_eventGetKeysByIndex_Parms
{
TArray<int32> Indices;
TArray<UMovieSceneScriptingKey*> ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* Gets the keys in this channel specified by the specific index\n\x09* @Indices The indices from which to get the keys from\n\x09* @return\x09""An array of UMovieSceneScriptingKey's contained by this channel.\n\x09*\x09\x09\x09Returns all keys specified by the indices, even if out of range.\n\x09*/" },
{ "DisplayName", "Get Keys By Index (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Gets the keys in this channel specified by the specific index\n@Indices The indices from which to get the keys from\n@return An array of UMovieSceneScriptingKey's contained by this channel.\n Returns all keys specified by the indices, even if out of range." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Indices_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetKeysByIndex constinit property declarations ************************
static const UECodeGen_Private::FIntPropertyParams NewProp_Indices_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Indices;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetKeysByIndex constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetKeysByIndex Property Definitions ***********************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::NewProp_Indices_Inner = { "Indices", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::NewProp_Indices = { "Indices", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventGetKeysByIndex_Parms, Indices), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Indices_MetaData), NewProp_Indices_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMovieSceneScriptingKey_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventGetKeysByIndex_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::NewProp_Indices_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::NewProp_Indices,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::PropPointers) < 2048);
// ********** End Function GetKeysByIndex Property Definitions *************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerChannel, nullptr, "GetKeysByIndex", Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::MovieSceneScriptingIntegerChannel_eventGetKeysByIndex_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::MovieSceneScriptingIntegerChannel_eventGetKeysByIndex_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerChannel::execGetKeysByIndex)
{
P_GET_TARRAY_REF(int32,Z_Param_Out_Indices);
P_FINISH;
P_NATIVE_BEGIN;
*(TArray<UMovieSceneScriptingKey*>*)Z_Param__Result=P_THIS->GetKeysByIndex(Z_Param_Out_Indices);
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerChannel Function GetKeysByIndex *****************
// ********** Begin Class UMovieSceneScriptingIntegerChannel Function GetNumKeys *******************
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetNumKeys_Statics
{
struct MovieSceneScriptingIntegerChannel_eventGetNumKeys_Parms
{
int32 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* Returns number of keys in this channel.\n\x09*/" },
{ "DisplayName", "Get Num Keys (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Returns number of keys in this channel." },
};
#endif // WITH_METADATA
// ********** Begin Function GetNumKeys constinit property declarations ****************************
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetNumKeys constinit property declarations ******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetNumKeys Property Definitions ***************************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetNumKeys_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventGetNumKeys_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetNumKeys_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetNumKeys_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetNumKeys_Statics::PropPointers) < 2048);
// ********** End Function GetNumKeys Property Definitions *****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetNumKeys_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerChannel, nullptr, "GetNumKeys", Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetNumKeys_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetNumKeys_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetNumKeys_Statics::MovieSceneScriptingIntegerChannel_eventGetNumKeys_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetNumKeys_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetNumKeys_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetNumKeys_Statics::MovieSceneScriptingIntegerChannel_eventGetNumKeys_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetNumKeys()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetNumKeys_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerChannel::execGetNumKeys)
{
P_FINISH;
P_NATIVE_BEGIN;
*(int32*)Z_Param__Result=P_THIS->GetNumKeys();
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerChannel Function GetNumKeys *********************
// ********** Begin Class UMovieSceneScriptingIntegerChannel Function HasDefault *******************
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault_Statics
{
struct MovieSceneScriptingIntegerChannel_eventHasDefault_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* @return Does this channel have a default value set?\n\x09*/" },
{ "DisplayName", "Has Default (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "@return Does this channel have a default value set?" },
};
#endif // WITH_METADATA
// ********** Begin Function HasDefault constinit property declarations ****************************
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function HasDefault constinit property declarations ******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function HasDefault Property Definitions ***************************************
void Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((MovieSceneScriptingIntegerChannel_eventHasDefault_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MovieSceneScriptingIntegerChannel_eventHasDefault_Parms), &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault_Statics::PropPointers) < 2048);
// ********** End Function HasDefault Property Definitions *****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerChannel, nullptr, "HasDefault", Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault_Statics::MovieSceneScriptingIntegerChannel_eventHasDefault_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault_Statics::MovieSceneScriptingIntegerChannel_eventHasDefault_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerChannel::execHasDefault)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->HasDefault();
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerChannel Function HasDefault *********************
// ********** Begin Class UMovieSceneScriptingIntegerChannel Function RemoveDefault ****************
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveDefault_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* Remove this channel's default value causing the channel to have no effect where no keys are present\n\x09*/" },
{ "DisplayName", "Remove Default (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Remove this channel's default value causing the channel to have no effect where no keys are present" },
};
#endif // WITH_METADATA
// ********** Begin Function RemoveDefault constinit property declarations *************************
// ********** End Function RemoveDefault constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveDefault_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerChannel, nullptr, "RemoveDefault", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveDefault_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveDefault_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveDefault()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveDefault_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerChannel::execRemoveDefault)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->RemoveDefault();
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerChannel Function RemoveDefault ******************
// ********** Begin Class UMovieSceneScriptingIntegerChannel Function RemoveKey ********************
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveKey_Statics
{
struct MovieSceneScriptingIntegerChannel_eventRemoveKey_Parms
{
UMovieSceneScriptingKey* Key;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* Removes the specified key. Does nothing if the key is not specified or the key belongs to another channel.\n\x09*/" },
{ "DisplayName", "Remove Key (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Removes the specified key. Does nothing if the key is not specified or the key belongs to another channel." },
};
#endif // WITH_METADATA
// ********** Begin Function RemoveKey constinit property declarations *****************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Key;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function RemoveKey constinit property declarations *******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function RemoveKey Property Definitions ****************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveKey_Statics::NewProp_Key = { "Key", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventRemoveKey_Parms, Key), Z_Construct_UClass_UMovieSceneScriptingKey_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveKey_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveKey_Statics::NewProp_Key,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveKey_Statics::PropPointers) < 2048);
// ********** End Function RemoveKey Property Definitions ******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveKey_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerChannel, nullptr, "RemoveKey", Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveKey_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveKey_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveKey_Statics::MovieSceneScriptingIntegerChannel_eventRemoveKey_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveKey_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveKey_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveKey_Statics::MovieSceneScriptingIntegerChannel_eventRemoveKey_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveKey()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveKey_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerChannel::execRemoveKey)
{
P_GET_OBJECT(UMovieSceneScriptingKey,Z_Param_Key);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->RemoveKey(Z_Param_Key);
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerChannel Function RemoveKey **********************
// ********** Begin Class UMovieSceneScriptingIntegerChannel Function SetDefault *******************
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetDefault_Statics
{
struct MovieSceneScriptingIntegerChannel_eventSetDefault_Parms
{
int32 InDefaultValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* Set this channel's default value that should be used when no keys are present.\n\x09* Sets bHasDefaultValue to true automatically.\n\x09*/" },
{ "DisplayName", "Set Default (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Set this channel's default value that should be used when no keys are present.\nSets bHasDefaultValue to true automatically." },
};
#endif // WITH_METADATA
// ********** Begin Function SetDefault constinit property declarations ****************************
static const UECodeGen_Private::FIntPropertyParams NewProp_InDefaultValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetDefault constinit property declarations ******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetDefault Property Definitions ***************************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetDefault_Statics::NewProp_InDefaultValue = { "InDefaultValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventSetDefault_Parms, InDefaultValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetDefault_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetDefault_Statics::NewProp_InDefaultValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetDefault_Statics::PropPointers) < 2048);
// ********** End Function SetDefault Property Definitions *****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetDefault_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerChannel, nullptr, "SetDefault", Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetDefault_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetDefault_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetDefault_Statics::MovieSceneScriptingIntegerChannel_eventSetDefault_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetDefault_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetDefault_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetDefault_Statics::MovieSceneScriptingIntegerChannel_eventSetDefault_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetDefault()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetDefault_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerChannel::execSetDefault)
{
P_GET_PROPERTY(FIntProperty,Z_Param_InDefaultValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetDefault(Z_Param_InDefaultValue);
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerChannel Function SetDefault *********************
// ********** Begin Class UMovieSceneScriptingIntegerChannel Function SetInterpolateLinearKeys *****
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys_Statics
{
struct MovieSceneScriptingIntegerChannel_eventSetInterpolateLinearKeys_Parms
{
bool bInInterpolateLinearKeys;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09* Set this channel to evaluate linear keys with interpolation.\n\x09*/" },
{ "DisplayName", "Set Interpolate Linear Keys (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Set this channel to evaluate linear keys with interpolation." },
};
#endif // WITH_METADATA
// ********** Begin Function SetInterpolateLinearKeys constinit property declarations **************
static void NewProp_bInInterpolateLinearKeys_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInInterpolateLinearKeys;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetInterpolateLinearKeys constinit property declarations ****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetInterpolateLinearKeys Property Definitions *************************
void Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys_Statics::NewProp_bInInterpolateLinearKeys_SetBit(void* Obj)
{
((MovieSceneScriptingIntegerChannel_eventSetInterpolateLinearKeys_Parms*)Obj)->bInInterpolateLinearKeys = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys_Statics::NewProp_bInInterpolateLinearKeys = { "bInInterpolateLinearKeys", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(MovieSceneScriptingIntegerChannel_eventSetInterpolateLinearKeys_Parms), &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys_Statics::NewProp_bInInterpolateLinearKeys_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys_Statics::NewProp_bInInterpolateLinearKeys,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys_Statics::PropPointers) < 2048);
// ********** End Function SetInterpolateLinearKeys Property Definitions ***************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerChannel, nullptr, "SetInterpolateLinearKeys", Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys_Statics::MovieSceneScriptingIntegerChannel_eventSetInterpolateLinearKeys_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys_Statics::MovieSceneScriptingIntegerChannel_eventSetInterpolateLinearKeys_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerChannel::execSetInterpolateLinearKeys)
{
P_GET_UBOOL(Z_Param_bInInterpolateLinearKeys);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetInterpolateLinearKeys(Z_Param_bInInterpolateLinearKeys);
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerChannel Function SetInterpolateLinearKeys *******
// ********** Begin Class UMovieSceneScriptingIntegerChannel Function Transform ********************
struct Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics
{
struct MovieSceneScriptingIntegerChannel_eventTransform_Parms
{
FFrameNumber OffsetFrame;
double Scale;
FFrameNumber PivotFrame;
FSequencerScriptingRange ScriptingRange;
EMovieSceneTimeUnit TimeUnit;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Sequencer|Keys" },
{ "Comment", "/**\n\x09 * Transform the keys in time in the channel by an offset, scale and pivot\n\x09 * @param\x09OffsetFrame\x09 The amount to offset the keys by\n\x09 * @param\x09Scale\x09 The amount to scale the keys by\n\x09 * @param\x09PivotFrame\x09 The frame to pivot around when scaling the keys\n\x09 * @param ScriptingRange The time range of the keys to transform\n\x09 * @param\x09TimeUnit \x09\x09Is the specified OffsetFrame, PivotFrame, and ScriptingRange in Display Rate frames or Tick Resolution.\n\x09 *\n\x09 */" },
{ "CPP_Default_TimeUnit", "DisplayRate" },
{ "DisplayName", "Transform (Integer)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ToolTip", "Transform the keys in time in the channel by an offset, scale and pivot\n@param OffsetFrame The amount to offset the keys by\n@param Scale The amount to scale the keys by\n@param PivotFrame The frame to pivot around when scaling the keys\n@param ScriptingRange The time range of the keys to transform\n@param TimeUnit Is the specified OffsetFrame, PivotFrame, and ScriptingRange in Display Rate frames or Tick Resolution." },
};
#endif // WITH_METADATA
// ********** Begin Function Transform constinit property declarations *****************************
static const UECodeGen_Private::FStructPropertyParams NewProp_OffsetFrame;
static const UECodeGen_Private::FDoublePropertyParams NewProp_Scale;
static const UECodeGen_Private::FStructPropertyParams NewProp_PivotFrame;
static const UECodeGen_Private::FStructPropertyParams NewProp_ScriptingRange;
static const UECodeGen_Private::FBytePropertyParams NewProp_TimeUnit_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_TimeUnit;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function Transform constinit property declarations *******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function Transform Property Definitions ****************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::NewProp_OffsetFrame = { "OffsetFrame", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventTransform_Parms, OffsetFrame), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::NewProp_Scale = { "Scale", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventTransform_Parms, Scale), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::NewProp_PivotFrame = { "PivotFrame", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventTransform_Parms, PivotFrame), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::NewProp_ScriptingRange = { "ScriptingRange", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventTransform_Parms, ScriptingRange), Z_Construct_UScriptStruct_FSequencerScriptingRange, METADATA_PARAMS(0, nullptr) }; // 3058123133
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::NewProp_TimeUnit_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::NewProp_TimeUnit = { "TimeUnit", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingIntegerChannel_eventTransform_Parms, TimeUnit), Z_Construct_UEnum_MovieScene_EMovieSceneTimeUnit, METADATA_PARAMS(0, nullptr) }; // 3839043487
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::NewProp_OffsetFrame,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::NewProp_Scale,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::NewProp_PivotFrame,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::NewProp_ScriptingRange,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::NewProp_TimeUnit_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::NewProp_TimeUnit,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::PropPointers) < 2048);
// ********** End Function Transform Property Definitions ******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingIntegerChannel, nullptr, "Transform", Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::MovieSceneScriptingIntegerChannel_eventTransform_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::MovieSceneScriptingIntegerChannel_eventTransform_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingIntegerChannel::execTransform)
{
P_GET_STRUCT(FFrameNumber,Z_Param_OffsetFrame);
P_GET_PROPERTY(FDoubleProperty,Z_Param_Scale);
P_GET_STRUCT(FFrameNumber,Z_Param_PivotFrame);
P_GET_STRUCT(FSequencerScriptingRange,Z_Param_ScriptingRange);
P_GET_ENUM(EMovieSceneTimeUnit,Z_Param_TimeUnit);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->Transform(Z_Param_OffsetFrame,Z_Param_Scale,Z_Param_PivotFrame,Z_Param_ScriptingRange,EMovieSceneTimeUnit(Z_Param_TimeUnit));
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingIntegerChannel Function Transform **********************
// ********** Begin Class UMovieSceneScriptingIntegerChannel ***************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneScriptingIntegerChannel;
UClass* UMovieSceneScriptingIntegerChannel::GetPrivateStaticClass()
{
using TClass = UMovieSceneScriptingIntegerChannel;
if (!Z_Registration_Info_UClass_UMovieSceneScriptingIntegerChannel.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MovieSceneScriptingIntegerChannel"),
Z_Registration_Info_UClass_UMovieSceneScriptingIntegerChannel.InnerSingleton,
StaticRegisterNativesUMovieSceneScriptingIntegerChannel,
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_UMovieSceneScriptingIntegerChannel.InnerSingleton;
}
UClass* Z_Construct_UClass_UMovieSceneScriptingIntegerChannel_NoRegister()
{
return UMovieSceneScriptingIntegerChannel::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMovieSceneScriptingIntegerChannel_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IncludePath", "KeysAndChannels/MovieSceneScriptingInteger.h" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingInteger.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMovieSceneScriptingIntegerChannel constinit property declarations *******
// ********** End Class UMovieSceneScriptingIntegerChannel constinit property declarations *********
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("AddKey"), .Pointer = &UMovieSceneScriptingIntegerChannel::execAddKey },
{ .NameUTF8 = UTF8TEXT("EvaluateKeys"), .Pointer = &UMovieSceneScriptingIntegerChannel::execEvaluateKeys },
{ .NameUTF8 = UTF8TEXT("GetDefault"), .Pointer = &UMovieSceneScriptingIntegerChannel::execGetDefault },
{ .NameUTF8 = UTF8TEXT("GetInterpolateLinearKeys"), .Pointer = &UMovieSceneScriptingIntegerChannel::execGetInterpolateLinearKeys },
{ .NameUTF8 = UTF8TEXT("GetKeys"), .Pointer = &UMovieSceneScriptingIntegerChannel::execGetKeys },
{ .NameUTF8 = UTF8TEXT("GetKeysByIndex"), .Pointer = &UMovieSceneScriptingIntegerChannel::execGetKeysByIndex },
{ .NameUTF8 = UTF8TEXT("GetNumKeys"), .Pointer = &UMovieSceneScriptingIntegerChannel::execGetNumKeys },
{ .NameUTF8 = UTF8TEXT("HasDefault"), .Pointer = &UMovieSceneScriptingIntegerChannel::execHasDefault },
{ .NameUTF8 = UTF8TEXT("RemoveDefault"), .Pointer = &UMovieSceneScriptingIntegerChannel::execRemoveDefault },
{ .NameUTF8 = UTF8TEXT("RemoveKey"), .Pointer = &UMovieSceneScriptingIntegerChannel::execRemoveKey },
{ .NameUTF8 = UTF8TEXT("SetDefault"), .Pointer = &UMovieSceneScriptingIntegerChannel::execSetDefault },
{ .NameUTF8 = UTF8TEXT("SetInterpolateLinearKeys"), .Pointer = &UMovieSceneScriptingIntegerChannel::execSetInterpolateLinearKeys },
{ .NameUTF8 = UTF8TEXT("Transform"), .Pointer = &UMovieSceneScriptingIntegerChannel::execTransform },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_AddKey, "AddKey" }, // 33053713
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_EvaluateKeys, "EvaluateKeys" }, // 3824489740
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetDefault, "GetDefault" }, // 680595755
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetInterpolateLinearKeys, "GetInterpolateLinearKeys" }, // 1270504942
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeys, "GetKeys" }, // 3422263774
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetKeysByIndex, "GetKeysByIndex" }, // 954387789
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_GetNumKeys, "GetNumKeys" }, // 1058743015
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_HasDefault, "HasDefault" }, // 2492463027
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveDefault, "RemoveDefault" }, // 3127753106
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_RemoveKey, "RemoveKey" }, // 1020807603
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetDefault, "SetDefault" }, // 2729926487
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_SetInterpolateLinearKeys, "SetInterpolateLinearKeys" }, // 2152013035
{ &Z_Construct_UFunction_UMovieSceneScriptingIntegerChannel_Transform, "Transform" }, // 3211845386
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMovieSceneScriptingIntegerChannel>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMovieSceneScriptingIntegerChannel_Statics
UObject* (*const Z_Construct_UClass_UMovieSceneScriptingIntegerChannel_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMovieSceneScriptingChannel,
(UObject* (*)())Z_Construct_UPackage__Script_SequencerScripting,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneScriptingIntegerChannel_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneScriptingIntegerChannel_Statics::ClassParams = {
&UMovieSceneScriptingIntegerChannel::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneScriptingIntegerChannel_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneScriptingIntegerChannel_Statics::Class_MetaDataParams)
};
void UMovieSceneScriptingIntegerChannel::StaticRegisterNativesUMovieSceneScriptingIntegerChannel()
{
UClass* Class = UMovieSceneScriptingIntegerChannel::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UMovieSceneScriptingIntegerChannel_Statics::Funcs));
}
UClass* Z_Construct_UClass_UMovieSceneScriptingIntegerChannel()
{
if (!Z_Registration_Info_UClass_UMovieSceneScriptingIntegerChannel.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneScriptingIntegerChannel.OuterSingleton, Z_Construct_UClass_UMovieSceneScriptingIntegerChannel_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMovieSceneScriptingIntegerChannel.OuterSingleton;
}
UMovieSceneScriptingIntegerChannel::UMovieSceneScriptingIntegerChannel(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneScriptingIntegerChannel);
UMovieSceneScriptingIntegerChannel::~UMovieSceneScriptingIntegerChannel() {}
// ********** End Class UMovieSceneScriptingIntegerChannel *****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingInteger_h__Script_SequencerScripting_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMovieSceneScriptingIntegerKey, UMovieSceneScriptingIntegerKey::StaticClass, TEXT("UMovieSceneScriptingIntegerKey"), &Z_Registration_Info_UClass_UMovieSceneScriptingIntegerKey, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneScriptingIntegerKey), 1361129671U) },
{ Z_Construct_UClass_UMovieSceneScriptingIntegerChannel, UMovieSceneScriptingIntegerChannel::StaticClass, TEXT("UMovieSceneScriptingIntegerChannel"), &Z_Registration_Info_UClass_UMovieSceneScriptingIntegerChannel, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneScriptingIntegerChannel), 2559758596U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingInteger_h__Script_SequencerScripting_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingInteger_h__Script_SequencerScripting_2194969624{
TEXT("/Script/SequencerScripting"),
Z_CompiledInDeferFile_FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingInteger_h__Script_SequencerScripting_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingInteger_h__Script_SequencerScripting_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS