#include <SProgressBarLayer.h>
|
| enum class | EProgressFillType {
LeftToRight
, RightToLeft
, FromCenter
, FromCenterHorizontal
,
FromCenterVertical
, TopToBottom
, BottomToTop
, Clockwise
,
CounterClockwise
, CircularFromCenter
} |
| enum class | EProgressFillStyle { Scale
, Masked
, Material
, Draw
} |
◆ EProgressFillStyle
| Enumerator |
|---|
| Scale | |
| Masked | |
| Material | |
| Draw | |
◆ EProgressFillType
| Enumerator |
|---|
| LeftToRight | |
| RightToLeft | |
| FromCenter | |
| FromCenterHorizontal | |
| FromCenterVertical | |
| TopToBottom | |
| BottomToTop | |
| Clockwise | |
| CounterClockwise | |
| CircularFromCenter | |
◆ SProgressBarLayer()
| BEGIN_SLATE_FUNCTION_BUILD_OPTIMIZATION SProgressBarLayer::SProgressBarLayer |
( |
| ) |
|
◆ ComputeDesiredSize()
| FVector2D SProgressBarLayer::ComputeDesiredSize |
( |
float | LayoutScaleMultiplier | ) |
const |
|
overridevirtual |
◆ Construct()
| void SProgressBarLayer::Construct |
( |
const FArguments & | InArgs | ) |
|
Constructs this widget with InArgs
◆ EnableAntiAliasing()
| void SProgressBarLayer::EnableAntiAliasing |
( |
const bool | bEnable | ) |
|
|
inline |
◆ OnPaint()
| int32 SProgressBarLayer::OnPaint |
( |
const FPaintArgs & | Args, |
|
|
const FGeometry & | AllottedGeometry, |
|
|
const FSlateRect & | MyCullingRect, |
|
|
FSlateWindowElementList & | OutDrawElements, |
|
|
int32 | LayerId, |
|
|
const FWidgetStyle & | InWidgetStyle, |
|
|
bool | bParentEnabled ) const |
|
overridevirtual |
◆ SetAngularOffset()
| void SProgressBarLayer::SetAngularOffset |
( |
const float | Value | ) |
|
|
inline |
◆ SetBackgroundColor()
| void SProgressBarLayer::SetBackgroundColor |
( |
const FLinearColor | Color | ) |
|
|
inline |
◆ SetBackgroundRadius()
| void SProgressBarLayer::SetBackgroundRadius |
( |
const float | Value | ) |
|
|
inline |
◆ SetBackgroundThickness()
| void SProgressBarLayer::SetBackgroundThickness |
( |
const float | Value | ) |
|
|
inline |
◆ SetBackgroundVisibility()
| void SProgressBarLayer::SetBackgroundVisibility |
( |
const bool | bVisible | ) |
|
|
inline |
◆ SetCircleResolution()
| void SProgressBarLayer::SetCircleResolution |
( |
const int32 | Value | ) |
|
|
inline |
◆ SetEndAngle()
| void SProgressBarLayer::SetEndAngle |
( |
const float | Value | ) |
|
|
inline |
◆ SetFillColor()
| void SProgressBarLayer::SetFillColor |
( |
const FLinearColor | Color | ) |
|
|
inline |
◆ SetFillStyle()
◆ SetFillType()
◆ SetMaterial()
| void SProgressBarLayer::SetMaterial |
( |
TObjectPtr< UMaterialInstanceDynamic > | Material | ) |
|
◆ SetPercent()
| void SProgressBarLayer::SetPercent |
( |
const float | Value | ) |
|
◆ SetRadius()
| void SProgressBarLayer::SetRadius |
( |
const float | Value | ) |
|
|
inline |
◆ SetStartAngle()
| void SProgressBarLayer::SetStartAngle |
( |
const float | Value | ) |
|
|
inline |
◆ SetThickness()
| void SProgressBarLayer::SetThickness |
( |
const float | Value | ) |
|
|
inline |
◆ SLATE_BEGIN_ARGS()
The documentation for this class was generated from the following files:
- D:/MEGA/TouchProject/TouchProjectNext/Plugins/TouchInterfaceDesigner/Source/TouchInterface/Public/Decorators/Slate/SProgressBarLayer.h
- D:/MEGA/TouchProject/TouchProjectNext/Plugins/TouchInterfaceDesigner/Source/TouchInterface/Private/Decorators/Slate/SProgressBarLayer.cpp