Inherit from UDecoratorLayer
Related Classes
- ULinearProgressBarLayer
- UComponentDecorator
SUMMARY #
This layer can be used to represent a vertical or horizontal progress bar.
PROPERTIES #
Percent
Value Type : float
Default : 0.5f
Percent (0 = empty to 1 = full)
Fill Style
Value Type : ELinearProgressBarFillStyle
Default : ELinearProgressBarFillStyle::Scale
Fill style of progress bar
- Scale : Scale the size of brush to fill geometry
- Masked : Use clipping to fill geometry (cut brush)
- Material : Use material to fill geometry
Fill Type
Value Type : ELinearProgressBarFillType
Default : ELinearProgressBarFillType::BottomToTop
Fill type of progress bar
- Left to Right :
- Right to Left :
- Fill From Center :
- Fill From Center Horizontal :
- Fill From Center Vertical :
- Top To Bottom :
- Bottom to Top :
Fill Brush
Value Type : FSlateBrush
Default : null
Slate brush for fill bar
Fill Material
Value Type : FSoftObjectPath
Default : Not initialized
Material used for fill bar
FUNCTIONS #
Get Percent

Output Type : float
Returns the current value of percent
Set Percent

Input Type : float
Set the new value of percent
