UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SlateRendererTypes.h File Reference
#include "CoreMinimal.h"
#include "Misc/EnumRange.h"
#include "SlateRendererTypes.generated.h"

Go to the source code of this file.

Enumerations

enum class  ESlatePostRT : uint8 {
  None = 0 << 0 , ESlatePostRT_0 = 1 << 0 , ESlatePostRT_1 = 1 << 1 , ESlatePostRT_2 = 1 << 2 ,
  ESlatePostRT_3 = 1 << 3 , ESlatePostRT_4 = 1 << 4 , All = ESlatePostRT_0 | ESlatePostRT_1 | ESlatePostRT_2 | ESlatePostRT_3 | ESlatePostRT_4 , Num = 5
}
 

Functions

 ENUM_CLASS_FLAGS (ESlatePostRT)
 
 ENUM_RANGE_BY_VALUES (ESlatePostRT, ESlatePostRT::ESlatePostRT_0, ESlatePostRT::ESlatePostRT_1, ESlatePostRT::ESlatePostRT_2, ESlatePostRT::ESlatePostRT_3, ESlatePostRT::ESlatePostRT_4)
 

Enumeration Type Documentation

◆ ESlatePostRT

enum class ESlatePostRT : uint8
strong

Bitfield used to mark if a slate post RT is used or not

Enumerator
None 
ESlatePostRT_0 
ESlatePostRT_1 
ESlatePostRT_2 
ESlatePostRT_3 
ESlatePostRT_4 
All 
Num 

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( ESlatePostRT  )

◆ ENUM_RANGE_BY_VALUES()