Navigation
API > API/Plugins > API/Plugins/PixelStreaming2Input > API/Plugins/PixelStreaming2Input/PIXELSTREAMING2IPixelStreaming2I-
References
| Module | PixelStreaming2Input |
| Header | /Engine/Plugins/Media/PixelStreaming2/Source/PixelStreaming2Input/Public/IPixelStreaming2InputHandler.h |
| Include | #include "IPixelStreaming2InputHandler.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. |