Navigation
API > API/Plugins > API/Plugins/CaptureProtocolStack
| Name | FBaseTakeUpdate |
| 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 FBaseTakeUpdate : public UE::CaptureManager::FControlUpdate
Inheritance Hierarchy
- FControlUpdate → FBaseTakeUpdate
Derived Classes
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TakeName | FString | Control/Messages/ControlUpdate.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FControlUpdate
(
FString InAddressPath |
Control/Messages/ControlUpdate.h | ||
const FString & GetTakeName() |
Control/Messages/ControlUpdate.h |
Overridden from FControlUpdate
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TProtocolResult< void > Parse
(
TSharedPtr< FJsonObject > InBody |
Control/Messages/ControlUpdate.h |