Navigation
Unreal Engine C++ API Reference > Runtime > Engine
Inheritance Hierarchy
- FShader
- FGlobalShader
- FSimpleElementHitProxyPS
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/SimpleElementShaders.h |
Include | #include "SimpleElementShaders.h" |
Syntax
class FSimpleElementHitProxyPS : public FGlobalShader
Remarks
A pixel shader for rendering a texture on a simple element.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FSimpleElementHitProxyPS
(
const ShaderMetaType::CompiledShaderInitializerType& Initializer |
Serialize constant paramaters for this shader |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FShader * | ConstructCompiledInstance
(
const typename FShader::CompiledShaderInitializerType& Initializer |
|
![]() ![]() |
FShader * | ||
![]() ![]() |
ShaderMetaType & | ||
![]() ![]() |
const FTypeLayoutDesc & | ||
![]() ![]() |
void | ModifyCompilationEnvironmentImpl
(
const FShaderPermutationParameters& Parameters, |
|
![]() |
void | SetParameters
(
FRHIBatchedShaderParameters& BatchedParameters, |
|
![]() ![]() |
bool | ShouldCompilePermutation
(
const FGlobalShaderPermutationParameters& Parameters |
|
![]() ![]() |
bool | ShouldCompilePermutationImpl
(
const FShaderPermutationParameters& Parameters |
|
![]() ![]() |
FTypeLayoutDesc & |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
InternalLinkType |
Typedefs
Name | Description |
---|---|
DerivedType | |
InternalBaseType | |
ShaderMapType | |
ShaderMetaType |
Constants
Name | Description |
---|---|
CounterBase | |
InterfaceType | |
ShaderTypeRegistration |
Deprecated Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | SetParameters
(
FRHICommandList& RHICmdList, |
SetParameters with FRHIBatchedShaderParameters should be used. |