150 lines
9.7 KiB
C++
150 lines
9.7 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 "ObjectTemplates/DatasmithActorTemplate.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeDatasmithActorTemplate() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithActorTemplate();
|
||
|
|
DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithActorTemplate_NoRegister();
|
||
|
|
DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithObjectTemplate();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_DatasmithContent();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UDatasmithActorTemplate **************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithActorTemplate;
|
||
|
|
UClass* UDatasmithActorTemplate::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UDatasmithActorTemplate;
|
||
|
|
if (!Z_Registration_Info_UClass_UDatasmithActorTemplate.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("DatasmithActorTemplate"),
|
||
|
|
Z_Registration_Info_UClass_UDatasmithActorTemplate.InnerSingleton,
|
||
|
|
StaticRegisterNativesUDatasmithActorTemplate,
|
||
|
|
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_UDatasmithActorTemplate.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UDatasmithActorTemplate_NoRegister()
|
||
|
|
{
|
||
|
|
return UDatasmithActorTemplate::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UDatasmithActorTemplate_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "// hold template informations common to all AActors.\n" },
|
||
|
|
{ "IncludePath", "ObjectTemplates/DatasmithActorTemplate.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/ObjectTemplates/DatasmithActorTemplate.h" },
|
||
|
|
{ "ToolTip", "hold template informations common to all AActors." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Layers_MetaData[] = {
|
||
|
|
{ "Comment", "/** Layers this actor belongs to. (see AActor::Layers) */" },
|
||
|
|
{ "ModuleRelativePath", "Public/ObjectTemplates/DatasmithActorTemplate.h" },
|
||
|
|
{ "ToolTip", "Layers this actor belongs to. (see AActor::Layers)" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Tags_MetaData[] = {
|
||
|
|
{ "Comment", "/** Tags on this actor. (see AActor::Tags) */" },
|
||
|
|
{ "ModuleRelativePath", "Public/ObjectTemplates/DatasmithActorTemplate.h" },
|
||
|
|
{ "ToolTip", "Tags on this actor. (see AActor::Tags)" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UDatasmithActorTemplate constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Layers_ElementProp;
|
||
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_Layers;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Tags_ElementProp;
|
||
|
|
static const UECodeGen_Private::FSetPropertyParams NewProp_Tags;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UDatasmithActorTemplate constinit property declarations ********************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UDatasmithActorTemplate>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UDatasmithActorTemplate_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UDatasmithActorTemplate Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UDatasmithActorTemplate_Statics::NewProp_Layers_ElementProp = { "Layers", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UClass_UDatasmithActorTemplate_Statics::NewProp_Layers = { "Layers", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithActorTemplate, Layers), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Layers_MetaData), NewProp_Layers_MetaData) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UDatasmithActorTemplate_Statics::NewProp_Tags_ElementProp = { "Tags", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FSetPropertyParams Z_Construct_UClass_UDatasmithActorTemplate_Statics::NewProp_Tags = { "Tags", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithActorTemplate, Tags), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Tags_MetaData), NewProp_Tags_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDatasmithActorTemplate_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithActorTemplate_Statics::NewProp_Layers_ElementProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithActorTemplate_Statics::NewProp_Layers,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithActorTemplate_Statics::NewProp_Tags_ElementProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithActorTemplate_Statics::NewProp_Tags,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithActorTemplate_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UDatasmithActorTemplate Property Definitions *******************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UDatasmithActorTemplate_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UDatasmithObjectTemplate,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithActorTemplate_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithActorTemplate_Statics::ClassParams = {
|
||
|
|
&UDatasmithActorTemplate::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UDatasmithActorTemplate_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithActorTemplate_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithActorTemplate_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithActorTemplate_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UDatasmithActorTemplate::StaticRegisterNativesUDatasmithActorTemplate()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UDatasmithActorTemplate()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UDatasmithActorTemplate.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithActorTemplate.OuterSingleton, Z_Construct_UClass_UDatasmithActorTemplate_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UDatasmithActorTemplate.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithActorTemplate);
|
||
|
|
UDatasmithActorTemplate::~UDatasmithActorTemplate() {}
|
||
|
|
// ********** End Class UDatasmithActorTemplate ****************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithActorTemplate_h__Script_DatasmithContent_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UDatasmithActorTemplate, UDatasmithActorTemplate::StaticClass, TEXT("UDatasmithActorTemplate"), &Z_Registration_Info_UClass_UDatasmithActorTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithActorTemplate), 1865755289U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithActorTemplate_h__Script_DatasmithContent_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithActorTemplate_h__Script_DatasmithContent_2725766729{
|
||
|
|
TEXT("/Script/DatasmithContent"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithActorTemplate_h__Script_DatasmithContent_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithActorTemplate_h__Script_DatasmithContent_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|