124 lines
6.0 KiB
C++
124 lines
6.0 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 "Roles/LiveLinkLightRole.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeLiveLinkLightRole() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
LIVELINKINTERFACE_API UClass* Z_Construct_UClass_ULiveLinkLightRole();
|
|
LIVELINKINTERFACE_API UClass* Z_Construct_UClass_ULiveLinkLightRole_NoRegister();
|
|
LIVELINKINTERFACE_API UClass* Z_Construct_UClass_ULiveLinkTransformRole();
|
|
UPackage* Z_Construct_UPackage__Script_LiveLinkInterface();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class ULiveLinkLightRole *******************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_ULiveLinkLightRole;
|
|
UClass* ULiveLinkLightRole::GetPrivateStaticClass()
|
|
{
|
|
using TClass = ULiveLinkLightRole;
|
|
if (!Z_Registration_Info_UClass_ULiveLinkLightRole.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("LiveLinkLightRole"),
|
|
Z_Registration_Info_UClass_ULiveLinkLightRole.InnerSingleton,
|
|
StaticRegisterNativesULiveLinkLightRole,
|
|
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_ULiveLinkLightRole.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_ULiveLinkLightRole_NoRegister()
|
|
{
|
|
return ULiveLinkLightRole::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_ULiveLinkLightRole_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/**\n * Role associated for Light data.\n */" },
|
|
{ "DisplayName", "Light Role" },
|
|
{ "IncludePath", "Roles/LiveLinkLightRole.h" },
|
|
{ "ModuleRelativePath", "Public/Roles/LiveLinkLightRole.h" },
|
|
{ "ToolTip", "Role associated for Light data." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class ULiveLinkLightRole constinit property declarations ***********************
|
|
// ********** End Class ULiveLinkLightRole constinit property declarations *************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<ULiveLinkLightRole>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_ULiveLinkLightRole_Statics
|
|
UObject* (*const Z_Construct_UClass_ULiveLinkLightRole_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_ULiveLinkTransformRole,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_LiveLinkInterface,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULiveLinkLightRole_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULiveLinkLightRole_Statics::ClassParams = {
|
|
&ULiveLinkLightRole::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULiveLinkLightRole_Statics::Class_MetaDataParams), Z_Construct_UClass_ULiveLinkLightRole_Statics::Class_MetaDataParams)
|
|
};
|
|
void ULiveLinkLightRole::StaticRegisterNativesULiveLinkLightRole()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_ULiveLinkLightRole()
|
|
{
|
|
if (!Z_Registration_Info_UClass_ULiveLinkLightRole.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULiveLinkLightRole.OuterSingleton, Z_Construct_UClass_ULiveLinkLightRole_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_ULiveLinkLightRole.OuterSingleton;
|
|
}
|
|
ULiveLinkLightRole::ULiveLinkLightRole(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULiveLinkLightRole);
|
|
ULiveLinkLightRole::~ULiveLinkLightRole() {}
|
|
// ********** End Class ULiveLinkLightRole *********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_LiveLinkInterface_Public_Roles_LiveLinkLightRole_h__Script_LiveLinkInterface_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_ULiveLinkLightRole, ULiveLinkLightRole::StaticClass, TEXT("ULiveLinkLightRole"), &Z_Registration_Info_UClass_ULiveLinkLightRole, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULiveLinkLightRole), 1243828736U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_LiveLinkInterface_Public_Roles_LiveLinkLightRole_h__Script_LiveLinkInterface_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_LiveLinkInterface_Public_Roles_LiveLinkLightRole_h__Script_LiveLinkInterface_3123947983{
|
|
TEXT("/Script/LiveLinkInterface"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_LiveLinkInterface_Public_Roles_LiveLinkLightRole_h__Script_LiveLinkInterface_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_LiveLinkInterface_Public_Roles_LiveLinkLightRole_h__Script_LiveLinkInterface_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|