![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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 } |
|
strong |
| ENUM_CLASS_FLAGS | ( | ESlatePostRT | ) |
| ENUM_RANGE_BY_VALUES | ( | ESlatePostRT | , |
| ESlatePostRT::ESlatePostRT_0 | , | ||
| ESlatePostRT::ESlatePostRT_1 | , | ||
| ESlatePostRT::ESlatePostRT_2 | , | ||
| ESlatePostRT::ESlatePostRT_3 | , | ||
| ESlatePostRT::ESlatePostRT_4 | |||
| ) |