![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CubemapUnwrapUtils.h"#include "CanvasItem.h"#include "CanvasTypes.h"#include "GameTime.h"#include "PipelineStateCache.h"#include "ShaderParameterUtils.h"#include "RHIContext.h"#include "SimpleElementShaders.h"#include "RenderingThread.h"#include "TextureResource.h"#include "Engine/TextureRenderTarget2D.h"#include "Engine/TextureCube.h"#include "Engine/TextureRenderTargetCube.h"#include "RHIStaticStates.h"#include "DataDrivenShaderPlatformInfo.h"Namespaces | |
| namespace | CubemapHelpers |
Functions | |
| IMPLEMENT_SHADER_TYPE (, FCubemapTexturePropertiesVS, TEXT("/Engine/Private/SimpleElementVertexShader.usf"), TEXT("Main"), SF_Vertex) | |
| IMPLEMENT_SHADER_TYPE (, FCubemapTexturePropertiesPS, TEXT("/Engine/Private/SimpleElementPixelShader.usf"), TEXT("CubemapTextureProperties"), SF_Pixel) | |
| IMPLEMENT_SHADER_TYPE (, FIESLightProfilePS, TEXT("/Engine/Private/SimpleElementPixelShader.usf"), TEXT("IESLightProfileMain"), SF_Pixel) | |
| bool | CubemapHelpers::GenerateLongLatUnwrap (const FTextureResource *TextureResource, const uint32 AxisDimenion, const EPixelFormat SourcePixelFormat, TArray64< uint8 > &BitsOUT, FIntPoint &SizeOUT, EPixelFormat &FormatOUT) |
| bool | CubemapHelpers::GenerateLongLatUnwrap (const UTextureCube *CubeTexture, TArray64< uint8 > &BitsOUT, FIntPoint &SizeOUT, EPixelFormat &FormatOUT) |
| bool | CubemapHelpers::GenerateLongLatUnwrap (const UTextureRenderTargetCube *CubeTarget, TArray64< uint8 > &BitsOUT, FIntPoint &SizeOUT, EPixelFormat &FormatOUT) |
| IMPLEMENT_SHADER_TYPE | ( | FCubemapTexturePropertiesPS | , |
| TEXT("/Engine/Private/SimpleElementPixelShader.usf") | , | ||
| TEXT("CubemapTextureProperties") | , | ||
| SF_Pixel | |||
| ) |
| IMPLEMENT_SHADER_TYPE | ( | FCubemapTexturePropertiesVS | , |
| TEXT("/Engine/Private/SimpleElementVertexShader.usf") | , | ||
| TEXT("Main") | , | ||
| SF_Vertex | |||
| ) |
| IMPLEMENT_SHADER_TYPE | ( | FIESLightProfilePS | , |
| TEXT("/Engine/Private/SimpleElementPixelShader.usf") | , | ||
| TEXT("IESLightProfileMain") | , | ||
| SF_Pixel | |||
| ) |