FShaderParams

Shader parameters for slate

Choose your operating system:

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

FVector4f

 

PixelParams

Pixel shader parameters

Public variable

FVector4f

 

PixelParams2

Public variable

FVector4f

 

PixelParams3

Constructors

Name Description

Public function

FShaderParams()

Public function

FShaderParams

(
    const FVector4f& InPixelParams,
    const FVector4f& InPixelParams2,
    const FVector4f& InPixelParams3
)

Functions

Name Description

Public function Static

FShaderParam...

 

MakePixelShaderParams

(
    const FVector4f& PixelShaderParams,
    const FVector4f& InPixelShaderPara...,
    const FVector4f& InPixelShaderPara...
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FShaderParams& Other
)