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