IDatasmithProgressManager::ProgressEvent

Method called when progress is made during an export.

Windows
MacOS
Linux

References

Module

DatasmithExporter

Header

/Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithProgressManager.h

Include

#include "DatasmithProgressManager.h"

Syntax

void ProgressEvent
(
    float InProgressRatio,
    const TCHAR * InProgressString
)

Remarks

Method called when progress is made during an export.

Parameters

Parameter

Description

InProgressRatio

The ratio of progress, between 0.f and 1.f

InProgressString

Text describing the current task being performed

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