Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering > API/Runtime/SlateCore/Rendering/ICustomSlateElement
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
| Include | #include "Rendering/RenderingCommon.h" |
Syntax
struct FSlateCustomDrawParams
Remarks
Struct describing current draw state for the custom drawer
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsHDR | ||
| bool | bWireFrame | ||
| EDisplayColorGamut | HDRDisplayColorGamut | ||
| ESlatePostRT | UsedSlatePostBuffers | ||
| FVector2f | ViewOffset | ||
| FMatrix44f | ViewProjectionMatrix | ||
| FIntRect | ViewRect |
Constructors
| Type | Name | Description | |
|---|---|---|---|