Navigation
API > API/Plugins > API/Plugins/XRCreative
Per user settings for XRCreative Editor.
| Name | UXRCreativeEditorSettings |
| Type | class |
| Header File | /Engine/Plugins/Experimental/XRCreativeFramework/Source/XRCreative/Public/XRCreativeSettings.h |
| Include Path | #include "XRCreativeSettings.h" |
Syntax
UCLASS (Config=EditorPerProjectUserSettings, Meta=(DisplayName="XR Creative Editor"))
class UXRCreativeEditorSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UXRCreativeEditorSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Handedness | EXRCreativeHandedness | Manages Left/Right handedness user preferences. | XRCreativeSettings.h |
|
Functions
Public
Overridden from UDeveloperSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetCategoryName() |
XRCreativeSettings.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UXRCreativeEditorSettings * GetXRCreativeEditorSettings() |
XRCreativeSettings.h |
|