Navigation
Unreal Engine C++ API Reference > Runtime > UMG > Components
Inheritance Hierarchy
References
Module | UMG |
Header | /Engine/Source/Runtime/UMG/Public/Components/Throbber.h |
Include | #include "Components/Throbber.h" |
Syntax
class UThrobber : public UWidget
Remarks
A Throbber widget that shows several zooming circles in a row.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UThrobber
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const FSlateBrush & | GetImage () |
|
![]() ![]() |
int32 | ||
![]() ![]() |
bool | ||
![]() ![]() |
bool | ||
![]() ![]() |
bool | ||
![]() |
void | SetAnimateHorizontally
(
bool bInAnimateHorizontally |
Sets whether the pieces animate horizontally. |
![]() |
void | SetAnimateOpacity
(
bool bInAnimateOpacity |
Sets whether the pieces animate their opacity. |
![]() |
void | SetAnimateVertically
(
bool bInAnimateVertically |
Sets whether the pieces animate vertically. |
![]() |
void | SetImage
(
const FSlateBrush& Brush |
|
![]() |
void | SetNumberOfPieces
(
int32 InNumberOfPieces |
Sets how many pieces there are |
Overridden from UWidget
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const FText | Gets the palette category of the widget | |
![]() ![]() |
TSharedRef< SWidget > | Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. | |
![]() ![]() |
void | Applies all properties to the native widget if possible. |
Overridden from UVisual
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | ReleaseSlateResources
(
bool bReleaseChildren |
Deprecated Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bAnimateHorizontally | Direct access to bAnimateHorizontally is deprecated. Please use the getter or setter. |
![]() |
bool | bAnimateOpacity | Direct access to bAnimateOpacity is deprecated. Please use the getter or setter. |
![]() |
bool | bAnimateVertically | Direct access to bAnimateVertically is deprecated. Please use the getter or setter. |
![]() |
FSlateBrush | Image | Direct access to Image is deprecated. Please use the getter or setter. |
![]() |
int32 | NumberOfPieces | Direct access to NumberOfPieces is deprecated. Please use the getter or setter. |