IDatasmithProgressManager

Interface that is called during export time to update the progression.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~IDatasmithProgressManager()

Functions

Name Description

Public function

void

 

ProgressEvent

(
    float InProgressRatio,
    const TCHAR* InProgressString
)

Method called when progress is made during an export.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss