Navigation
API > API/Plugins > API/Plugins/PixelStreamingInput
Config loaded/saved to an .ini file. It is also exposed through the plugin settings page in editor.
| Name | UPixelStreamingSettings |
| Type | class |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/EditorPixelStreamingSettings.h |
| Include Path | #include "EditorPixelStreamingSettings.h" |
Syntax
UCLASS (Config=PixelStreaming, defaultconfig, Meta=(DisplayName="PixelStreaming"))
class UPixelStreamingSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UPixelStreamingSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPixelStreamingSettings
(
const FObjectInitializer& ObjectInitializer |
EditorPixelStreamingSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bMouseAlwaysAttached | bool | Pixel Streaming may be running on a machine which has no physical mouse attached, and yet the browser is sending mouse positions. | EditorPixelStreamingSettings.h |
|
| DefaultCursorClassName | FSoftClassPath | Pixel streaming always requires various software cursors so they will be visible in the video stream sent to the browser to allow the user to click and interact with UI elements. | EditorPixelStreamingSettings.h |
|
| HiddenCursorClassName | FSoftClassPath | Pixel Streaming can have a server-side cursor (where the cursor itself is shown as part of the video), or a client-side cursor (where the cursor is shown by the browser). | EditorPixelStreamingSettings.h |
|
| TextEditBeamCursorClassName | FSoftClassPath | EditorPixelStreamingSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetCategoryName() |
EditorPixelStreamingSettings.h | ||
virtual FText GetSectionText() |
EditorPixelStreamingSettings.h | ||
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
EditorPixelStreamingSettings.h |