Navigation
API > API/Plugins > API/Plugins/PixelStreaming2RTC
Add stats that Pixel Streaming can display on screen or be used internally.
| Name | IPixelStreaming2Stats |
| Type | class |
| Header File | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2RTC/Public/IPixelStreaming2Stats.h |
| Include Path | #include "IPixelStreaming2Stats.h" |
Syntax
class IPixelStreaming2Stats
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 PixelStreaming2Graphs_ is used. | IPixelStreaming2Stats.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IPixelStreaming2Stats & Get() |
Singleton-like access to the Pixel Streaming stats public API. | IPixelStreaming2Stats.h |