Navigation
API > API/Plugins > API/Plugins/ChaosVD
Object that allows showing a progress bar in the status bar of the editor, where the progress can be updated from any thread
| Name | FAsyncProgressNotification |
| Type | struct |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/Trace/ChaosVDTraceManager.h |
| Include Path | #include "Trace/ChaosVDTraceManager.h" |
Syntax
struct FAsyncProgressNotification : public FTSTickerObjectBase
Inheritance Hierarchy
- FTSTickerObjectBase → FAsyncProgressNotification
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAsyncProgressNotification
(
const FText& InMessage |
Trace/ChaosVDTraceManager.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAsyncProgressNotification() |
Trace/ChaosVDTraceManager.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentProgress | std::atomic< int32 > | Trace/ChaosVDTraceManager.h | ||
| ElapsedTimeSinceLastUpdate | float | Trace/ChaosVDTraceManager.h | ||
| NotificationHandle | FProgressNotificationHandle | Trace/ChaosVDTraceManager.h | ||
| NotificationTitle | FText | Trace/ChaosVDTraceManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EnterProgress
(
int32 InCurrentProgress |
Updates the current progress | Trace/ChaosVDTraceManager.h |