#include <Progress.h>
◆ FProgress() [1/2]
| UE::CADKernel::FProgress::FProgress |
( |
int32 |
InStepCount, |
|
|
const FString & |
InStepName = FString() |
|
) |
| |
◆ FProgress() [2/2]
| UE::CADKernel::FProgress::FProgress |
( |
const FString & |
StepName = FString() | ) |
|
|
inline |
◆ ~FProgress()
| UE::CADKernel::FProgress::~FProgress |
( |
| ) |
|
|
virtual |
◆ AddUnderlying()
| void UE::CADKernel::FProgress::AddUnderlying |
( |
FProgress * |
Progress | ) |
|
|
inlineprotected |
◆ GetName()
| const FString & UE::CADKernel::FProgress::GetName |
( |
| ) |
|
|
inline |
◆ GetParent()
| FProgress * UE::CADKernel::FProgress::GetParent |
( |
| ) |
const |
|
inline |
◆ GetProgression()
| double UE::CADKernel::FProgress::GetProgression |
( |
| ) |
const |
|
inlineprotected |
◆ Increase()
| void UE::CADKernel::FProgress::Increase |
( |
int32 |
StepSize = 1 | ) |
|
Increase the advancement of of one step
◆ IsRoot()
| bool UE::CADKernel::FProgress::IsRoot |
( |
| ) |
const |
|
inlineprotected |
◆ UnderlyingFinished()
| void UE::CADKernel::FProgress::UnderlyingFinished |
( |
FProgress * |
Progress | ) |
|
|
inlineprotected |
◆ FProgressManager
The documentation for this class was generated from the following files:
- Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/UI/Progress.h
- Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/UI/Progress.cpp