Navigation
API > API/Developer > API/Developer/DatasmithExporter
References
| Module | DatasmithExporter |
| Header | /Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithProgressManager.h |
| Include | #include "DatasmithProgressManager.h" |
Syntax
class IDatasmithProgressManager
Remarks
Interface that is called during export time to update the progression. Implement for your specific DCC.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ProgressEvent
(
float InProgressRatio, |
Method called when progress is made during an export. |