Navigation
API > API/Developer > API/Developer/TraceServices
| Name | FCancellationToken |
| Type | class |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Common/CancellationToken.h |
| Include Path | #include "TraceServices/Common/CancellationToken.h" |
Syntax
class FCancellationToken
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCancellationToken() |
TraceServices/Common/CancellationToken.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCancel | std::atomic< bool > | TraceServices/Common/CancellationToken.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Cancel() |
TraceServices/Common/CancellationToken.h | ||
void Reset() |
TraceServices/Common/CancellationToken.h | ||
bool ShouldCancel() |
TraceServices/Common/CancellationToken.h |