Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/DatasmithContent/UHT/DatasmithSkyLightComponentTemplate.gen.cpp

146 lines
10 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 "ObjectTemplates/DatasmithSkyLightComponentTemplate.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDatasmithSkyLightComponentTemplate() {}
// ********** Begin Cross Module References ********************************************************
DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithObjectTemplate();
DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithSkyLightComponentTemplate();
DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UTextureCube_NoRegister();
ENGINE_API UEnum* Z_Construct_UEnum_Engine_ESkyLightSourceType();
UPackage* Z_Construct_UPackage__Script_DatasmithContent();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDatasmithSkyLightComponentTemplate **************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithSkyLightComponentTemplate;
UClass* UDatasmithSkyLightComponentTemplate::GetPrivateStaticClass()
{
using TClass = UDatasmithSkyLightComponentTemplate;
if (!Z_Registration_Info_UClass_UDatasmithSkyLightComponentTemplate.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DatasmithSkyLightComponentTemplate"),
Z_Registration_Info_UClass_UDatasmithSkyLightComponentTemplate.InnerSingleton,
StaticRegisterNativesUDatasmithSkyLightComponentTemplate,
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_UDatasmithSkyLightComponentTemplate.InnerSingleton;
}
UClass* Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_NoRegister()
{
return UDatasmithSkyLightComponentTemplate::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "ObjectTemplates/DatasmithSkyLightComponentTemplate.h" },
{ "ModuleRelativePath", "Public/ObjectTemplates/DatasmithSkyLightComponentTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceType_MetaData[] = {
{ "ModuleRelativePath", "Public/ObjectTemplates/DatasmithSkyLightComponentTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CubemapResolution_MetaData[] = {
{ "ModuleRelativePath", "Public/ObjectTemplates/DatasmithSkyLightComponentTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Cubemap_MetaData[] = {
{ "ModuleRelativePath", "Public/ObjectTemplates/DatasmithSkyLightComponentTemplate.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UDatasmithSkyLightComponentTemplate constinit property declarations ******
static const UECodeGen_Private::FBytePropertyParams NewProp_SourceType;
static const UECodeGen_Private::FIntPropertyParams NewProp_CubemapResolution;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Cubemap;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDatasmithSkyLightComponentTemplate constinit property declarations ********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDatasmithSkyLightComponentTemplate>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics
// ********** Begin Class UDatasmithSkyLightComponentTemplate Property Definitions *****************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::NewProp_SourceType = { "SourceType", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithSkyLightComponentTemplate, SourceType), Z_Construct_UEnum_Engine_ESkyLightSourceType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceType_MetaData), NewProp_SourceType_MetaData) }; // 1749249706
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::NewProp_CubemapResolution = { "CubemapResolution", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithSkyLightComponentTemplate, CubemapResolution), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CubemapResolution_MetaData), NewProp_CubemapResolution_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::NewProp_Cubemap = { "Cubemap", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithSkyLightComponentTemplate, Cubemap), Z_Construct_UClass_UTextureCube_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Cubemap_MetaData), NewProp_Cubemap_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::NewProp_SourceType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::NewProp_CubemapResolution,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::NewProp_Cubemap,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::PropPointers) < 2048);
// ********** End Class UDatasmithSkyLightComponentTemplate Property Definitions *******************
UObject* (*const Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDatasmithObjectTemplate,
(UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::ClassParams = {
&UDatasmithSkyLightComponentTemplate::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::Class_MetaDataParams)
};
void UDatasmithSkyLightComponentTemplate::StaticRegisterNativesUDatasmithSkyLightComponentTemplate()
{
}
UClass* Z_Construct_UClass_UDatasmithSkyLightComponentTemplate()
{
if (!Z_Registration_Info_UClass_UDatasmithSkyLightComponentTemplate.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithSkyLightComponentTemplate.OuterSingleton, Z_Construct_UClass_UDatasmithSkyLightComponentTemplate_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDatasmithSkyLightComponentTemplate.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithSkyLightComponentTemplate);
UDatasmithSkyLightComponentTemplate::~UDatasmithSkyLightComponentTemplate() {}
// ********** End Class UDatasmithSkyLightComponentTemplate ****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithSkyLightComponentTemplate_h__Script_DatasmithContent_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDatasmithSkyLightComponentTemplate, UDatasmithSkyLightComponentTemplate::StaticClass, TEXT("UDatasmithSkyLightComponentTemplate"), &Z_Registration_Info_UClass_UDatasmithSkyLightComponentTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithSkyLightComponentTemplate), 608413947U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithSkyLightComponentTemplate_h__Script_DatasmithContent_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithSkyLightComponentTemplate_h__Script_DatasmithContent_95697327{
TEXT("/Script/DatasmithContent"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithSkyLightComponentTemplate_h__Script_DatasmithContent_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithSkyLightComponentTemplate_h__Script_DatasmithContent_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS