Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureProtocolStack
| Name | FControlUpdate |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureProtocolStack/Public/Control/Messages/ControlUpdate.h |
| Include Path | #include "Control/Messages/ControlUpdate.h" |
Syntax
class FControlUpdate
Derived Classes
FControlUpdate derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FControlUpdate
(
FString InAddressPath |
Control/Messages/ControlUpdate.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FControlUpdate() |
Control/Messages/ControlUpdate.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnUpdateMessage | TBaseDelegate_OneParam< void, TSharedPtr< FControlUpdate > InUpdateMessage > | Control/Messages/ControlUpdate.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddressPath | FString | Control/Messages/ControlUpdate.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetAddressPath() |
Control/Messages/ControlUpdate.h | ||
virtual TProtocolResult< void > Parse
(
TSharedPtr< FJsonObject > InBody |
Control/Messages/ControlUpdate.h |