Navigation
API > API/Plugins > API/Plugins/PixelStreaming2
References
| Module | PixelStreaming2 |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2/Public/IPixelStreaming2Stats.h |
| Include | #include "IPixelStreaming2Stats.h" |
Syntax
class IPixelStreaming2Stats
Remarks
Add stats that Pixel Streaming can display on screen or be used internally.
Functions
| Type | Name | Description | |
|---|---|---|---|
| IPixelStreaming2Stats & | 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 PixelStreaming2Graphs_ is used. |