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