Navigation
API > API/Plugins > API/Plugins/CaptureProtocolStack
| Name | FBatteryPercentageUpdate |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/CaptureProtocolStack/Public/Control/Messages/ControlUpdate.h |
| Include Path | #include "Control/Messages/ControlUpdate.h" |
Syntax
class FBatteryPercentageUpdate : public UE::CaptureManager::FControlUpdate
Inheritance Hierarchy
- FControlUpdate → FBatteryPercentageUpdate
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBatteryPercentageUpdate() |
Control/Messages/ControlUpdate.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Level | float | Control/Messages/ControlUpdate.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetLevel() |
Control/Messages/ControlUpdate.h |
Overridden from FControlUpdate
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TProtocolResult< void > Parse
(
TSharedPtr< FJsonObject > InBody |
Control/Messages/ControlUpdate.h |