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