Navigation
API > API/Developer > API/Developer/TraceInsightsCore
| Name | FAsyncOperationProgress |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsightsCore/Public/InsightsCore/Common/AsyncOperationProgress.h |
| Include Path | #include "InsightsCore/Common/AsyncOperationProgress.h" |
Syntax
class FAsyncOperationProgress : public UE::Insights::IAsyncOperationProgress
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCancelCurrentAsyncOp | std::atomic< bool > | InsightsCore/Common/AsyncOperationProgress.h |
Functions
Public
Overridden from IAsyncOperationProgress
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CancelCurrentAsyncOp() |
InsightsCore/Common/AsyncOperationProgress.h | ||
virtual void Reset() |
InsightsCore/Common/AsyncOperationProgress.h | ||
virtual bool ShouldCancelAsyncOp() |
InsightsCore/Common/AsyncOperationProgress.h |