Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/SlateRendererTypes.h |
Include | #include "Rendering/SlateRendererTypes.h" |
Syntax
enum ESlatePostRT
{
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,
}
Values
Name | Description |
---|---|
None | |
ESlatePostRT_0 | |
ESlatePostRT_1 | |
ESlatePostRT_2 | |
ESlatePostRT_3 | |
ESlatePostRT_4 | |
All | |
Num |
Remarks
Bitfield used to mark if a slate post RT is used or not