Navigation
API > API/Plugins > API/Plugins/CaptureProtocolStack
| Name | FGetStreamingSubjectsResponse |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CaptureManager/CaptureManagerCore/Source/CaptureProtocolStack/Public/Control/Messages/ControlResponse.h |
| Include Path | #include "Control/Messages/ControlResponse.h" |
Syntax
class FGetStreamingSubjectsResponse : public UE::CaptureManager::FControlResponse
Inheritance Hierarchy
- FControlResponse → FGetStreamingSubjectsResponse
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGetStreamingSubjectsResponse() |
Control/Messages/ControlResponse.h |
Structs
| Name | Remarks |
|---|---|
| FAnimationMetadata | |
| FSubject |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Subjects | TArray< FSubject > | Control/Messages/ControlResponse.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Control/Messages/ControlResponse.h |
Overridden from FControlResponse
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TProtocolResult< void > Parse
(
TSharedPtr< FJsonObject > InBody |
Control/Messages/ControlResponse.h |