222 lines
17 KiB
C++
222 lines
17 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 "Engine/TextureRenderTargetCube.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeTextureRenderTargetCube() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UEnum* Z_Construct_UEnum_CoreUObject_EPixelFormat();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
|
|
ENGINE_API UClass* Z_Construct_UClass_UTextureRenderTarget();
|
|
ENGINE_API UClass* Z_Construct_UClass_UTextureRenderTargetCube();
|
|
ENGINE_API UClass* Z_Construct_UClass_UTextureRenderTargetCube_NoRegister();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_TextureFilter();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UTextureRenderTargetCube *************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UTextureRenderTargetCube;
|
|
UClass* UTextureRenderTargetCube::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UTextureRenderTargetCube;
|
|
if (!Z_Registration_Info_UClass_UTextureRenderTargetCube.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("TextureRenderTargetCube"),
|
|
Z_Registration_Info_UClass_UTextureRenderTargetCube.InnerSingleton,
|
|
StaticRegisterNativesUTextureRenderTargetCube,
|
|
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_UTextureRenderTargetCube.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UTextureRenderTargetCube_NoRegister()
|
|
{
|
|
return UTextureRenderTargetCube::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UTextureRenderTargetCube_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * TextureRenderTargetCube\n *\n * Cube render target texture resource. This can be used as a target\n * for rendering as well as rendered as a regular cube texture resource.\n *\n */" },
|
|
{ "HideCategories", "Object Texture Compression Adjustments Compositing" },
|
|
{ "IncludePath", "Engine/TextureRenderTargetCube.h" },
|
|
{ "ModuleRelativePath", "Classes/Engine/TextureRenderTargetCube.h" },
|
|
{ "ToolTip", "TextureRenderTargetCube\n\nCube render target texture resource. This can be used as a target\nfor rendering as well as rendered as a regular cube texture resource." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SizeX_MetaData[] = {
|
|
{ "Category", "TextureRenderTargetCube" },
|
|
{ "Comment", "/** The width of the texture.\x09\x09\x09\x09\x09\x09\x09\x09\x09\x09\x09\x09*/" },
|
|
{ "ModuleRelativePath", "Classes/Engine/TextureRenderTargetCube.h" },
|
|
{ "ToolTip", "The width of the texture." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClearColor_MetaData[] = {
|
|
{ "Comment", "/** the color the texture is cleared to */" },
|
|
{ "ModuleRelativePath", "Classes/Engine/TextureRenderTargetCube.h" },
|
|
{ "ToolTip", "the color the texture is cleared to" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OverrideFormat_MetaData[] = {
|
|
{ "Comment", "/** Specifies the format of the texture data.\n\x09* When OverrideFormat is set to the default (PF_Unknown), the format is determined by bHDR.\n\x09* Use OverrideFormat if you need to set the format explicitly from code instead. */" },
|
|
{ "ModuleRelativePath", "Classes/Engine/TextureRenderTargetCube.h" },
|
|
{ "ToolTip", "Specifies the format of the texture data.\nWhen OverrideFormat is set to the default (PF_Unknown), the format is determined by bHDR.\nUse OverrideFormat if you need to set the format explicitly from code instead." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHDR_MetaData[] = {
|
|
{ "Category", "TextureRenderTargetCube" },
|
|
{ "Comment", "/** Determines the format of the render target.\n\x09* When enabled, the format is 16-bit RGBA. When disabled, the format is 8-bit BGRA. */" },
|
|
{ "ModuleRelativePath", "Classes/Engine/TextureRenderTargetCube.h" },
|
|
{ "ToolTip", "Determines the format of the render target.\nWhen enabled, the format is 16-bit RGBA. When disabled, the format is 8-bit BGRA." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsUAV_MetaData[] = {
|
|
{ "Category", "TextureRenderTargetCube" },
|
|
{ "Comment", "/** Whether this render target can be used as an unordered access view */" },
|
|
{ "ModuleRelativePath", "Classes/Engine/TextureRenderTargetCube.h" },
|
|
{ "ToolTip", "Whether this render target can be used as an unordered access view" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bForceLinearGamma_MetaData[] = {
|
|
{ "Comment", "/** True to force linear gamma space for this render target */" },
|
|
{ "ModuleRelativePath", "Classes/Engine/TextureRenderTargetCube.h" },
|
|
{ "ToolTip", "True to force linear gamma space for this render target" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAutoGenerateMips_MetaData[] = {
|
|
{ "Category", "TextureRenderTargetCube" },
|
|
{ "Comment", "/** Whether to support Mip maps for this render target texture */" },
|
|
{ "ModuleRelativePath", "Classes/Engine/TextureRenderTargetCube.h" },
|
|
{ "ToolTip", "Whether to support Mip maps for this render target texture" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MipsSamplerFilter_MetaData[] = {
|
|
{ "Category", "TextureRenderTargetCube" },
|
|
{ "Comment", "/** Sampler filter type for AutoGenerateMips. Defaults to match texture filter. */" },
|
|
{ "editcondition", "bAutoGenerateMips" },
|
|
{ "ModuleRelativePath", "Classes/Engine/TextureRenderTargetCube.h" },
|
|
{ "ToolTip", "Sampler filter type for AutoGenerateMips. Defaults to match texture filter." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UTextureRenderTargetCube constinit property declarations *****************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_SizeX;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ClearColor;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_OverrideFormat;
|
|
static void NewProp_bHDR_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHDR;
|
|
static void NewProp_bSupportsUAV_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsUAV;
|
|
static void NewProp_bForceLinearGamma_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bForceLinearGamma;
|
|
static void NewProp_bAutoGenerateMips_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoGenerateMips;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_MipsSamplerFilter;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UTextureRenderTargetCube constinit property declarations *******************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UTextureRenderTargetCube>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UTextureRenderTargetCube_Statics
|
|
|
|
// ********** Begin Class UTextureRenderTargetCube Property Definitions ****************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_SizeX = { "SizeX", nullptr, (EPropertyFlags)0x0010010000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UTextureRenderTargetCube, SizeX), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SizeX_MetaData), NewProp_SizeX_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_ClearColor = { "ClearColor", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UTextureRenderTargetCube, ClearColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClearColor_MetaData), NewProp_ClearColor_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_OverrideFormat = { "OverrideFormat", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UTextureRenderTargetCube, OverrideFormat), Z_Construct_UEnum_CoreUObject_EPixelFormat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OverrideFormat_MetaData), NewProp_OverrideFormat_MetaData) }; // 1211336029
|
|
void Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bHDR_SetBit(void* Obj)
|
|
{
|
|
((UTextureRenderTargetCube*)Obj)->bHDR = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bHDR = { "bHDR", nullptr, (EPropertyFlags)0x0010010000000015, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UTextureRenderTargetCube), &Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bHDR_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHDR_MetaData), NewProp_bHDR_MetaData) };
|
|
void Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bSupportsUAV_SetBit(void* Obj)
|
|
{
|
|
((UTextureRenderTargetCube*)Obj)->bSupportsUAV = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bSupportsUAV = { "bSupportsUAV", nullptr, (EPropertyFlags)0x0010010000000015, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UTextureRenderTargetCube), &Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bSupportsUAV_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsUAV_MetaData), NewProp_bSupportsUAV_MetaData) };
|
|
void Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bForceLinearGamma_SetBit(void* Obj)
|
|
{
|
|
((UTextureRenderTargetCube*)Obj)->bForceLinearGamma = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bForceLinearGamma = { "bForceLinearGamma", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UTextureRenderTargetCube), &Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bForceLinearGamma_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bForceLinearGamma_MetaData), NewProp_bForceLinearGamma_MetaData) };
|
|
void Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bAutoGenerateMips_SetBit(void* Obj)
|
|
{
|
|
((UTextureRenderTargetCube*)Obj)->bAutoGenerateMips = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bAutoGenerateMips = { "bAutoGenerateMips", nullptr, (EPropertyFlags)0x0010010000000015, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UTextureRenderTargetCube), &Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bAutoGenerateMips_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAutoGenerateMips_MetaData), NewProp_bAutoGenerateMips_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_MipsSamplerFilter = { "MipsSamplerFilter", nullptr, (EPropertyFlags)0x0010010000000015, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UTextureRenderTargetCube, MipsSamplerFilter), Z_Construct_UEnum_Engine_TextureFilter, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MipsSamplerFilter_MetaData), NewProp_MipsSamplerFilter_MetaData) }; // 1128939135
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UTextureRenderTargetCube_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_SizeX,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_ClearColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_OverrideFormat,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bHDR,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bSupportsUAV,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bForceLinearGamma,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_bAutoGenerateMips,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTextureRenderTargetCube_Statics::NewProp_MipsSamplerFilter,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UTextureRenderTargetCube_Statics::PropPointers) < 2048);
|
|
// ********** End Class UTextureRenderTargetCube Property Definitions ******************************
|
|
UObject* (*const Z_Construct_UClass_UTextureRenderTargetCube_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UTextureRenderTarget,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UTextureRenderTargetCube_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UTextureRenderTargetCube_Statics::ClassParams = {
|
|
&UTextureRenderTargetCube::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UTextureRenderTargetCube_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UTextureRenderTargetCube_Statics::PropPointers),
|
|
0,
|
|
0x008800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UTextureRenderTargetCube_Statics::Class_MetaDataParams), Z_Construct_UClass_UTextureRenderTargetCube_Statics::Class_MetaDataParams)
|
|
};
|
|
void UTextureRenderTargetCube::StaticRegisterNativesUTextureRenderTargetCube()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UTextureRenderTargetCube()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UTextureRenderTargetCube.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UTextureRenderTargetCube.OuterSingleton, Z_Construct_UClass_UTextureRenderTargetCube_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UTextureRenderTargetCube.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UTextureRenderTargetCube);
|
|
UTextureRenderTargetCube::~UTextureRenderTargetCube() {}
|
|
// ********** End Class UTextureRenderTargetCube ***************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_TextureRenderTargetCube_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UTextureRenderTargetCube, UTextureRenderTargetCube::StaticClass, TEXT("UTextureRenderTargetCube"), &Z_Registration_Info_UClass_UTextureRenderTargetCube, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UTextureRenderTargetCube), 2746776552U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_TextureRenderTargetCube_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_TextureRenderTargetCube_h__Script_Engine_97665099{
|
|
TEXT("/Script/Engine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_TextureRenderTargetCube_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_TextureRenderTargetCube_h__Script_Engine_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|