Navigation
API > API/Runtime > API/Runtime/Engine
A generic implementation of the DVR/Streaming system, that doesn't support streaming
| Name | FGenericDVRStreamingSystem |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/DVRStreaming.h |
| Include Path | #include "DVRStreaming.h" |
Syntax
class FGenericDVRStreamingSystem : public IDVRStreamingSystem
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGenericDVRStreamingSystem() |
DVRStreaming.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsStreamingEnabled | bool | DVRStreaming.h |
Functions
Public
Overridden from IDVRStreamingSystem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void EnableStreaming
(
bool Enable |
Enables or disables streaming. | DVRStreaming.h | |
virtual void GetStreamingStatus
(
FDVRStreamingStatus& StreamingStatus |
Fetches the current status of streaming | DVRStreaming.h |