Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureProtocolStack
| Name | FGetServerInformationResponse |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureProtocolStack/Public/Control/Messages/ControlResponse.h |
| Include Path | #include "Control/Messages/ControlResponse.h" |
Syntax
class FGetServerInformationResponse : public FControlResponse
Inheritance Hierarchy
- FControlResponse → FGetServerInformationResponse
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGetServerInformationResponse() |
Control/Messages/ControlResponse.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExportPort | uint16 | Control/Messages/ControlResponse.h | ||
| Id | FString | Control/Messages/ControlResponse.h | ||
| Model | FString | Control/Messages/ControlResponse.h | ||
| Name | FString | Control/Messages/ControlResponse.h | ||
| PlatformName | FString | Control/Messages/ControlResponse.h | ||
| PlatformVersion | FString | Control/Messages/ControlResponse.h | ||
| SoftwareName | FString | Control/Messages/ControlResponse.h | ||
| SoftwareVersion | FString | Control/Messages/ControlResponse.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint16 GetExportPort() |
Control/Messages/ControlResponse.h | ||
const FString & GetId() |
Control/Messages/ControlResponse.h | ||
const FString & GetModel() |
Control/Messages/ControlResponse.h | ||
const FString & GetName() |
Control/Messages/ControlResponse.h | ||
const FString & GetPlatformName() |
Control/Messages/ControlResponse.h | ||
const FString & GetPlatformVersion() |
Control/Messages/ControlResponse.h | ||
const FString & GetSoftwareName() |
Control/Messages/ControlResponse.h | ||
const FString & GetSoftwareVersion() |
Control/Messages/ControlResponse.h |
Overridden from FControlResponse
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TProtocolResult< void > Parse
(
TSharedPtr< FJsonObject > InBody |
Control/Messages/ControlResponse.h |