Navigation
API > API/Runtime > API/Runtime/Engine
Simple pixel shader that renders a IES light profile for the purposes of visualization.
| Name | FIESLightProfilePS |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/CubemapUnwrapUtils.h |
| Include Path | #include "CubemapUnwrapUtils.h" |
Syntax
class FIESLightProfilePS : public FGlobalShader
Inheritance Hierarchy
- FShader → FGlobalShader → FIESLightProfilePS
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CubemapUnwrapUtils.h | |||
FIESLightProfilePS
(
const ShaderMetaType::CompiledShaderInitializerType& Initializer |
CubemapUnwrapUtils.h |
Structs
| Name | Remarks |
|---|---|
| InternalLinkType |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DerivedType | FIESLightProfilePS | CubemapUnwrapUtils.h | |
| InternalBaseType | typename TGetBaseTypeHelper< FIESLightProfilePS >::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 |
|---|---|---|---|---|
| FShaderParameterBrightnessInLumens | CubemapUnwrapUtils.h | |||
| FShaderResourceParameterIESTexture | The texture to sample. | CubemapUnwrapUtils.h | ||
| FShaderResourceParameterIESTextureSampler | 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 ModifyCompilationEnvironment
(
const FGlobalShaderPermutationParameters& Parameters, |
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 |