![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "Containers/ContainerAllocationPolicies.h"#include "Engine/DeveloperSettings.h"#include "Misc/EnumRange.h"#include "UObject/Object.h"#include "UObject/SoftObjectPath.h"#include "Rendering/SlateRendererTypes.h"#include "Templates/SubclassOf.h"#include "SlateRHIRendererSettings.generated.h"Go to the source code of this file.
Classes | |
| struct | FSlatePostSettings |
| class | USlateRHIRendererSettings |
Macros | |
| #define | UE_API SLATERHIRENDERER_API |
Enumerations | |
| enum class | ESlatePostResolution : uint8 { Full = 0 , Half = 1 } |
| #define UE_API SLATERHIRENDERER_API |
|
strong |
Resolution of a particular Slate Post RT.
| Enumerator | |
|---|---|
| Full | Full screen (window) resolution |
| Half | Half resolution in each dimension (quarter by area) |