Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- IDVRStreamingSystem
- FGenericDVRStreamingSystem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/DVRStreaming.h |
| Include | #include "DVRStreaming.h" |
Syntax
class FGenericDVRStreamingSystem : public IDVRStreamingSystem
Remarks
A generic implementation of the DVR/Streaming system, that doesn't support streaming
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IDVRStreamingSystem
| Type | Name | Description | |
|---|---|---|---|
| void | EnableStreaming
(
bool Enable |
Enables or disables streaming. | |
| void | GetStreamingStatus
(
FDVRStreamingStatus& StreamingStatus |
Fetches the current status of streaming |