IDatasmithProgressManager

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

Unreal Engine C++ API Reference > 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
  ~IDatasmithProgressManager ()  

Functions

Type Name Description
void ProgressEvent ( float InProgressRatio, const TCHAR* InProgressString ) Method called when progress is made during an export.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library