Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Types
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h |
Include | #include "Types/PaintArgs.h" |
Syntax
class FPaintArgs
Remarks
SWidget::OnPaint and SWidget::Paint use FPaintArgs as their sole parameter in order to ease the burden of passing through multiple fields.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FPaintArgs
(
const SWidget* PaintParent, |
||
![]() |
FPaintArgs
(
const SWidget* PaintParent, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
double | ||
![]() ![]() |
bool | ||
![]() ![]() |
float | GetDeltaTime () |
|
![]() ![]() |
FHittestGrid & | ||
![]() ![]() |
bool | ||
![]() ![]() |
const SWidget * | ||
![]() ![]() |
UE::Slate::FDeprecateVector2DResult | ||
![]() ![]() |
FPaintArgs | InsertCustomHitTestPath
(
const SWidget* Widget, |
|
![]() |
void | SetDeferredPaint
(
bool InDeferredPaint |
|
![]() |
void | SetInheritedHittestability
(
bool InInheritedHittestability |
|
![]() ![]() |
FPaintArgs | WithNewHitTestGrid
(
FHittestGrid& NewHitTestGrid |
|
![]() ![]() |
FPaintArgs | WithNewParent
(
const SWidget* PaintParent |