Class EditorPerProjectUserSettings
Editor Per Project User Settings
Inheritance
System.Object
EditorPerProjectUserSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: UE4DotNet.dll
Syntax
public class EditorPerProjectUserSettings : UObject
Properties
|
Improve this Doc
View Source
AssetViewerProfileIndex
Per project user settings for which asset viewer profile should be used
Declaration
public int AssetViewerProfileIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
bAllowSelectTranslucent
Declaration
public bool bAllowSelectTranslucent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bAlwaysGatherBehaviorTreeDebuggerData
Declaration
public bool bAlwaysGatherBehaviorTreeDebuggerData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bAnimationReimportWarnings
Declaration
public bool bAnimationReimportWarnings { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bAutoloadCheckedOutPackages
Declaration
public bool bAutoloadCheckedOutPackages { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bAutomaticallyHotReloadNewClasses
Declaration
public bool bAutomaticallyHotReloadNewClasses { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bDisplayActionListItemRefIds
Declaration
public bool bDisplayActionListItemRefIds { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bDisplayDocumentationLink
Declaration
public bool bDisplayDocumentationLink { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bDisplayEngineVersionInBadge
Declaration
public bool bDisplayEngineVersionInBadge { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bDisplayUIExtensionPoints
Declaration
public bool bDisplayUIExtensionPoints { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bEnableSwarmDebugging
Declaration
public bool bEnableSwarmDebugging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool bIsMaterialQualityOverridePlatform { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bKeepAttachHierarchy
Declaration
public bool bKeepAttachHierarchy { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bKeepFbxNamespace
Declaration
public bool bKeepFbxNamespace { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
BlueprintFavorites
Declaration
public BlueprintPaletteFavorites BlueprintFavorites { get; set; }
Property Value
|
Improve this Doc
View Source
bSCSEditorShowFloor
Declaration
public bool bSCSEditorShowFloor { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bSCSEditorShowGrid
Declaration
public bool bSCSEditorShowGrid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bShowCompilerLogOnCompileError
Declaration
public bool bShowCompilerLogOnCompileError { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bShowImportDialogAtReimport
Declaration
public bool bShowImportDialogAtReimport { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bSuppressFullyLoadPrompt
Declaration
public bool bSuppressFullyLoadPrompt { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bUseCurvesForDistributions
Declaration
public bool bUseCurvesForDistributions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bUseSimplygonSwarm
Declaration
public bool bUseSimplygonSwarm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DataSourceFolder
Specify a project data source folder to store relative source file path to ease the re-import process
Declaration
public DirectoryPath DataSourceFolder { get; set; }
Property Value
|
Improve this Doc
View Source
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static EditorPerProjectUserSettings DefaultObject { get; }
Property Value
|
Improve this Doc
View Source
MaterialQualityLevel
Declaration
public int MaterialQualityLevel { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
The name of the shader platform that will be used in the editor
Declaration
public Name PreviewShaderPlatformName { get; set; }
Property Value
|
Improve this Doc
View Source
PropertyMatrix_NumberOfPasteOperationsBeforeWarning
Controls the minimum value at which the property matrix editor will display a loading bar when pasting values
Declaration
public int PropertyMatrix_NumberOfPasteOperationsBeforeWarning { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SCSViewportCameraSpeed
How fast the SCS viewport camera moves
Declaration
public int SCSViewportCameraSpeed { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StaticClass
Declaration
public static Class StaticClass { get; }
Property Value
Methods
|
Improve this Doc
View Source
New(UObject, Name)
Spawn an object of this class
Declaration
public static EditorPerProjectUserSettings New(UObject obj = null, Name name = default(Name))
Parameters
Returns
Operators
|
Improve this Doc
View Source
Implicit(IntPtr to EditorPerProjectUserSettings)
Convert from IntPtr to UObject
Declaration
public static implicit operator EditorPerProjectUserSettings(IntPtr p)
Parameters
Type |
Name |
Description |
System.IntPtr |
p |
|
Returns