Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemand > API/Runtime/IoStoreOnDemand/IO
References
| Module | IoStoreOnDemand |
| Header | /Engine/Source/Runtime/Experimental/IoStore/OnDemand/Public/IO/IoStoreOnDemand.h |
| Include | #include "IO/IoStoreOnDemand.h" |
Syntax
class FOnDemandCancellationToken
Remarks
Token used for signalling an operation to be cancelled.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Cancel () |
Signal the operation to be cancelled. | |
| bool | IsCanceled () |
Returns whether an operation should be cancelled. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FOnDemandCancellationToken & | operator=
(
const FOnDemandCancellationToken& |
||
| FOnDemandCancellationToken & |