Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureProtocolStack > API/Plugins/MetaHumanCaptureProtocolStack/FCaptureProtocolError
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Utility/Error.h |
|
|
|
Utility/Error.h |
|
|
|
Utility/Error.h |
|
|
|
Utility/Error.h |
|
FCaptureProtocolError()
| |
|
| 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(const FCaptureProtocolError &)
| |
|
| Name |
FCaptureProtocolError |
| Type |
function |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureProtocolStack/Public/Utility/Error.h |
| Include Path |
#include "Utility/Error.h" |
FCaptureProtocolError
(
const FCaptureProtocolError & InOther
)
FCaptureProtocolError(FCaptureProtocolError &&)
| |
|
| Name |
FCaptureProtocolError |
| Type |
function |
| Header File |
/Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureProtocolStack/Public/Utility/Error.h |
| Include Path |
#include "Utility/Error.h" |
FCaptureProtocolError
(
FCaptureProtocolError && InOther
)
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
)