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

846 lines
67 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 "MovieSceneScriptingEvent.h"
#include "Channels/MovieSceneEvent.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 EmptyLinkFunctionForGeneratedCodeMovieSceneScriptingEvent() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameNumber();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameTime();
MOVIESCENE_API UEnum* Z_Construct_UEnum_MovieScene_EMovieSceneTimeUnit();
MOVIESCENETRACKS_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneEvent();
SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingChannel();
SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingEventChannel();
SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingEventChannel_NoRegister();
SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingEventKey();
SEQUENCERSCRIPTING_API UClass* Z_Construct_UClass_UMovieSceneScriptingEventKey_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 UMovieSceneScriptingEventKey Function GetTime ****************************
struct Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime_Statics
{
struct FFrameTime
{
FFrameNumber FrameNumber;
float SubFrame;
};
struct MovieSceneScriptingEventKey_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 (Event)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingEvent.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_UMovieSceneScriptingEventKey_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_UMovieSceneScriptingEventKey_GetTime_Statics::NewProp_TimeUnit = { "TimeUnit", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventKey_eventGetTime_Parms, TimeUnit), Z_Construct_UEnum_MovieScene_EMovieSceneTimeUnit, METADATA_PARAMS(0, nullptr) }; // 3839043487
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventKey_eventGetTime_Parms, ReturnValue), Z_Construct_UScriptStruct_FFrameTime, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime_Statics::NewProp_TimeUnit_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime_Statics::NewProp_TimeUnit,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime_Statics::PropPointers) < 2048);
// ********** End Function GetTime Property Definitions ********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingEventKey, nullptr, "GetTime", Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime_Statics::MovieSceneScriptingEventKey_eventGetTime_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime_Statics::MovieSceneScriptingEventKey_eventGetTime_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingEventKey::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 UMovieSceneScriptingEventKey Function GetTime ******************************
// ********** Begin Class UMovieSceneScriptingEventKey Function GetValue ***************************
struct Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetValue_Statics
{
struct MovieSceneScriptingEventKey_eventGetValue_Parms
{
FMovieSceneEvent 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 event payload for this key which contains an event name and data.\n\x09*/" },
{ "DisplayName", "Get Value (Event)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingEvent.h" },
{ "ToolTip", "Gets the value for this key from the owning channel.\n@return The event payload for this key which contains an event name and data." },
};
#endif // WITH_METADATA
// ********** Begin Function GetValue constinit property declarations ******************************
static const UECodeGen_Private::FStructPropertyParams 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::FStructPropertyParams Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventKey_eventGetValue_Parms, ReturnValue), Z_Construct_UScriptStruct_FMovieSceneEvent, METADATA_PARAMS(0, nullptr) }; // 2081135509
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetValue_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetValue_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetValue_Statics::PropPointers) < 2048);
// ********** End Function GetValue Property Definitions *******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingEventKey, nullptr, "GetValue", Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetValue_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetValue_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetValue_Statics::MovieSceneScriptingEventKey_eventGetValue_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetValue_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetValue_Statics::MovieSceneScriptingEventKey_eventGetValue_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetValue()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetValue_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingEventKey::execGetValue)
{
P_FINISH;
P_NATIVE_BEGIN;
*(FMovieSceneEvent*)Z_Param__Result=P_THIS->GetValue();
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingEventKey Function GetValue *****************************
// ********** Begin Class UMovieSceneScriptingEventKey Function SetTime ****************************
struct Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime_Statics
{
struct MovieSceneScriptingEventKey_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 (Event)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingEvent.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_UMovieSceneScriptingEventKey_SetTime_Statics::NewProp_NewFrameNumber = { "NewFrameNumber", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventKey_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_UMovieSceneScriptingEventKey_SetTime_Statics::NewProp_SubFrame = { "SubFrame", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventKey_eventSetTime_Parms, SubFrame), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UMovieSceneScriptingEventKey_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_UMovieSceneScriptingEventKey_SetTime_Statics::NewProp_TimeUnit = { "TimeUnit", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventKey_eventSetTime_Parms, TimeUnit), Z_Construct_UEnum_MovieScene_EMovieSceneTimeUnit, METADATA_PARAMS(0, nullptr) }; // 3839043487
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime_Statics::NewProp_NewFrameNumber,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime_Statics::NewProp_SubFrame,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime_Statics::NewProp_TimeUnit_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime_Statics::NewProp_TimeUnit,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime_Statics::PropPointers) < 2048);
// ********** End Function SetTime Property Definitions ********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingEventKey, nullptr, "SetTime", Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime_Statics::MovieSceneScriptingEventKey_eventSetTime_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime_Statics::MovieSceneScriptingEventKey_eventSetTime_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingEventKey::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 UMovieSceneScriptingEventKey Function SetTime ******************************
// ********** Begin Class UMovieSceneScriptingEventKey Function SetValue ***************************
struct Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetValue_Statics
{
struct MovieSceneScriptingEventKey_eventSetValue_Parms
{
FMovieSceneEvent 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 event payload for this key.\n\x09*/" },
{ "DisplayName", "Set Value (Event)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingEvent.h" },
{ "ToolTip", "Sets the value for this key, reflecting it in the owning channel.\n@param InNewValue The new event payload for this key." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InNewValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetValue constinit property declarations ******************************
static const UECodeGen_Private::FStructPropertyParams 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::FStructPropertyParams Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetValue_Statics::NewProp_InNewValue = { "InNewValue", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventKey_eventSetValue_Parms, InNewValue), Z_Construct_UScriptStruct_FMovieSceneEvent, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InNewValue_MetaData), NewProp_InNewValue_MetaData) }; // 2081135509
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetValue_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetValue_Statics::NewProp_InNewValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetValue_Statics::PropPointers) < 2048);
// ********** End Function SetValue Property Definitions *******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingEventKey, nullptr, "SetValue", Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetValue_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetValue_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetValue_Statics::MovieSceneScriptingEventKey_eventSetValue_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetValue_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetValue_Statics::MovieSceneScriptingEventKey_eventSetValue_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetValue()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetValue_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingEventKey::execSetValue)
{
P_GET_STRUCT_REF(FMovieSceneEvent,Z_Param_Out_InNewValue);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetValue(Z_Param_Out_InNewValue);
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingEventKey Function SetValue *****************************
// ********** Begin Class UMovieSceneScriptingEventKey *********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneScriptingEventKey;
UClass* UMovieSceneScriptingEventKey::GetPrivateStaticClass()
{
using TClass = UMovieSceneScriptingEventKey;
if (!Z_Registration_Info_UClass_UMovieSceneScriptingEventKey.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MovieSceneScriptingEventKey"),
Z_Registration_Info_UClass_UMovieSceneScriptingEventKey.InnerSingleton,
StaticRegisterNativesUMovieSceneScriptingEventKey,
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_UMovieSceneScriptingEventKey.InnerSingleton;
}
UClass* Z_Construct_UClass_UMovieSceneScriptingEventKey_NoRegister()
{
return UMovieSceneScriptingEventKey::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMovieSceneScriptingEventKey_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n* Exposes a Sequencer Event 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/MovieSceneScriptingEvent.h" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingEvent.h" },
{ "ToolTip", "Exposes a Sequencer Event 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 UMovieSceneScriptingEventKey constinit property declarations *************
// ********** End Class UMovieSceneScriptingEventKey constinit property declarations ***************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetTime"), .Pointer = &UMovieSceneScriptingEventKey::execGetTime },
{ .NameUTF8 = UTF8TEXT("GetValue"), .Pointer = &UMovieSceneScriptingEventKey::execGetValue },
{ .NameUTF8 = UTF8TEXT("SetTime"), .Pointer = &UMovieSceneScriptingEventKey::execSetTime },
{ .NameUTF8 = UTF8TEXT("SetValue"), .Pointer = &UMovieSceneScriptingEventKey::execSetValue },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetTime, "GetTime" }, // 2582053801
{ &Z_Construct_UFunction_UMovieSceneScriptingEventKey_GetValue, "GetValue" }, // 102885680
{ &Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetTime, "SetTime" }, // 3610554825
{ &Z_Construct_UFunction_UMovieSceneScriptingEventKey_SetValue, "SetValue" }, // 4097513557
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMovieSceneScriptingEventKey>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMovieSceneScriptingEventKey_Statics
UObject* (*const Z_Construct_UClass_UMovieSceneScriptingEventKey_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMovieSceneScriptingKey,
(UObject* (*)())Z_Construct_UPackage__Script_SequencerScripting,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneScriptingEventKey_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneScriptingEventKey_Statics::ClassParams = {
&UMovieSceneScriptingEventKey::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_UMovieSceneScriptingEventKey_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneScriptingEventKey_Statics::Class_MetaDataParams)
};
void UMovieSceneScriptingEventKey::StaticRegisterNativesUMovieSceneScriptingEventKey()
{
UClass* Class = UMovieSceneScriptingEventKey::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UMovieSceneScriptingEventKey_Statics::Funcs));
}
UClass* Z_Construct_UClass_UMovieSceneScriptingEventKey()
{
if (!Z_Registration_Info_UClass_UMovieSceneScriptingEventKey.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneScriptingEventKey.OuterSingleton, Z_Construct_UClass_UMovieSceneScriptingEventKey_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMovieSceneScriptingEventKey.OuterSingleton;
}
UMovieSceneScriptingEventKey::UMovieSceneScriptingEventKey(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneScriptingEventKey);
UMovieSceneScriptingEventKey::~UMovieSceneScriptingEventKey() {}
// ********** End Class UMovieSceneScriptingEventKey ***********************************************
// ********** Begin Class UMovieSceneScriptingEventChannel Function AddKey *************************
struct Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics
{
struct MovieSceneScriptingEventChannel_eventAddKey_Parms
{
FFrameNumber InTime;
FMovieSceneEvent NewValue;
float SubFrame;
EMovieSceneTimeUnit TimeUnit;
UMovieSceneScriptingEventKey* 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 (Event)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingEvent.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::FStructPropertyParams 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_UMovieSceneScriptingEventChannel_AddKey_Statics::NewProp_InTime = { "InTime", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventChannel_eventAddKey_Parms, InTime), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InTime_MetaData), NewProp_InTime_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::NewProp_NewValue = { "NewValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventChannel_eventAddKey_Parms, NewValue), Z_Construct_UScriptStruct_FMovieSceneEvent, METADATA_PARAMS(0, nullptr) }; // 2081135509
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::NewProp_SubFrame = { "SubFrame", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventChannel_eventAddKey_Parms, SubFrame), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UMovieSceneScriptingEventChannel_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_UMovieSceneScriptingEventChannel_AddKey_Statics::NewProp_TimeUnit = { "TimeUnit", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventChannel_eventAddKey_Parms, TimeUnit), Z_Construct_UEnum_MovieScene_EMovieSceneTimeUnit, METADATA_PARAMS(0, nullptr) }; // 3839043487
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventChannel_eventAddKey_Parms, ReturnValue), Z_Construct_UClass_UMovieSceneScriptingEventKey_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::NewProp_InTime,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::NewProp_NewValue,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::NewProp_SubFrame,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::NewProp_TimeUnit_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::NewProp_TimeUnit,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::PropPointers) < 2048);
// ********** End Function AddKey Property Definitions *********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingEventChannel, nullptr, "AddKey", Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::MovieSceneScriptingEventChannel_eventAddKey_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C20401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::MovieSceneScriptingEventChannel_eventAddKey_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingEventChannel::execAddKey)
{
P_GET_STRUCT_REF(FFrameNumber,Z_Param_Out_InTime);
P_GET_STRUCT(FMovieSceneEvent,Z_Param_NewValue);
P_GET_PROPERTY(FFloatProperty,Z_Param_SubFrame);
P_GET_ENUM(EMovieSceneTimeUnit,Z_Param_TimeUnit);
P_FINISH;
P_NATIVE_BEGIN;
*(UMovieSceneScriptingEventKey**)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 UMovieSceneScriptingEventChannel Function AddKey ***************************
// ********** Begin Class UMovieSceneScriptingEventChannel Function GetKeys ************************
struct Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeys_Statics
{
struct MovieSceneScriptingEventChannel_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 UMovieSceneScriptingEventKey'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 (Event)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingEvent.h" },
{ "ToolTip", "Gets all of the keys in this channel.\n@return An array of UMovieSceneScriptingEventKey'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_UMovieSceneScriptingEventChannel_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_UMovieSceneScriptingEventChannel_GetKeys_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventChannel_eventGetKeys_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeys_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeys_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeys_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeys_Statics::PropPointers) < 2048);
// ********** End Function GetKeys Property Definitions ********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeys_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingEventChannel, nullptr, "GetKeys", Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeys_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeys_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeys_Statics::MovieSceneScriptingEventChannel_eventGetKeys_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeys_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeys_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeys_Statics::MovieSceneScriptingEventChannel_eventGetKeys_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeys()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeys_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingEventChannel::execGetKeys)
{
P_FINISH;
P_NATIVE_BEGIN;
*(TArray<UMovieSceneScriptingKey*>*)Z_Param__Result=P_THIS->GetKeys();
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingEventChannel Function GetKeys **************************
// ********** Begin Class UMovieSceneScriptingEventChannel Function GetKeysByIndex *****************
struct Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics
{
struct MovieSceneScriptingEventChannel_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 (Event)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingEvent.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_UMovieSceneScriptingEventChannel_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_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::NewProp_Indices = { "Indices", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventChannel_eventGetKeysByIndex_Parms, Indices), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Indices_MetaData), NewProp_Indices_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMovieSceneScriptingEventChannel_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_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventChannel_eventGetKeysByIndex_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::NewProp_Indices_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::NewProp_Indices,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::PropPointers) < 2048);
// ********** End Function GetKeysByIndex Property Definitions *************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingEventChannel, nullptr, "GetKeysByIndex", Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::MovieSceneScriptingEventChannel_eventGetKeysByIndex_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::MovieSceneScriptingEventChannel_eventGetKeysByIndex_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingEventChannel::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 UMovieSceneScriptingEventChannel Function GetKeysByIndex *******************
// ********** Begin Class UMovieSceneScriptingEventChannel Function RemoveKey **********************
struct Z_Construct_UFunction_UMovieSceneScriptingEventChannel_RemoveKey_Statics
{
struct MovieSceneScriptingEventChannel_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 (Event)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingEvent.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_UMovieSceneScriptingEventChannel_RemoveKey_Statics::NewProp_Key = { "Key", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventChannel_eventRemoveKey_Parms, Key), Z_Construct_UClass_UMovieSceneScriptingKey_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingEventChannel_RemoveKey_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_RemoveKey_Statics::NewProp_Key,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_RemoveKey_Statics::PropPointers) < 2048);
// ********** End Function RemoveKey Property Definitions ******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingEventChannel_RemoveKey_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingEventChannel, nullptr, "RemoveKey", Z_Construct_UFunction_UMovieSceneScriptingEventChannel_RemoveKey_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_RemoveKey_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_RemoveKey_Statics::MovieSceneScriptingEventChannel_eventRemoveKey_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020400, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_RemoveKey_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingEventChannel_RemoveKey_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_RemoveKey_Statics::MovieSceneScriptingEventChannel_eventRemoveKey_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingEventChannel_RemoveKey()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingEventChannel_RemoveKey_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingEventChannel::execRemoveKey)
{
P_GET_OBJECT(UMovieSceneScriptingKey,Z_Param_Key);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->RemoveKey(Z_Param_Key);
P_NATIVE_END;
}
// ********** End Class UMovieSceneScriptingEventChannel Function RemoveKey ************************
// ********** Begin Class UMovieSceneScriptingEventChannel Function Transform **********************
struct Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics
{
struct MovieSceneScriptingEventChannel_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 (Event)" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingEvent.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_UMovieSceneScriptingEventChannel_Transform_Statics::NewProp_OffsetFrame = { "OffsetFrame", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventChannel_eventTransform_Parms, OffsetFrame), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::NewProp_Scale = { "Scale", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventChannel_eventTransform_Parms, Scale), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::NewProp_PivotFrame = { "PivotFrame", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventChannel_eventTransform_Parms, PivotFrame), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::NewProp_ScriptingRange = { "ScriptingRange", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventChannel_eventTransform_Parms, ScriptingRange), Z_Construct_UScriptStruct_FSequencerScriptingRange, METADATA_PARAMS(0, nullptr) }; // 3058123133
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UMovieSceneScriptingEventChannel_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_UMovieSceneScriptingEventChannel_Transform_Statics::NewProp_TimeUnit = { "TimeUnit", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneScriptingEventChannel_eventTransform_Parms, TimeUnit), Z_Construct_UEnum_MovieScene_EMovieSceneTimeUnit, METADATA_PARAMS(0, nullptr) }; // 3839043487
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::NewProp_OffsetFrame,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::NewProp_Scale,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::NewProp_PivotFrame,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::NewProp_ScriptingRange,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::NewProp_TimeUnit_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::NewProp_TimeUnit,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::PropPointers) < 2048);
// ********** End Function Transform Property Definitions ******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneScriptingEventChannel, nullptr, "Transform", Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::MovieSceneScriptingEventChannel_eventTransform_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::MovieSceneScriptingEventChannel_eventTransform_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMovieSceneScriptingEventChannel::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 UMovieSceneScriptingEventChannel Function Transform ************************
// ********** Begin Class UMovieSceneScriptingEventChannel *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneScriptingEventChannel;
UClass* UMovieSceneScriptingEventChannel::GetPrivateStaticClass()
{
using TClass = UMovieSceneScriptingEventChannel;
if (!Z_Registration_Info_UClass_UMovieSceneScriptingEventChannel.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MovieSceneScriptingEventChannel"),
Z_Registration_Info_UClass_UMovieSceneScriptingEventChannel.InnerSingleton,
StaticRegisterNativesUMovieSceneScriptingEventChannel,
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_UMovieSceneScriptingEventChannel.InnerSingleton;
}
UClass* Z_Construct_UClass_UMovieSceneScriptingEventChannel_NoRegister()
{
return UMovieSceneScriptingEventChannel::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMovieSceneScriptingEventChannel_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IncludePath", "KeysAndChannels/MovieSceneScriptingEvent.h" },
{ "ModuleRelativePath", "Private/KeysAndChannels/MovieSceneScriptingEvent.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMovieSceneScriptingEventChannel constinit property declarations *********
// ********** End Class UMovieSceneScriptingEventChannel constinit property declarations ***********
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("AddKey"), .Pointer = &UMovieSceneScriptingEventChannel::execAddKey },
{ .NameUTF8 = UTF8TEXT("GetKeys"), .Pointer = &UMovieSceneScriptingEventChannel::execGetKeys },
{ .NameUTF8 = UTF8TEXT("GetKeysByIndex"), .Pointer = &UMovieSceneScriptingEventChannel::execGetKeysByIndex },
{ .NameUTF8 = UTF8TEXT("RemoveKey"), .Pointer = &UMovieSceneScriptingEventChannel::execRemoveKey },
{ .NameUTF8 = UTF8TEXT("Transform"), .Pointer = &UMovieSceneScriptingEventChannel::execTransform },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UMovieSceneScriptingEventChannel_AddKey, "AddKey" }, // 1623431804
{ &Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeys, "GetKeys" }, // 2609298634
{ &Z_Construct_UFunction_UMovieSceneScriptingEventChannel_GetKeysByIndex, "GetKeysByIndex" }, // 2584820468
{ &Z_Construct_UFunction_UMovieSceneScriptingEventChannel_RemoveKey, "RemoveKey" }, // 1400862608
{ &Z_Construct_UFunction_UMovieSceneScriptingEventChannel_Transform, "Transform" }, // 1933335595
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMovieSceneScriptingEventChannel>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMovieSceneScriptingEventChannel_Statics
UObject* (*const Z_Construct_UClass_UMovieSceneScriptingEventChannel_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMovieSceneScriptingChannel,
(UObject* (*)())Z_Construct_UPackage__Script_SequencerScripting,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneScriptingEventChannel_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneScriptingEventChannel_Statics::ClassParams = {
&UMovieSceneScriptingEventChannel::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_UMovieSceneScriptingEventChannel_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneScriptingEventChannel_Statics::Class_MetaDataParams)
};
void UMovieSceneScriptingEventChannel::StaticRegisterNativesUMovieSceneScriptingEventChannel()
{
UClass* Class = UMovieSceneScriptingEventChannel::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UMovieSceneScriptingEventChannel_Statics::Funcs));
}
UClass* Z_Construct_UClass_UMovieSceneScriptingEventChannel()
{
if (!Z_Registration_Info_UClass_UMovieSceneScriptingEventChannel.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneScriptingEventChannel.OuterSingleton, Z_Construct_UClass_UMovieSceneScriptingEventChannel_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMovieSceneScriptingEventChannel.OuterSingleton;
}
UMovieSceneScriptingEventChannel::UMovieSceneScriptingEventChannel(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneScriptingEventChannel);
UMovieSceneScriptingEventChannel::~UMovieSceneScriptingEventChannel() {}
// ********** End Class UMovieSceneScriptingEventChannel *******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h__Script_SequencerScripting_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMovieSceneScriptingEventKey, UMovieSceneScriptingEventKey::StaticClass, TEXT("UMovieSceneScriptingEventKey"), &Z_Registration_Info_UClass_UMovieSceneScriptingEventKey, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneScriptingEventKey), 813013829U) },
{ Z_Construct_UClass_UMovieSceneScriptingEventChannel, UMovieSceneScriptingEventChannel::StaticClass, TEXT("UMovieSceneScriptingEventChannel"), &Z_Registration_Info_UClass_UMovieSceneScriptingEventChannel, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneScriptingEventChannel), 451372996U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h__Script_SequencerScripting_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h__Script_SequencerScripting_2957703497{
TEXT("/Script/SequencerScripting"),
Z_CompiledInDeferFile_FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h__Script_SequencerScripting_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MovieScene_SequencerScripting_Source_SequencerScripting_Private_KeysAndChannels_MovieSceneScriptingEvent_h__Script_SequencerScripting_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS