155 lines
9.2 KiB
C++
155 lines
9.2 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 "ThumbnailRendering/SceneThumbnailInfo.h"
|
|
#include "Serialization/ArchiveUObjectFromStructuredArchive.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeSceneThumbnailInfo() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UClass* Z_Construct_UClass_UThumbnailInfo();
|
|
UNREALED_API UClass* Z_Construct_UClass_USceneThumbnailInfo();
|
|
UNREALED_API UClass* Z_Construct_UClass_USceneThumbnailInfo_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_UnrealEd();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class USceneThumbnailInfo ******************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_USceneThumbnailInfo;
|
|
UClass* USceneThumbnailInfo::GetPrivateStaticClass()
|
|
{
|
|
using TClass = USceneThumbnailInfo;
|
|
if (!Z_Registration_Info_UClass_USceneThumbnailInfo.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("SceneThumbnailInfo"),
|
|
Z_Registration_Info_UClass_USceneThumbnailInfo.InnerSingleton,
|
|
StaticRegisterNativesUSceneThumbnailInfo,
|
|
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_USceneThumbnailInfo.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_USceneThumbnailInfo_NoRegister()
|
|
{
|
|
return USceneThumbnailInfo::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_USceneThumbnailInfo_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "ThumbnailRendering/SceneThumbnailInfo.h" },
|
|
{ "ModuleRelativePath", "Classes/ThumbnailRendering/SceneThumbnailInfo.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OrbitPitch_MetaData[] = {
|
|
{ "Category", "Thumbnail" },
|
|
{ "Comment", "/** The pitch of the orbit camera around the asset */" },
|
|
{ "ModuleRelativePath", "Classes/ThumbnailRendering/SceneThumbnailInfo.h" },
|
|
{ "ToolTip", "The pitch of the orbit camera around the asset" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OrbitYaw_MetaData[] = {
|
|
{ "Category", "Thumbnail" },
|
|
{ "Comment", "/** The yaw of the orbit camera around the asset */" },
|
|
{ "ModuleRelativePath", "Classes/ThumbnailRendering/SceneThumbnailInfo.h" },
|
|
{ "ToolTip", "The yaw of the orbit camera around the asset" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OrbitZoom_MetaData[] = {
|
|
{ "Category", "Thumbnail" },
|
|
{ "Comment", "/** The offset from the bounds sphere distance from the asset */" },
|
|
{ "ModuleRelativePath", "Classes/ThumbnailRendering/SceneThumbnailInfo.h" },
|
|
{ "ToolTip", "The offset from the bounds sphere distance from the asset" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class USceneThumbnailInfo constinit property declarations **********************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_OrbitPitch;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_OrbitYaw;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_OrbitZoom;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class USceneThumbnailInfo constinit property declarations ************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<USceneThumbnailInfo>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_USceneThumbnailInfo_Statics
|
|
|
|
// ********** Begin Class USceneThumbnailInfo Property Definitions *********************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_USceneThumbnailInfo_Statics::NewProp_OrbitPitch = { "OrbitPitch", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USceneThumbnailInfo, OrbitPitch), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OrbitPitch_MetaData), NewProp_OrbitPitch_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_USceneThumbnailInfo_Statics::NewProp_OrbitYaw = { "OrbitYaw", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USceneThumbnailInfo, OrbitYaw), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OrbitYaw_MetaData), NewProp_OrbitYaw_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_USceneThumbnailInfo_Statics::NewProp_OrbitZoom = { "OrbitZoom", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USceneThumbnailInfo, OrbitZoom), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OrbitZoom_MetaData), NewProp_OrbitZoom_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USceneThumbnailInfo_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USceneThumbnailInfo_Statics::NewProp_OrbitPitch,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USceneThumbnailInfo_Statics::NewProp_OrbitYaw,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USceneThumbnailInfo_Statics::NewProp_OrbitZoom,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USceneThumbnailInfo_Statics::PropPointers) < 2048);
|
|
// ********** End Class USceneThumbnailInfo Property Definitions ***********************************
|
|
UObject* (*const Z_Construct_UClass_USceneThumbnailInfo_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UThumbnailInfo,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UnrealEd,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USceneThumbnailInfo_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_USceneThumbnailInfo_Statics::ClassParams = {
|
|
&USceneThumbnailInfo::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_USceneThumbnailInfo_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_USceneThumbnailInfo_Statics::PropPointers),
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USceneThumbnailInfo_Statics::Class_MetaDataParams), Z_Construct_UClass_USceneThumbnailInfo_Statics::Class_MetaDataParams)
|
|
};
|
|
void USceneThumbnailInfo::StaticRegisterNativesUSceneThumbnailInfo()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_USceneThumbnailInfo()
|
|
{
|
|
if (!Z_Registration_Info_UClass_USceneThumbnailInfo.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USceneThumbnailInfo.OuterSingleton, Z_Construct_UClass_USceneThumbnailInfo_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_USceneThumbnailInfo.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USceneThumbnailInfo);
|
|
USceneThumbnailInfo::~USceneThumbnailInfo() {}
|
|
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(USceneThumbnailInfo)
|
|
// ********** End Class USceneThumbnailInfo ********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_SceneThumbnailInfo_h__Script_UnrealEd_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_USceneThumbnailInfo, USceneThumbnailInfo::StaticClass, TEXT("USceneThumbnailInfo"), &Z_Registration_Info_UClass_USceneThumbnailInfo, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USceneThumbnailInfo), 522262129U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_SceneThumbnailInfo_h__Script_UnrealEd_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_SceneThumbnailInfo_h__Script_UnrealEd_3293234408{
|
|
TEXT("/Script/UnrealEd"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_SceneThumbnailInfo_h__Script_UnrealEd_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_ThumbnailRendering_SceneThumbnailInfo_h__Script_UnrealEd_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|