Class CircularThrobber
A throbber widget that orients images in a spinning circle.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.UMG
Assembly: UE4DotNet.dll
Syntax
public class CircularThrobber : Widget
Remarks
- No Children
- Spinner Progress
Properties
| Improve this Doc View SourcebEnableRadius
Declaration
public bool bEnableRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static CircularThrobber DefaultObject { get; }
Property Value
Type | Description |
---|---|
CircularThrobber |
Image
Image
Declaration
public SlateBrush Image { get; }
Property Value
Type | Description |
---|---|
SlateBrush |
NumberOfPieces
How many pieces there are
Declaration
public int NumberOfPieces { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Period
The amount of time for a full circle (in seconds)
Declaration
public float Period { get; }
Property Value
Type | Description |
---|---|
System.Single |
Radius
The radius of the circle. If the throbber is a child of Canvas Panel, the 'Size to Content' option must be enabled in order to set Radius.
Declaration
public float Radius { get; }
Property Value
Type | Description |
---|---|
System.Single |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static CircularThrobber New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
CircularThrobber |
SetNumberOfPieces(Int32)
Sets how many pieces there are.
Declaration
public void SetNumberOfPieces(int InNumberOfPieces)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | InNumberOfPieces |
SetPeriod(Single)
Sets the amount of time for a full circle (in seconds).
Declaration
public void SetPeriod(float InPeriod)
Parameters
Type | Name | Description |
---|---|---|
System.Single | InPeriod |
SetRadius(Single)
Sets the radius of the circle.
Declaration
public void SetRadius(float InRadius)
Parameters
Type | Name | Description |
---|---|---|
System.Single | InRadius |
Operators
| Improve this Doc View SourceImplicit(IntPtr to CircularThrobber)
Convert from IntPtr to UObject
Declaration
public static implicit operator CircularThrobber(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
CircularThrobber |