UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SlateShaders.h File Reference

Go to the source code of this file.

Classes

class  FSlateVertexDeclaration
 
class  FSlateInstancedVertexDeclaration
 
class  FSlateMaskingVertexDeclaration
 
class  FSlateElementVS
 
class  FSlateElementPS
 
class  TSlateElementPS< ShaderType, bDrawDisabledEffect, bUseTextureAlpha, bUseTextureGrayscale, bIsVirtualTexture >
 
class  FSlateDebugOverdrawPS
 
class  FSlateDebugBatchingPS
 
class  FSlateMaskingVS
 
class  FSlateMaskingPS
 

Variables

EColorVisionDeficiency GSlateColorDeficiencyType
 
int32 GSlateColorDeficiencySeverity
 
bool GSlateColorDeficiencyCorrection
 
bool GSlateShowColorDeficiencyCorrectionWithDeficiency
 
TGlobalResource< FSlateVertexDeclarationGSlateVertexDeclaration
 
TGlobalResource< FSlateInstancedVertexDeclarationGSlateInstancedVertexDeclaration
 
TGlobalResource< FSlateMaskingVertexDeclarationGSlateMaskingVertexDeclaration
 

Variable Documentation

◆ GSlateColorDeficiencyCorrection

bool GSlateColorDeficiencyCorrection
extern

◆ GSlateColorDeficiencySeverity

int32 GSlateColorDeficiencySeverity
extern

◆ GSlateColorDeficiencyType

EColorVisionDeficiency GSlateColorDeficiencyType
extern

Flag to determine if we are running with a color vision deficiency shader on

◆ GSlateInstancedVertexDeclaration

TGlobalResource<FSlateInstancedVertexDeclaration> GSlateInstancedVertexDeclaration
extern

The instanced simple element vertex declaration.

◆ GSlateMaskingVertexDeclaration

TGlobalResource<FSlateMaskingVertexDeclaration> GSlateMaskingVertexDeclaration
extern

The vertex declaration for rendering stencil masks.

◆ GSlateShowColorDeficiencyCorrectionWithDeficiency

bool GSlateShowColorDeficiencyCorrectionWithDeficiency
extern

◆ GSlateVertexDeclaration

TGlobalResource<FSlateVertexDeclaration> GSlateVertexDeclaration
extern

The simple element vertex declaration.

The Slate vertex declaration.