Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FPaintArgs
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPaintArgs
(
const SWidget* PaintParent, |
Types/PaintArgs.h | ||
FPaintArgs
(
const SWidget* PaintParent, |
Types/PaintArgs.h |
FPaintArgs(const SWidget *, FHittestGrid &, UE::Slate::FDeprecateVector2DParameter, double, float)
| Name | FPaintArgs |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h |
| Include Path | #include "Types/PaintArgs.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Types/PaintArgs.cpp |
FPaintArgs
(
const SWidget * PaintParent,
FHittestGrid & InRootHittestGrid,
UE::Slate::FDeprecateVector2DParameter InWindowOffset,
double InCurrentTime,
float InDeltaTime
)
FPaintArgs(const SWidget *, FHittestGrid &, FHittestGrid &, UE::Slate::FDeprecateVector2DParameter, double, float)
| Name | FPaintArgs |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/PaintArgs.h |
| Include Path | #include "Types/PaintArgs.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Types/PaintArgs.cpp |
FPaintArgs
(
const SWidget * PaintParent,
FHittestGrid & InRootHittestGrid,
FHittestGrid & InCurrentHitTestGrid,
UE::Slate::FDeprecateVector2DParameter InWindowOffset,
double InCurrentTime,
float InDeltaTime
)