Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FProgress
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UI/Progress.h | |||
| UI/Progress.h |
FProgress(const FString &)
| Name | FProgress |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/UI/Progress.h |
| Include Path | #include "UI/Progress.h" |
FProgress
(
const FString & StepName
)
FProgress(int32, const FString &)
| Name | FProgress |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/UI/Progress.h |
| Include Path | #include "UI/Progress.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/UI/Progress.cpp |
FProgress
(
int32 InStepCount,
const FString & InStepName
)