Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureUtils
| Name | TResult |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureUtils/Public/Error/Result.h |
| Include Path | #include "Error/Result.h" |
Syntax
template<class ResultType, class ErrorType>
class TResult
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Error/Result.h | |||
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 |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TResult() |
Error/Result.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Result | TVariant< ResultType, ErrorType > | Error/Result.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ErrorType ClaimError() |
Error/Result.h | ||
ResultType ClaimResult() |
Error/Result.h | ||
ErrorType & GetError () |
Error/Result.h | ||
const ErrorType & GetError () |
Error/Result.h | ||
ResultType & GetResult () |
Error/Result.h | ||
const ResultType & GetResult () |
Error/Result.h | ||
bool IsError() |
Error/Result.h | ||
bool IsValid() |
Error/Result.h |