FFeedbackContext::ProgressReported

Called when some progress has occurred

Windows
MacOS
Linux

Override Hierarchy

FFeedbackContext::ProgressReported()

FFeedbackContextEditor::ProgressReported()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/FeedbackContext.h

Include

#include "Misc/FeedbackContext.h"

Syntax

virtual void ProgressReported
(
    const float TotalProgressInterp,
    FText DisplayMessage
)

Remarks

Called when some progress has occurred

Parameters

Parameter

Description

TotalProgressInterp

[0..1] Value indicating the total progress of the slow task

DisplayMessage

The message to display on the slow task

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