Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
| Include | #include "Rendering/RenderingCommon.h" |
Syntax
struct FShaderParams
Remarks
Shader parameters for slate
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector4f | PixelParams | Pixel shader parameters | |
| FVector4f | PixelParams2 | ||
| FVector4f | PixelParams3 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FShaderParams
(
const FVector4f& InPixelParams, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FShaderParams | MakePixelShaderParams
(
const FVector4f& PixelShaderParams, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FShaderParams& Other |