Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | FProgressManager |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/UI/Progress.h |
| Include Path | #include "UI/Progress.h" |
Syntax
class FProgressManager
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FProgressManager() |
UI/Progress.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ActivateProgressBar
(
bool bActive |
UI/Progress.h | ||
FProgress * GetCurrentProgress() |
UI/Progress.h | ||
virtual FString GetCurrentStep() |
UI/Progress.h | ||
double GetProgression() |
UI/Progress.h | ||
FProgress * GetRoot() |
UI/Progress.h | ||
virtual void SetCurrentProgress
(
FProgress* InProgress |
UI/Progress.h | ||
virtual void Update() |
Update the progress bar | UI/Progress.h |