Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureUtils > API/Plugins/MetaHumanCaptureUtils/TResult
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TResult
(
const ResultType& InReturnValue |
Error/Result.h | ||
TResult
(
ResultType&& InReturnValue |
Error/Result.h | ||
TResult
(
const ErrorType& InError |
Error/Result.h | ||
TResult
(
ErrorType&& InError |
Error/Result.h | ||
| Error/Result.h | |||
| Error/Result.h |
TResult(const ResultType &)
| Name | TResult |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Error/Result.h |
| Include Path | #include "Error/Result.h" |
TResult
(
const ResultType & InReturnValue
)
TResult(ResultType &&)
| Name | TResult |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Error/Result.h |
| Include Path | #include "Error/Result.h" |
TResult
(
ResultType && InReturnValue
)
TResult(const ErrorType &)
| Name | TResult |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Error/Result.h |
| Include Path | #include "Error/Result.h" |
TResult
(
const ErrorType & InError
)
TResult(ErrorType &&)
| Name | TResult |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Error/Result.h |
| Include Path | #include "Error/Result.h" |
TResult
(
ErrorType && InError
)
TResult(const TResult &)
| Name | TResult |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Error/Result.h |
| Include Path | #include "Error/Result.h" |
TResult
(
const TResult & InOther
)
TResult(TResult &&)
| Name | TResult |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Error/Result.h |
| Include Path | #include "Error/Result.h" |
TResult
(
TResult && InOther
)