Touch Interface Designer 2025.2
Create touch interface with a visual editor and manage all mobile inputs like gestures
Loading...
Searching...
No Matches
ProgressBarLayer.h File Reference
#include "ComponentDecorator.h"
#include "ProgressBarLayer.generated.h"
Include dependency graph for ProgressBarLayer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UProgressBarLayer

Enumerations

enum class  EProgressFillType : uint8 {
  LeftToRight , RightToLeft , FromCenter , FromCenterHorizontal ,
  FromCenterVertical , TopToBottom , BottomToTop , Clockwise ,
  CounterClockwise , CircularCenter
}
enum class  EProgressFillStyle : uint8 { Scale , Masked , Material , Draw }

Enumeration Type Documentation

◆ EProgressFillStyle

enum class EProgressFillStyle : uint8
strong
Enumerator
Scale 

Scale the size of brush to fill geometry Not available in circular fill type

Masked 

Use clipping to fill geometry (cut brush) Not available in circular fill type

Material 
Draw 

◆ EProgressFillType

enum class EProgressFillType : uint8
strong
Enumerator
LeftToRight 
RightToLeft 
FromCenter 
FromCenterHorizontal 
FromCenterVertical 
TopToBottom 
BottomToTop 
Clockwise 
CounterClockwise 
CircularCenter