FShaderParams

Shader parameters for slate

Windows
MacOS
Linux

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

Name Description

Public variable

FVector4

 

PixelParams

Pixel shader parameters

Public variable

FVector4

 

PixelParams2

Constructors

Name Description

Public function

FShaderParams()

Public function

FShaderParams

(
    const FVector4& InPixelParams,
    const FVector4& InPixelParams2
)

Functions

Name Description

Public function Static

FShaderParam...

 

MakePixelShaderParams

(
    const FVector4& PixelShaderParams,
    const FVector4& InPixelShaderParam...
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FShaderParams& Other
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss