Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/SMeshWidget
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void PushUpdate
(
uint32 VectorArtId, |
Slate/SMeshWidget.h | ||
static void PushUpdate
(
uint32 VectorArtId, |
Slate/SMeshWidget.h |
PushUpdate(uint32, SMeshWidget &, const FVector2D &, float, uint32)
| Name | PushUpdate |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Slate/SMeshWidget.h |
| Include Path | #include "Slate/SMeshWidget.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Slate/SMeshWidget.cpp |
static void PushUpdate
(
uint32 VectorArtId,
SMeshWidget & Widget,
const FVector2D & Position,
float Scale,
uint32 BaseAddress
)
PushUpdate(uint32, SMeshWidget &, const FVector2D &, float, float)
| Name | PushUpdate |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Slate/SMeshWidget.h |
| Include Path | #include "Slate/SMeshWidget.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Slate/SMeshWidget.cpp |
static void PushUpdate
(
uint32 VectorArtId,
SMeshWidget & Widget,
const FVector2D & Position,
float Scale,
float OptionalFloat
)