UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FShaderParams Struct Reference

#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
 

Detailed Description

Shader parameters for slate

Constructor & Destructor Documentation

◆ FShaderParams() [1/2]

FShaderParams::FShaderParams ( )
inline

◆ FShaderParams() [2/2]

FShaderParams::FShaderParams ( const FVector4f InPixelParams,
const FVector4f InPixelParams2 = FVector4f(0),
const FVector4f InPixelParams3 = FVector4f(0) 
)
inline

Member Function Documentation

◆ MakePixelShaderParams()

static FShaderParams FShaderParams::MakePixelShaderParams ( const FVector4f PixelShaderParams,
const FVector4f InPixelShaderParams2 = FVector4f(0),
const FVector4f InPixelShaderParams3 = FVector4f(0) 
)
inlinestatic

◆ operator==()

bool FShaderParams::operator== ( const FShaderParams Other) const
inline

Member Data Documentation

◆ PixelParams

FVector4f FShaderParams::PixelParams

Pixel shader parameters

◆ PixelParams2

FVector4f FShaderParams::PixelParams2

◆ PixelParams3

FVector4f FShaderParams::PixelParams3

The documentation for this struct was generated from the following file: