Class CascadeOptions
Inheritance
System.Object
CascadeOptions
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 CascadeOptions : UObject
Properties
|
Improve this Doc
View Source
BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
|
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
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
|
Improve this Doc
View Source
Emitter_Background
Declaration
public Color Emitter_Background { get; set; }
Property Value
|
Improve this Doc
View Source
Emitter_Selected
Declaration
public Color Emitter_Selected { get; set; }
Property Value
|
Improve this Doc
View Source
Emitter_Unselected
Declaration
public Color Emitter_Unselected { get; set; }
Property Value
|
Improve this Doc
View Source
Empty_Background
Declaration
public Color Empty_Background { get; set; }
Property Value
|
Improve this Doc
View Source
FloorPosition
Declaration
public Vector FloorPosition { get; set; }
Property Value
|
Improve this Doc
View Source
FloorRotation
Declaration
public Rotator FloorRotation { get; set; }
Property Value
|
Improve this Doc
View Source
FloorScale
Declaration
public float FloorScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
FloorScale3D
Declaration
public Vector FloorScale3D { get; set; }
Property Value
|
Improve this Doc
View Source
GridColor_Hi
Declaration
public Color GridColor_Hi { get; set; }
Property Value
|
Improve this Doc
View Source
GridColor_Low
Declaration
public Color GridColor_Low { get; set; }
Property Value
|
Improve this Doc
View Source
GridPerspectiveSize
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
|
Improve this Doc
View Source
ModuleColor_Beam_Unselected
Module Color Beam Unselected
Declaration
public Color ModuleColor_Beam_Unselected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_Event_Selected
Module Color Event Selected
Declaration
public Color ModuleColor_Event_Selected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_Event_Unselected
Module Color Event Unselected
Declaration
public Color ModuleColor_Event_Unselected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_General_Selected
Module Color General Selected
Declaration
public Color ModuleColor_General_Selected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_General_Unselected
Module Color General Unselected
Declaration
public Color ModuleColor_General_Unselected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_Light_Selected
Module Color Light Selected
Declaration
public Color ModuleColor_Light_Selected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_Light_Unselected
Module Color Light Unselected
Declaration
public Color ModuleColor_Light_Unselected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_Required_Selected
Module Color Required Selected
Declaration
public Color ModuleColor_Required_Selected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_Required_Unselected
Module Color Required Unselected
Declaration
public Color ModuleColor_Required_Unselected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_Spawn_Selected
Module Color Spawn Selected
Declaration
public Color ModuleColor_Spawn_Selected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_Spawn_Unselected
Module Color Spawn Unselected
Declaration
public Color ModuleColor_Spawn_Unselected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_SubUV_Selected
Module Color Sub UV Selected
Declaration
public Color ModuleColor_SubUV_Selected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_SubUV_Unselected
Module Color Sub UV Unselected
Declaration
public Color ModuleColor_SubUV_Unselected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_Trail_Selected
Module Color Trail Selected
Declaration
public Color ModuleColor_Trail_Selected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_Trail_Unselected
Module Color Trail Unselected
Declaration
public Color ModuleColor_Trail_Unselected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_TypeData_Selected
Module Color Type Data Selected
Declaration
public Color ModuleColor_TypeData_Selected { get; set; }
Property Value
|
Improve this Doc
View Source
ModuleColor_TypeData_Unselected
Module Color Type Data Unselected
Declaration
public Color ModuleColor_TypeData_Unselected { get; set; }
Property Value
|
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
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
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 CascadeOptions New(UObject obj = null, Name name = default(Name))
Parameters
Returns
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