![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RenderingCommon.h>
Public Member Functions | |
| FShaderParams () | |
| FShaderParams (const FVector4f &InPixelParams, const FVector4f &InPixelParams2=FVector4f(0), const FVector4f &InPixelParams3=FVector4f(0)) | |
| bool | operator== (const FShaderParams &Other) const |
Static Public Member Functions | |
| static FShaderParams | MakePixelShaderParams (const FVector4f &PixelShaderParams, const FVector4f &InPixelShaderParams2=FVector4f(0), const FVector4f &InPixelShaderParams3=FVector4f(0)) |
Public Attributes | |
| FVector4f | PixelParams |
| FVector4f | PixelParams2 |
| FVector4f | PixelParams3 |
Shader parameters for slate
|
inline |
|
inline |
|
inlinestatic |
|
inline |
| FVector4f FShaderParams::PixelParams |
Pixel shader parameters
| FVector4f FShaderParams::PixelParams2 |
| FVector4f FShaderParams::PixelParams3 |