Navigation
API > API/Plugins > API/Plugins/CaptureProtocolStack
| Name | FDiskCapacityUpdate |
| 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 FDiskCapacityUpdate : public UE::CaptureManager::FControlUpdate
Inheritance Hierarchy
- FControlUpdate → FDiskCapacityUpdate
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDiskCapacityUpdate() |
Control/Messages/ControlUpdate.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Remaining | uint64 | Control/Messages/ControlUpdate.h | ||
| Total | uint64 | Control/Messages/ControlUpdate.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint64 GetRemaining() |
Control/Messages/ControlUpdate.h | ||
uint64 GetTotal() |
Control/Messages/ControlUpdate.h |
Overridden from FControlUpdate
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TProtocolResult< void > Parse
(
TSharedPtr< FJsonObject > InBody |
Control/Messages/ControlUpdate.h |