Class ProgressBar
The progress bar widget is a simple bar that fills up that can be restyled to fit any number of uses.
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 ProgressBar : Widget
Remarks
- No Children
Properties
| Improve this Doc View SourceBarFillType
Defines if this progress bar fills Left to right or right to left
Declaration
public byte BarFillType { get; }
Property Value
Type | Description |
---|---|
System.Byte |
bIsMarquee
Declaration
public bool bIsMarquee { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
BorderPadding
Border Padding
Declaration
public Vector2D BorderPadding { get; }
Property Value
Type | Description |
---|---|
Vector2D |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static ProgressBar DefaultObject { get; }
Property Value
Type | Description |
---|---|
ProgressBar |
FillColorAndOpacity
Fill Color and Opacity
Declaration
public LinearColor FillColorAndOpacity { get; }
Property Value
Type | Description |
---|---|
LinearColor |
Percent
Used to determine the fill position of the progress bar ranging 0..1
Declaration
public float Percent { get; }
Property Value
Type | Description |
---|---|
System.Single |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
WidgetStyle
The progress bar style
Declaration
public ProgressBarStyle WidgetStyle { get; set; }
Property Value
Type | Description |
---|---|
ProgressBarStyle |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static ProgressBar New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
ProgressBar |
SetFillColorAndOpacity(LinearColor)
Sets the fill color of the progress bar.
Declaration
public void SetFillColorAndOpacity(LinearColor InColor)
Parameters
Type | Name | Description |
---|---|---|
LinearColor | InColor |
SetIsMarquee(Boolean)
Sets the progress bar to show as a marquee.
Declaration
public void SetIsMarquee(bool InbIsMarquee)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | InbIsMarquee |
SetPercent(Single)
Sets the current value of the ProgressBar.
Declaration
public void SetPercent(float InPercent)
Parameters
Type | Name | Description |
---|---|---|
System.Single | InPercent |
Operators
| Improve this Doc View SourceImplicit(IntPtr to ProgressBar)
Convert from IntPtr to UObject
Declaration
public static implicit operator ProgressBar(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
ProgressBar |