Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FFeedbackContext
- FFeedbackContext::ProgressReported()
- FFeedbackContextEditor::ProgressReported()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/FeedbackContext.h |
Include | #include "Misc/FeedbackContext.h" |
virtual void ProgressReported
&40;
const float TotalProgressInterp,
FText DisplayMessage
&41;
Remarks
Called when some progress has occurred
Parameters
Name | Description |
---|---|
TotalProgressInterp | [0..1] Value indicating the total progress of the slow task |
DisplayMessage | The message to display on the slow task |