Navigation
API > API/Developer > API/Developer/DatasmithExporter > API/Developer/DatasmithExporter/IDatasmithProgressManager
References
| Module | DatasmithExporter |
| Header | /Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithProgressManager.h |
| Include | #include "DatasmithProgressManager.h" |
void ProgressEvent
(
float InProgressRatio,
const TCHAR * InProgressString
)
Remarks
Method called when progress is made during an export.
Parameters
| Name | Description |
|---|---|
| InProgressRatio | The ratio of progress, between 0.f and 1.f |
| InProgressString | Text describing the current task being performed |