290 lines
20 KiB
C++
290 lines
20 KiB
C++
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
/*===========================================================================
|
||
|
|
Generated code exported from UnrealHeaderTool.
|
||
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||
|
|
===========================================================================*/
|
||
|
|
|
||
|
|
#include "UObject/GeneratedCppIncludes.h"
|
||
|
|
#include "MovieSceneBindingEventReceiverInterface.h"
|
||
|
|
#include "MovieSceneObjectBindingID.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeMovieSceneBindingEventReceiverInterface() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
|
||
|
|
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface();
|
||
|
|
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface_NoRegister();
|
||
|
|
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSequencePlayer_NoRegister();
|
||
|
|
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneObjectBindingID();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_MovieScene();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Interface UMovieSceneBindingEventReceiverInterface Function OnObjectBoundBySequencer
|
||
|
|
struct MovieSceneBindingEventReceiverInterface_eventOnObjectBoundBySequencer_Parms
|
||
|
|
{
|
||
|
|
UMovieSceneSequencePlayer* Player;
|
||
|
|
FMovieSceneObjectBindingID BindingID;
|
||
|
|
};
|
||
|
|
void IMovieSceneBindingEventReceiverInterface::OnObjectBoundBySequencer(UMovieSceneSequencePlayer* Player, FMovieSceneObjectBindingID BindingID)
|
||
|
|
{
|
||
|
|
check(0 && "Do not directly call Event functions in Interfaces. Call Execute_OnObjectBoundBySequencer instead.");
|
||
|
|
}
|
||
|
|
static FName NAME_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer = FName(TEXT("OnObjectBoundBySequencer"));
|
||
|
|
void IMovieSceneBindingEventReceiverInterface::Execute_OnObjectBoundBySequencer(UObject* O, UMovieSceneSequencePlayer* Player, FMovieSceneObjectBindingID BindingID)
|
||
|
|
{
|
||
|
|
check(O != NULL);
|
||
|
|
check(O->GetClass()->ImplementsInterface(UMovieSceneBindingEventReceiverInterface::StaticClass()));
|
||
|
|
MovieSceneBindingEventReceiverInterface_eventOnObjectBoundBySequencer_Parms Parms;
|
||
|
|
UFunction* const Func = O->FindFunction(NAME_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer);
|
||
|
|
if (Func)
|
||
|
|
{
|
||
|
|
Parms.Player=std::move(Player);
|
||
|
|
Parms.BindingID=std::move(BindingID);
|
||
|
|
O->ProcessEvent(Func, &Parms);
|
||
|
|
}
|
||
|
|
else if (auto I = (IMovieSceneBindingEventReceiverInterface*)(O->GetNativeInterfaceAddress(UMovieSceneBindingEventReceiverInterface::StaticClass())))
|
||
|
|
{
|
||
|
|
I->OnObjectBoundBySequencer_Implementation(Player,BindingID);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
struct Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "CallInEditor", "true" },
|
||
|
|
{ "ModuleRelativePath", "Public/MovieSceneBindingEventReceiverInterface.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function OnObjectBoundBySequencer constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Player;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BindingID;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function OnObjectBoundBySequencer constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function OnObjectBoundBySequencer Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer_Statics::NewProp_Player = { "Player", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneBindingEventReceiverInterface_eventOnObjectBoundBySequencer_Parms, Player), Z_Construct_UClass_UMovieSceneSequencePlayer_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer_Statics::NewProp_BindingID = { "BindingID", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneBindingEventReceiverInterface_eventOnObjectBoundBySequencer_Parms, BindingID), Z_Construct_UScriptStruct_FMovieSceneObjectBindingID, METADATA_PARAMS(0, nullptr) }; // 3245927956
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer_Statics::NewProp_Player,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer_Statics::NewProp_BindingID,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function OnObjectBoundBySequencer Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface, nullptr, "OnObjectBoundBySequencer", Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer_Statics::PropPointers),
|
||
|
|
sizeof(MovieSceneBindingEventReceiverInterface_eventOnObjectBoundBySequencer_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08020C00, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(MovieSceneBindingEventReceiverInterface_eventOnObjectBoundBySequencer_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(IMovieSceneBindingEventReceiverInterface::execOnObjectBoundBySequencer)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UMovieSceneSequencePlayer,Z_Param_Player);
|
||
|
|
P_GET_STRUCT(FMovieSceneObjectBindingID,Z_Param_BindingID);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->OnObjectBoundBySequencer_Implementation(Z_Param_Player,Z_Param_BindingID);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Interface UMovieSceneBindingEventReceiverInterface Function OnObjectBoundBySequencer
|
||
|
|
|
||
|
|
// ********** Begin Interface UMovieSceneBindingEventReceiverInterface Function OnObjectUnboundBySequencer
|
||
|
|
struct MovieSceneBindingEventReceiverInterface_eventOnObjectUnboundBySequencer_Parms
|
||
|
|
{
|
||
|
|
UMovieSceneSequencePlayer* Player;
|
||
|
|
FMovieSceneObjectBindingID BindingID;
|
||
|
|
};
|
||
|
|
void IMovieSceneBindingEventReceiverInterface::OnObjectUnboundBySequencer(UMovieSceneSequencePlayer* Player, FMovieSceneObjectBindingID BindingID)
|
||
|
|
{
|
||
|
|
check(0 && "Do not directly call Event functions in Interfaces. Call Execute_OnObjectUnboundBySequencer instead.");
|
||
|
|
}
|
||
|
|
static FName NAME_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer = FName(TEXT("OnObjectUnboundBySequencer"));
|
||
|
|
void IMovieSceneBindingEventReceiverInterface::Execute_OnObjectUnboundBySequencer(UObject* O, UMovieSceneSequencePlayer* Player, FMovieSceneObjectBindingID BindingID)
|
||
|
|
{
|
||
|
|
check(O != NULL);
|
||
|
|
check(O->GetClass()->ImplementsInterface(UMovieSceneBindingEventReceiverInterface::StaticClass()));
|
||
|
|
MovieSceneBindingEventReceiverInterface_eventOnObjectUnboundBySequencer_Parms Parms;
|
||
|
|
UFunction* const Func = O->FindFunction(NAME_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer);
|
||
|
|
if (Func)
|
||
|
|
{
|
||
|
|
Parms.Player=std::move(Player);
|
||
|
|
Parms.BindingID=std::move(BindingID);
|
||
|
|
O->ProcessEvent(Func, &Parms);
|
||
|
|
}
|
||
|
|
else if (auto I = (IMovieSceneBindingEventReceiverInterface*)(O->GetNativeInterfaceAddress(UMovieSceneBindingEventReceiverInterface::StaticClass())))
|
||
|
|
{
|
||
|
|
I->OnObjectUnboundBySequencer_Implementation(Player,BindingID);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
struct Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "CallInEditor", "true" },
|
||
|
|
{ "ModuleRelativePath", "Public/MovieSceneBindingEventReceiverInterface.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function OnObjectUnboundBySequencer constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Player;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BindingID;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function OnObjectUnboundBySequencer constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function OnObjectUnboundBySequencer Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer_Statics::NewProp_Player = { "Player", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneBindingEventReceiverInterface_eventOnObjectUnboundBySequencer_Parms, Player), Z_Construct_UClass_UMovieSceneSequencePlayer_NoRegister, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer_Statics::NewProp_BindingID = { "BindingID", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MovieSceneBindingEventReceiverInterface_eventOnObjectUnboundBySequencer_Parms, BindingID), Z_Construct_UScriptStruct_FMovieSceneObjectBindingID, METADATA_PARAMS(0, nullptr) }; // 3245927956
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer_Statics::NewProp_Player,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer_Statics::NewProp_BindingID,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function OnObjectUnboundBySequencer Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface, nullptr, "OnObjectUnboundBySequencer", Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer_Statics::PropPointers),
|
||
|
|
sizeof(MovieSceneBindingEventReceiverInterface_eventOnObjectUnboundBySequencer_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08020C00, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(MovieSceneBindingEventReceiverInterface_eventOnObjectUnboundBySequencer_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(IMovieSceneBindingEventReceiverInterface::execOnObjectUnboundBySequencer)
|
||
|
|
{
|
||
|
|
P_GET_OBJECT(UMovieSceneSequencePlayer,Z_Param_Player);
|
||
|
|
P_GET_STRUCT(FMovieSceneObjectBindingID,Z_Param_BindingID);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->OnObjectUnboundBySequencer_Implementation(Z_Param_Player,Z_Param_BindingID);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Interface UMovieSceneBindingEventReceiverInterface Function OnObjectUnboundBySequencer
|
||
|
|
|
||
|
|
// ********** Begin Interface UMovieSceneBindingEventReceiverInterface *****************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneBindingEventReceiverInterface;
|
||
|
|
UClass* UMovieSceneBindingEventReceiverInterface::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UMovieSceneBindingEventReceiverInterface;
|
||
|
|
if (!Z_Registration_Info_UClass_UMovieSceneBindingEventReceiverInterface.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("MovieSceneBindingEventReceiverInterface"),
|
||
|
|
Z_Registration_Info_UClass_UMovieSceneBindingEventReceiverInterface.InnerSingleton,
|
||
|
|
StaticRegisterNativesUMovieSceneBindingEventReceiverInterface,
|
||
|
|
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_UMovieSceneBindingEventReceiverInterface.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface_NoRegister()
|
||
|
|
{
|
||
|
|
return UMovieSceneBindingEventReceiverInterface::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/MovieSceneBindingEventReceiverInterface.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Interface UMovieSceneBindingEventReceiverInterface constinit property declarations
|
||
|
|
// ********** End Interface UMovieSceneBindingEventReceiverInterface constinit property declarations
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("OnObjectBoundBySequencer"), .Pointer = &IMovieSceneBindingEventReceiverInterface::execOnObjectBoundBySequencer },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("OnObjectUnboundBySequencer"), .Pointer = &IMovieSceneBindingEventReceiverInterface::execOnObjectUnboundBySequencer },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectBoundBySequencer, "OnObjectBoundBySequencer" }, // 2614182820
|
||
|
|
{ &Z_Construct_UFunction_UMovieSceneBindingEventReceiverInterface_OnObjectUnboundBySequencer, "OnObjectUnboundBySequencer" }, // 1930983449
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<IMovieSceneBindingEventReceiverInterface>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UInterface,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_MovieScene,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface_Statics::ClassParams = {
|
||
|
|
&UMovieSceneBindingEventReceiverInterface::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
FuncInfo,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
UE_ARRAY_COUNT(FuncInfo),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x000840A1u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UMovieSceneBindingEventReceiverInterface::StaticRegisterNativesUMovieSceneBindingEventReceiverInterface()
|
||
|
|
{
|
||
|
|
UClass* Class = UMovieSceneBindingEventReceiverInterface::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UMovieSceneBindingEventReceiverInterface.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneBindingEventReceiverInterface.OuterSingleton, Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UMovieSceneBindingEventReceiverInterface.OuterSingleton;
|
||
|
|
}
|
||
|
|
UMovieSceneBindingEventReceiverInterface::UMovieSceneBindingEventReceiverInterface(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneBindingEventReceiverInterface);
|
||
|
|
// ********** End Interface UMovieSceneBindingEventReceiverInterface *******************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_MovieSceneBindingEventReceiverInterface_h__Script_MovieScene_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UMovieSceneBindingEventReceiverInterface, UMovieSceneBindingEventReceiverInterface::StaticClass, TEXT("UMovieSceneBindingEventReceiverInterface"), &Z_Registration_Info_UClass_UMovieSceneBindingEventReceiverInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneBindingEventReceiverInterface), 305382694U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_MovieSceneBindingEventReceiverInterface_h__Script_MovieScene_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_MovieSceneBindingEventReceiverInterface_h__Script_MovieScene_2961962501{
|
||
|
|
TEXT("/Script/MovieScene"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_MovieSceneBindingEventReceiverInterface_h__Script_MovieScene_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_MovieSceneBindingEventReceiverInterface_h__Script_MovieScene_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|