Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureUtils
| Name | FStopToken |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/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 |
Structs
| Name | Remarks |
|---|---|
| FSharedState |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SharedState | TSharedPtr< FSharedState > | Async/StopToken.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsStopRequested() |
Async/StopToken.h | ||
void RequestStop() |
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 |