Class ContentBrowserSettings
Implements content browser settings. These are global not per-project
Inheritance
System.Object
ContentBrowserSettings
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 ContentBrowserSettings : UObject
Properties
|
Improve this Doc
View Source
bOpenSourcesPanelByDefault
Declaration
public bool bOpenSourcesPanelByDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static ContentBrowserSettings DefaultObject { get; }
Property Value
|
Improve this Doc
View Source
DisplayCollections
Declaration
public bool DisplayCollections { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DisplayCppFolders
Declaration
public bool DisplayCppFolders { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DisplayDevelopersFolder
Declaration
public bool DisplayDevelopersFolder { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DisplayEmptyFolders
Declaration
public bool DisplayEmptyFolders { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DisplayEngineFolder
Declaration
public bool DisplayEngineFolder { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DisplayFavorites
Declaration
public bool DisplayFavorites { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DisplayFolders
Declaration
public bool DisplayFolders { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DisplayL10NFolder
Declaration
public bool DisplayL10NFolder { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DisplayPluginFolders
Declaration
public bool DisplayPluginFolders { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IncludeAssetPaths
Declaration
public bool IncludeAssetPaths { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IncludeClassNames
Declaration
public bool IncludeClassNames { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IncludeCollectionNames
Declaration
public bool IncludeCollectionNames { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NumObjectsInRecentList
The number of objects to keep in the Content Browser Recently Opened filter
Declaration
public int NumObjectsInRecentList { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
NumObjectsToLoadBeforeWarning
The number of objects to load at once in the Content Browser before displaying a warning about loading many assets
Declaration
public int NumObjectsToLoadBeforeWarning { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
RealTimeThumbnails
Declaration
public bool RealTimeThumbnails { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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 ContentBrowserSettings New(UObject obj = null, Name name = default(Name))
Parameters
Returns
Operators
|
Improve this Doc
View Source
Implicit(IntPtr to ContentBrowserSettings)
Convert from IntPtr to UObject
Declaration
public static implicit operator ContentBrowserSettings(IntPtr p)
Parameters
Type |
Name |
Description |
System.IntPtr |
p |
|
Returns