Navigation
API > API/Editor > API/Editor/UnrealEd
CascadeOptions
A configuration class that holds information for the setup of Cascade. Supplied so that the editor 'remembers' the last setup the user had.
| Name | UCascadeOptions |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Preferences/CascadeOptions.h |
| Include Path | #include "Preferences/CascadeOptions.h" |
Syntax
UCLASS (HideCategories=Object, Config=EditorPerProjectUserSettings, MinimalAPI)
class UCascadeOptions : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCascadeOptions
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCascadeOptions
(
const FObjectInitializer& ObjectInitializer |
Preferences/CascadeOptions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BackgroundColor | FColor | Preferences/CascadeOptions.h |
|
|
| bCenterCascadeModuleText | uint32 | If true, center the module name and buttons in the module box. | Preferences/CascadeOptions.h |
|
| bShowFloor | uint32 | Preferences/CascadeOptions.h |
|
|
| bShowGrid | uint32 | Preferences/CascadeOptions.h |
|
|
| bShowModuleDump | uint32 | Preferences/CascadeOptions.h |
|
|
| bShowParticleCounts | uint32 | Preferences/CascadeOptions.h |
|
|
| bShowParticleDistance | uint32 | Preferences/CascadeOptions.h |
|
|
| bShowParticleEvents | uint32 | Preferences/CascadeOptions.h |
|
|
| bShowParticleMemory | uint32 | Preferences/CascadeOptions.h |
|
|
| bShowParticleTimes | uint32 | Preferences/CascadeOptions.h |
|
|
| bUseSlimCascadeDraw | uint32 | If true, use the 'slimline' module drawing method in cascade. | Preferences/CascadeOptions.h |
|
| bUseSpaceBarReset | uint32 | Preferences/CascadeOptions.h |
|
|
| bUseSpaceBarResetInLevel | uint32 | Preferences/CascadeOptions.h |
|
|
| bUseSubMenus | uint32 | Preferences/CascadeOptions.h |
|
|
| Cascade_MouseMoveThreshold | int32 | The number of units the mouse must move before considering the module as dragged. | Preferences/CascadeOptions.h |
|
| Emitter_Background | FColor | Preferences/CascadeOptions.h |
|
|
| Emitter_Selected | FColor | Preferences/CascadeOptions.h |
|
|
| Emitter_Unselected | FColor | Preferences/CascadeOptions.h |
|
|
| Empty_Background | FColor | Preferences/CascadeOptions.h |
|
|
| FloorMesh | FString | Preferences/CascadeOptions.h |
|
|
| FloorPosition | FVector | Preferences/CascadeOptions.h |
|
|
| FloorRotation | FRotator | Preferences/CascadeOptions.h |
|
|
| FloorScale | float | Preferences/CascadeOptions.h |
|
|
| FloorScale3D | FVector | Preferences/CascadeOptions.h |
|
|
| GridColor_Hi | FColor | Preferences/CascadeOptions.h |
|
|
| GridColor_Low | FColor | Preferences/CascadeOptions.h |
|
|
| GridPerspectiveSize | float | Preferences/CascadeOptions.h |
|
|
| ModuleColor_Beam_Selected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_Beam_Unselected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_Event_Selected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_Event_Unselected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_General_Selected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_General_Unselected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_Light_Selected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_Light_Unselected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_Required_Selected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_Required_Unselected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_Spawn_Selected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_Spawn_Unselected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_SubUV_Selected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_SubUV_Unselected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_Trail_Selected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_Trail_Unselected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_TypeData_Selected | FColor | Preferences/CascadeOptions.h |
|
|
| ModuleColor_TypeData_Unselected | FColor | Preferences/CascadeOptions.h |
|
|
| MotionModeRadius | float | The radius of the motion mode | Preferences/CascadeOptions.h |
|
| ParticleMemoryUpdateTime | float | Preferences/CascadeOptions.h |
|
|
| ShowPPFlags | int32 | Preferences/CascadeOptions.h |
|
|
| SlimCascadeDrawHeight | int32 | The height to use for the 'slimline' module drawing method in cascade. | Preferences/CascadeOptions.h |
|