Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureUtils > API/Plugins/MetaHumanCaptureUtils/TScopeGuard
Overloads
| 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 |
TScopeGuard()
| Name | TScopeGuard |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Error/ScopeGuard.h |
| Include Path | #include "Error/ScopeGuard.h" |
TScopeGuard()
TScopeGuard(FuncType)
| Name | TScopeGuard |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Error/ScopeGuard.h |
| Include Path | #include "Error/ScopeGuard.h" |
TScopeGuard
(
FuncType InFunc
)
TScopeGuard(const TScopeGuard &)
| Name | TScopeGuard |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Error/ScopeGuard.h |
| Include Path | #include "Error/ScopeGuard.h" |
TScopeGuard
(
const TScopeGuard &
)
TScopeGuard(TScopeGuard &&)
| Name | TScopeGuard |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Error/ScopeGuard.h |
| Include Path | #include "Error/ScopeGuard.h" |
TScopeGuard
(
TScopeGuard && other
)