Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureUtils
| Name | TScopeGuard |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Error/ScopeGuard.h |
| Include Path | #include "Error/ScopeGuard.h" |
Syntax
template<typename FuncType>
class TScopeGuard
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScopeGuard () |
Error/ScopeGuard.h | ||
TScopeGuard
(
FuncType InFunc |
Error/ScopeGuard.h | ||
TScopeGuard
(
const TScopeGuard& |
Error/ScopeGuard.h | ||
TScopeGuard
(
TScopeGuard&& other |
Error/ScopeGuard.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TScopeGuard() |
Error/ScopeGuard.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsActive | bool | Error/ScopeGuard.h | ||
| Func | FuncType | Error/ScopeGuard.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Dismiss() |
Error/ScopeGuard.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScopeGuard & operator=
(
const TScopeGuard& |
Error/ScopeGuard.h | ||
TScopeGuard & operator=
(
TScopeGuard&& |
Error/ScopeGuard.h |