Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScopeGuard
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScopeGuard & operator=
(
TScopeGuard&& |
Misc/ScopeExit.h | ||
TScopeGuard & operator=
(
const TScopeGuard& |
Misc/ScopeExit.h |
operator=(TScopeGuard &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ScopeExit.h |
| Include Path | #include "Misc/ScopeExit.h" |
TScopeGuard & operator=
(
TScopeGuard &&
)
operator=(const TScopeGuard &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ScopeExit.h |
| Include Path | #include "Misc/ScopeExit.h" |
TScopeGuard & operator=
(
const TScopeGuard &
)