Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FFeedbackContextEditor
- FFeedbackContext::ProgressReported()
- FFeedbackContextEditor::ProgressReported()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/FeedbackContextEditor.h |
| Include | #include "FeedbackContextEditor.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/FeedbackContextEditor.cpp |
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 |