Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureProtocolStack > API/Plugins/MetaHumanCaptureProtocolStack/FCaptureProtocolError
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| We can't deprecate the type itself without encountering seemingly impossible to suppress warnings, so we deprecate the constructors to at least provide some degree of warning | Utility/Error.h | ||
FCaptureProtocolError
(
FString InMessage, |
Utility/Error.h |
FCaptureProtocolError()
Description
We can't deprecate the type itself without encountering seemingly impossible to suppress warnings, so we deprecate the constructors to at least provide some degree of warning
| Name | FCaptureProtocolError |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureProtocolStack/Public/Utility/Error.h |
| Include Path | #include "Utility/Error.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureProtocolStack/Private/Utility/Error.cpp |
FCaptureProtocolError()
FCaptureProtocolError(FString, int32)
| Name | FCaptureProtocolError |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureProtocolStack/Public/Utility/Error.h |
| Include Path | #include "Utility/Error.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureProtocolStack/Private/Utility/Error.cpp |
FCaptureProtocolError
(
FString InMessage,
int32 InCode
)