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