Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h |
Include |
#include "Types/PaintArgs.h" |
class FPaintArgs
SWidget::OnPaint and SWidget::Paint use FPaintArgs as their sole parameter in order to ease the burden of passing through multiple fields.
Name | Description | |
---|---|---|
|
FPaintArgs ( |
|
|
FPaintArgs ( |
Name | Description | ||
---|---|---|---|
|
double |
GetCurrentTime() |
|
|
GetDeferredPaint() |
||
|
float |
GetDeltaTime() |
|
|
FHittestGrid... |
GetHittestGrid() |
|
|
GetInheritedHittestability() |
||
|
const SWidge... |
GetPaintParent() |
|
|
GetWindowToDesktopTransform() |
||
|
InsertCustomHitTestPath ( |
||
|
SetDeferredPaint ( |
||
|
SetInheritedHittestability ( |
||
|
WithNewHitTestGrid ( |
||
|
WithNewParent ( |