Show / Hide Table of Contents

Class CascadeOptions

Cascade Options

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

Properties

| Improve this Doc View Source

BackgroundColor

Background Color

Declaration
public Color BackgroundColor { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

bCenterCascadeModuleText

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

bShowFloor

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

bShowGrid

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

bShowModuleDump

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

bShowParticleCounts

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

bShowParticleDistance

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

bShowParticleEvents

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

bShowParticleMemory

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

bShowParticleTimes

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

bUseSlimCascadeDraw

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

bUseSpaceBarReset

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

bUseSpaceBarResetInLevel

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

bUseSubMenus

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

Cascade_MouseMoveThreshold

The number of units the mouse must move before considering the module as dragged.

Declaration
public int Cascade_MouseMoveThreshold { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

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

Emitter_Background

Emitter Background

Declaration
public Color Emitter_Background { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

Emitter_Selected

Emitter Selected

Declaration
public Color Emitter_Selected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

Emitter_Unselected

Emitter Unselected

Declaration
public Color Emitter_Unselected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

Empty_Background

Empty Background

Declaration
public Color Empty_Background { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

FloorPosition

Floor Position

Declaration
public Vector FloorPosition { get; set; }
Property Value
Type Description
Vector
| Improve this Doc View Source

FloorRotation

Floor Rotation

Declaration
public Rotator FloorRotation { get; set; }
Property Value
Type Description
Rotator
| Improve this Doc View Source

FloorScale

Floor Scale

Declaration
public float FloorScale { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

FloorScale3D

Floor Scale 3D

Declaration
public Vector FloorScale3D { get; set; }
Property Value
Type Description
Vector
| Improve this Doc View Source

GridColor_Hi

Grid Color Hi

Declaration
public Color GridColor_Hi { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

GridColor_Low

Grid Color Low

Declaration
public Color GridColor_Low { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

GridPerspectiveSize

Grid Perspective Size

Declaration
public float GridPerspectiveSize { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

ModuleColor_Beam_Selected

Module Color Beam Selected

Declaration
public Color ModuleColor_Beam_Selected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_Beam_Unselected

Module Color Beam Unselected

Declaration
public Color ModuleColor_Beam_Unselected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_Event_Selected

Module Color Event Selected

Declaration
public Color ModuleColor_Event_Selected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_Event_Unselected

Module Color Event Unselected

Declaration
public Color ModuleColor_Event_Unselected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_General_Selected

Module Color General Selected

Declaration
public Color ModuleColor_General_Selected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_General_Unselected

Module Color General Unselected

Declaration
public Color ModuleColor_General_Unselected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_Light_Selected

Module Color Light Selected

Declaration
public Color ModuleColor_Light_Selected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_Light_Unselected

Module Color Light Unselected

Declaration
public Color ModuleColor_Light_Unselected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_Required_Selected

Module Color Required Selected

Declaration
public Color ModuleColor_Required_Selected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_Required_Unselected

Module Color Required Unselected

Declaration
public Color ModuleColor_Required_Unselected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_Spawn_Selected

Module Color Spawn Selected

Declaration
public Color ModuleColor_Spawn_Selected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_Spawn_Unselected

Module Color Spawn Unselected

Declaration
public Color ModuleColor_Spawn_Unselected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_SubUV_Selected

Module Color Sub UV Selected

Declaration
public Color ModuleColor_SubUV_Selected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_SubUV_Unselected

Module Color Sub UV Unselected

Declaration
public Color ModuleColor_SubUV_Unselected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_Trail_Selected

Module Color Trail Selected

Declaration
public Color ModuleColor_Trail_Selected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_Trail_Unselected

Module Color Trail Unselected

Declaration
public Color ModuleColor_Trail_Unselected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_TypeData_Selected

Module Color Type Data Selected

Declaration
public Color ModuleColor_TypeData_Selected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

ModuleColor_TypeData_Unselected

Module Color Type Data Unselected

Declaration
public Color ModuleColor_TypeData_Unselected { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

MotionModeRadius

The radius of the motion mode

Declaration
public float MotionModeRadius { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

ParticleMemoryUpdateTime

Particle Memory Update Time

Declaration
public float ParticleMemoryUpdateTime { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

ShowPPFlags

Show PPFlags

Declaration
public int ShowPPFlags { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SlimCascadeDrawHeight

The height to use for the 'slimline' module drawing method in cascade.

Declaration
public int SlimCascadeDrawHeight { 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 CascadeOptions New(UObject obj = null, Name name = default(Name))
Parameters
Type Name Description
UObject obj
Name name
Returns
Type Description
CascadeOptions

Operators

| Improve this Doc View Source

Implicit(IntPtr to CascadeOptions)

Convert from IntPtr to UObject

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