Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Runtime/UMG/Public/Components/CircularThrobber.h |
Include |
#include "Components/CircularThrobber.h" |
class UCircularThrobber : public UWidget
A throbber widget that orients images in a spinning circle.
No Children Spinner Progress
Name | Description | ||
---|---|---|---|
|
Image |
||
|
NumberOfPieces |
How many pieces there are |
|
|
float |
Period |
The amount of time for a full circle (in seconds) |
|
float |
Radius |
The radius of the circle. |
Name | Description | |
---|---|---|
|
UCircularThrobber ( |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
|
SynchronizeProperties() |
Applies all properties to the native widget if possible. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |
Name | Description | ||
---|---|---|---|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
Name | Description | ||
---|---|---|---|
|
TObjectPtr< USl... |
PieceImage_DEPRECATED |
Image to use for each segment of the throbber |