Navigation
API > API/Runtime > API/Runtime/Engine
Simple pixel shader reads from a cube map texture and unwraps it in the LongitudeLatitude form.
| Name | FCubemapTexturePropertiesPS |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/CubemapUnwrapUtils.h |
| Include Path | #include "CubemapUnwrapUtils.h" |
Syntax
class FCubemapTexturePropertiesPS : public FGlobalShader
Inheritance Hierarchy
- FShader → FGlobalShader → FCubemapTexturePropertiesPS
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CubemapUnwrapUtils.h | |||
FCubemapTexturePropertiesPS
(
const ShaderMetaType::CompiledShaderInitializerType& Initializer |
CubemapUnwrapUtils.h |
Classes
| Name | Remarks |
|---|---|
| FCubeArray | |
| FHDROutput |
Structs
| Name | Remarks |
|---|---|
| InternalLinkType |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DerivedType | FCubemapTexturePropertiesPS | CubemapUnwrapUtils.h | |
| FPermutationDomain | TShaderPermutationDomain< FHDROutput, FCubeArray > | CubemapUnwrapUtils.h | |
| InternalBaseType | typename TGetBaseTypeHelper< FCubemapTexturePropertiesPS >::Type | CubemapUnwrapUtils.h | |
| ShaderMapType | FGlobalShaderMap | CubemapUnwrapUtils.h | |
| ShaderMetaType | FGlobalShaderType | CubemapUnwrapUtils.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CounterBase | int | CubemapUnwrapUtils.h | |
| InterfaceType | ETypeLayoutInterface::Type | CubemapUnwrapUtils.h | |
| ShaderTypeRegistration | FShaderTypeRegistration | CubemapUnwrapUtils.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FShaderParameterColorWeights | CubemapUnwrapUtils.h | |||
| FShaderParameterGamma | CubemapUnwrapUtils.h | |||
| FShaderParameterNumSlices | CubemapUnwrapUtils.h | |||
| FShaderParameterPackedProperties0 | CubemapUnwrapUtils.h | |||
| FShaderParameterSliceIndex | CubemapUnwrapUtils.h | |||
| FShaderParameterViewMatrix | CubemapUnwrapUtils.h | |||
| FShaderResourceParameterCubeTexture | CubemapUnwrapUtils.h | |||
| FShaderResourceParameterCubeTextureSampler | CubemapUnwrapUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FTypeLayoutDesc & GetTypeLayout() |
CubemapUnwrapUtils.h | ||
void SetParameters
(
FRHIBatchedShaderParameters& BatchedParameters, |
CubemapUnwrapUtils.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FShader * ConstructCompiledInstance
(
const typename FShader::CompiledShaderInitializerType& Initializer |
CubemapUnwrapUtils.h | ||
static FShader * ConstructSerializedInstance() |
CubemapUnwrapUtils.h | ||
static void GetPermutationIdStringImpl
(
int32 PermutationId, |
CubemapUnwrapUtils.h | ||
static ShaderMetaType & GetStaticType() |
CubemapUnwrapUtils.h | ||
static void InternalDestroy
(
void* Object, |
CubemapUnwrapUtils.h | ||
static void InternalInitializeBases
(
FTypeLayoutDesc& TypeDesc |
CubemapUnwrapUtils.h | ||
static void ModifyCompilationEnvironmentImpl
(
const FShaderPermutationParameters& Parameters, |
CubemapUnwrapUtils.h | ||
static bool ShouldCompilePermutation
(
const FGlobalShaderPermutationParameters& Parameters |
CubemapUnwrapUtils.h | ||
static bool ShouldCompilePermutationImpl
(
const FShaderPermutationParameters& Parameters |
CubemapUnwrapUtils.h | ||
static EShaderPermutationPrecacheRequest ShouldPrecachePermutationImpl
(
const FShaderPermutationParameters& Parameters |
CubemapUnwrapUtils.h | ||
static FTypeLayoutDesc & StaticGetTypeLayout() |
CubemapUnwrapUtils.h |