Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/IPixelStreamingModule
Deprecated * GetStreamer() is deprecated. Please use FindStreamer instead.
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/IPixelStreamingModule.h |
| Include | #include "IPixelStreamingModule.h" |
TSharedPtr< IPixelStreamingStreamer > GetStreamer
&40;
const FString & StreamerId
&41;
Remarks
Get a streamer by an ID. // This method has been renamed as the module isn't responsible for a Streamer's lifetime, so renaming to Find as opposed to Get makes this more obvious A pointer to the interface for a streamer. nullptr if the streamer isn't found