Navigation
API > API/Plugins > API/Plugins/PixelStreaming
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingStats.h |
| Include | #include "IPixelStreamingStats.h" |
Syntax
class IPixelStreamingStats
Remarks
Add stats that Pixel Streaming can display on screen or be used internally.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IPixelStreamingStats & | Get () |
Singleton-like access to the Pixel Streaming stats public API. | |
| void | GraphValue
(
FName InName, |
Graphs a value in a real-time plot that is visible when `stat PixelStreamingGraphs_ is used. |