Navigation
API > API/Plugins > API/Plugins/CaptureUtils > API/Plugins/CaptureUtils/FStopToken
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStopToken & operator=
(
const FStopToken& InOther |
Async/StopToken.h | ||
FStopToken & operator=
(
FStopToken&& InOther |
Async/StopToken.h |
operator=(const FStopToken &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/CaptureUtils/Public/Async/StopToken.h |
| Include Path | #include "Async/StopToken.h" |
FStopToken & operator=
(
const FStopToken & InOther
)
operator=(FStopToken &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/CaptureUtils/Public/Async/StopToken.h |
| Include Path | #include "Async/StopToken.h" |
FStopToken & operator=
(
FStopToken && InOther
)