Show / Hide Table of Contents

Class ContentBrowserSettings

Implements content browser settings. These are global not per-project

Inheritance
System.Object
UObject
ContentBrowserSettings
Inherited Members
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
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)
Namespace: UE4.UnrealEd
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
Type Description
ContentBrowserSettings
| 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

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class

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
Type Name Description
UObject obj
Name name
Returns
Type Description
ContentBrowserSettings

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
Type Description
ContentBrowserSettings
  • Improve this Doc
  • View Source
Back to top Generated by DocFX