Navigation
API > API/Plugins > API/Plugins/PixelStreamingInput > API/Plugins/PixelStreamingInput/IPixelStreamingInputHandler
References
| Module | PixelStreamingInput |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/IPixelStreamingInputHandler.h |
| Include | #include "IPixelStreamingInputHandler.h" |
void SetElevatedCheck
(
const TFunction< bool)> & CheckFn
)
Remarks
Some behaviours might want to be limited to a specific source or group of sources. This method sets a check function to test of a given source id is "elevated".
Parameters
| Name | Description |
|---|---|
| CheckFn | A callback that takes a SourceId and returns true if the source id is an elevated user. |