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