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() |
We can't deprecate the type itself without encountering seemingly impossible to suppress warnings inside TTuple (due to its usage in various maps, which can't be easily removed or replaced), so we deprecate the constructor to at least provide some degree of warning | 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 |