Navigation
API > API/Plugins > API/Plugins/MetaHumanCaptureProtocolStack
| Name | FThermalStateUpdate |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCaptureProtocolStack/Public/Control/Messages/ControlUpdate.h |
| Include Path | #include "Control/Messages/ControlUpdate.h" |
Syntax
class FThermalStateUpdate : public FControlUpdate
Inheritance Hierarchy
- FControlUpdate → FThermalStateUpdate
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FThermalStateUpdate() |
Control/Messages/ControlUpdate.h |
Enums
Public
| Name | Remarks |
|---|---|
| EState |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| State | EState | Control/Messages/ControlUpdate.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EState GetState() |
Control/Messages/ControlUpdate.h |
Overridden from FControlUpdate
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TProtocolResult< void > Parse
(
TSharedPtr< FJsonObject > InBody |
Control/Messages/ControlUpdate.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static EState ConvertState
(
const FString& InStateString |
Control/Messages/ControlUpdate.h |