HiddenCursorClassName
HiddenCursorClassName
#Overview
name: HiddenCursorClassName
The value of this variable can be defined or overridden in .ini config files. 1
.ini config file referencing this setting variable.
It is referenced in 1
C++ source file.
#Summary
#Setting Variables
#References In INI files
Location: <Workspace>/Engine/Plugins/Media/PixelStreaming/Config/BasePixelStreaming.ini:4, section: [/Script/PixelStreaming.PixelStreamingSettings]
- INI Section:
/Script/PixelStreaming.PixelStreamingSettings
- Raw value:
/PixelStreaming/HiddenCursor.HiddenCursor_C
- Is Array:
False
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/EditorPixelStreamingSettings.h:31
Scope (from outer to inner):
file
class class UPixelStreamingSettings : public UDeveloperSettings
Source code excerpt:
*/
UPROPERTY(config, EditAnywhere, Category = PixelStreaming)
FSoftClassPath HiddenCursorClassName;
/**
* Pixel Streaming may be running on a machine which has no physical mouse
* attached, and yet the browser is sending mouse positions. As such, we
* fake the presence of a mouse.
*/