Navigation
Unreal Engine C++ API Reference > Developer > DatasmithExporter > IDatasmithProgressManager
References
Module | DatasmithExporter |
Header | /Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithProgressManager.h |
Include | #include "DatasmithProgressManager.h" |
void ProgressEvent
&40;
float InProgressRatio,
const TCHAR &42; InProgressString
&41;
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 |