Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScopeGuard
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScopeGuard
(
TScopeGuard&& |
Misc/ScopeExit.h | ||
TScopeGuard
(
const TScopeGuard& |
Misc/ScopeExit.h | ||
TScopeGuard
(
FuncType&& InFunc |
Given a lambda, constructs an RAII scope guard. | Misc/ScopeExit.h |
TScopeGuard(TScopeGuard &&)
| Name | TScopeGuard |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ScopeExit.h |
| Include Path | #include "Misc/ScopeExit.h" |
TScopeGuard
(
TScopeGuard &&
)
TScopeGuard(const TScopeGuard &)
| Name | TScopeGuard |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ScopeExit.h |
| Include Path | #include "Misc/ScopeExit.h" |
TScopeGuard
(
const TScopeGuard &
)
TScopeGuard(FuncType &&)
Description
Given a lambda, constructs an RAII scope guard.
| Name | TScopeGuard |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ScopeExit.h |
| Include Path | #include "Misc/ScopeExit.h" |
TScopeGuard
(
FuncType && InFunc
)