Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureProtocolStack
| Name | FCaptureProtocolError |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureProtocolStack/Public/Utility/Error.h |
| Include Path | #include "Utility/Error.h" |
Syntax
class FCaptureProtocolError
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Utility/Error.h | |||
FCaptureProtocolError
(
const FCaptureProtocolError& InOther |
Utility/Error.h | ||
FCaptureProtocolError
(
FCaptureProtocolError&& InOther |
Utility/Error.h | ||
FCaptureProtocolError
(
FString InMessage, |
Utility/Error.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Code | int32 | Utility/Error.h | ||
| Message | FString | Utility/Error.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetCode() |
Utility/Error.h | ||
const FString & GetMessage() |
Utility/Error.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCaptureProtocolError & operator=
(
const FCaptureProtocolError& InOther |
Utility/Error.h | ||
FCaptureProtocolError & operator=
(
FCaptureProtocolError&& InOther |
Utility/Error.h |