IDatasmithProgressManager::ProgressEvent

Method called when progress is made during an export.

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
(
    float InProgressRatio,
    const TCHAR * InProgressString
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library