Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/DatasmithContent/UHT/DatasmithCustomAction.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

122 lines
6.6 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 "DatasmithCustomAction.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDatasmithCustomAction() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithCustomActionBase();
DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithCustomActionBase_NoRegister();
UPackage* Z_Construct_UPackage__Script_DatasmithContent();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDatasmithCustomActionBase ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithCustomActionBase;
UClass* UDatasmithCustomActionBase::GetPrivateStaticClass()
{
using TClass = UDatasmithCustomActionBase;
if (!Z_Registration_Info_UClass_UDatasmithCustomActionBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DatasmithCustomActionBase"),
Z_Registration_Info_UClass_UDatasmithCustomActionBase.InnerSingleton,
StaticRegisterNativesUDatasmithCustomActionBase,
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_UDatasmithCustomActionBase.InnerSingleton;
}
UClass* Z_Construct_UClass_UDatasmithCustomActionBase_NoRegister()
{
return UDatasmithCustomActionBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDatasmithCustomActionBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Base class for actions available to the end-user through the Content browser contextual menu.\n * By extending this class, the custom action is automatically registered to be available for the end user\n */" },
{ "IncludePath", "DatasmithCustomAction.h" },
{ "ModuleRelativePath", "Public/DatasmithCustomAction.h" },
{ "ToolTip", "Base class for actions available to the end-user through the Content browser contextual menu.\nBy extending this class, the custom action is automatically registered to be available for the end user" },
};
#endif // WITH_METADATA
// ********** Begin Class UDatasmithCustomActionBase constinit property declarations ***************
// ********** End Class UDatasmithCustomActionBase constinit property declarations *****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDatasmithCustomActionBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDatasmithCustomActionBase_Statics
UObject* (*const Z_Construct_UClass_UDatasmithCustomActionBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithCustomActionBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithCustomActionBase_Statics::ClassParams = {
&UDatasmithCustomActionBase::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithCustomActionBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithCustomActionBase_Statics::Class_MetaDataParams)
};
void UDatasmithCustomActionBase::StaticRegisterNativesUDatasmithCustomActionBase()
{
}
UClass* Z_Construct_UClass_UDatasmithCustomActionBase()
{
if (!Z_Registration_Info_UClass_UDatasmithCustomActionBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithCustomActionBase.OuterSingleton, Z_Construct_UClass_UDatasmithCustomActionBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDatasmithCustomActionBase.OuterSingleton;
}
UDatasmithCustomActionBase::UDatasmithCustomActionBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithCustomActionBase);
UDatasmithCustomActionBase::~UDatasmithCustomActionBase() {}
// ********** End Class UDatasmithCustomActionBase *************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithCustomAction_h__Script_DatasmithContent_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDatasmithCustomActionBase, UDatasmithCustomActionBase::StaticClass, TEXT("UDatasmithCustomActionBase"), &Z_Registration_Info_UClass_UDatasmithCustomActionBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithCustomActionBase), 1133399215U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithCustomAction_h__Script_DatasmithContent_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithCustomAction_h__Script_DatasmithContent_2476861791{
TEXT("/Script/DatasmithContent"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithCustomAction_h__Script_DatasmithContent_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithCustomAction_h__Script_DatasmithContent_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS