Navigation
API > API/Plugins > API/Plugins/CaptureUtils
| Name | FStopRequester |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/CaptureUtils/Public/Async/StopToken.h |
| Include Path | #include "Async/StopToken.h" |
Syntax
class FStopRequester
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Async/StopToken.h | |||
FStopRequester
(
const FStopRequester& InOther |
Async/StopToken.h | ||
FStopRequester
(
FStopRequester&& InOther |
Async/StopToken.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SharedState | TSharedPtr< FSharedState > | Async/StopToken.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStopToken CreateToken() |
Async/StopToken.h | ||
bool IsStopRequested() |
Async/StopToken.h | ||
void RequestStop() |
Async/StopToken.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStopRequester & operator=
(
const FStopRequester& InOther |
Async/StopToken.h | ||
FStopRequester & operator=
(
FStopRequester&& InOther |
Async/StopToken.h |