Show / Hide Table of Contents

Class EditorExperimentalSettings

Implements Editor settings for experimental features.

Inheritance
System.Object
UObject
EditorExperimentalSettings
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 EditorExperimentalSettings : UObject

Properties

| Improve this Doc View Source

bAllowLateJoinInPIE

Declaration
public bool bAllowLateJoinInPIE { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bAllowPotentiallyUnsafePropertyEditing

Declaration
public bool bAllowPotentiallyUnsafePropertyEditing { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bAllowVulkanPreview

Declaration
public bool bAllowVulkanPreview { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bBreakOnExceptions

Declaration
public bool bBreakOnExceptions { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bContextMenuChunkAssignments

Declaration
public bool bContextMenuChunkAssignments { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bDeviceOutputLog

Declaration
public bool bDeviceOutputLog { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bDisableCookInEditor

Declaration
public bool bDisableCookInEditor { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bDrawMidpointArrowsInBlueprints

Declaration
public bool bDrawMidpointArrowsInBlueprints { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bEnableEditorUtilityBlueprints

Declaration
public bool bEnableEditorUtilityBlueprints { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bEnableFavoriteSystem

Declaration
public bool bEnableFavoriteSystem { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bEnableFindAndReplaceReferences

Declaration
public bool bEnableFindAndReplaceReferences { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bEnableLocalizationDashboard

Declaration
public bool bEnableLocalizationDashboard { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bEnableLongPathsSupport

Declaration
public bool bEnableLongPathsSupport { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bEnableMultithreadedLightmapEncoding

Declaration
public bool bEnableMultithreadedLightmapEncoding { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bEnableMultithreadedShadowmapEncoding

Declaration
public bool bEnableMultithreadedShadowmapEncoding { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bEnableTranslationPicker

Declaration
public bool bEnableTranslationPicker { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bEQSEditor

Declaration
public bool bEQSEditor { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bExampleLayersAndBlends

Declaration
public bool bExampleLayersAndBlends { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bFacialAnimationImporter

Declaration
public bool bFacialAnimationImporter { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bMobilePIEPreviewDeviceLaunch

Declaration
public bool bMobilePIEPreviewDeviceLaunch { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bProceduralFoliage

Declaration
public bool bProceduralFoliage { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSharedCookedBuilds

Declaration
public bool bSharedCookedBuilds { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bTextAssetFormatSupport

Declaration
public bool bTextAssetFormatSupport { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bToolbarCustomization

Declaration
public bool bToolbarCustomization { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bUseOpenCLForConvexHullDecomp

Declaration
public bool bUseOpenCLForConvexHullDecomp { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ConsoleForGamepadLabels

Specify which console-specific nomenclature to use for gamepad label text

Declaration
public byte ConsoleForGamepadLabels { get; set; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

Declaration
public static EditorExperimentalSettings DefaultObject { get; }
Property Value
Type Description
EditorExperimentalSettings
| Improve this Doc View Source

MultiProcessCooking

Multi Process Cooking

Declaration
public int MultiProcessCooking { get; set; }
Property Value
Type Description
System.Int32
| 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 EditorExperimentalSettings New(UObject obj = null, Name name = default(Name))
Parameters
Type Name Description
UObject obj
Name name
Returns
Type Description
EditorExperimentalSettings

Operators

| Improve this Doc View Source

Implicit(IntPtr to EditorExperimentalSettings)

Convert from IntPtr to UObject

Declaration
public static implicit operator EditorExperimentalSettings(IntPtr p)
Parameters
Type Name Description
System.IntPtr p
Returns
Type Description
EditorExperimentalSettings
  • Improve this Doc
  • View Source
Back to top Generated by DocFX