Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UnrealEd.CascadeOptions

Extends
Object
Modifiers
hidecategories ( Object ) config ( Editor ) native

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- UnrealEd.CascadeOptions

Constants Summary
Inherited Contants from Core.Object
DegToRad, INDEX_NONE, MaxInt, Pi, RadToDeg

Variables Summary
Options
colorBackgroundColor
boolbShowFloor
boolbShowGrid
boolbShowModuleDump
boolbShowParticleCounts
boolbShowParticleDistance
boolbShowParticleTimes
boolbUseSpaceBarReset
boolbUseSubMenus
colorEmitter_Background
colorEmitter_Selected
colorEmitter_Unselected
colorEmpty_Background
stringFloorMesh
vectorFloorPosition
rotatorFloorRotation
floatFloorScale
vectorFloorScale3D
colorGridColor_Hi
colorGridColor_Low
floatGridPerspectiveSize
colorModuleColor_Beam_Selected
colorModuleColor_Beam_Unselected
colorModuleColor_General_Selected
colorModuleColor_General_Unselected
colorModuleColor_Trail_Selected
colorModuleColor_Trail_Unselected
colorModuleColor_TypeData_Selected
colorModuleColor_TypeData_Unselected
stringPostProcessChainName
intShowPPFlags
Inherited Variables from Core.Object
Class, HashNext, HashOuterNext, Linker, LinkerIndex, Name, NetIndex, ObjectArchetype, ObjectFlags, ObjectInternalInteger, Outer, StateFrame, VfTableObject

Enumerations Summary
Inherited Enumerations from Core.Object
EAxis, EInputEvent, EInterpCurveMode, EInterpMethodType, ETickingGroup

Structures Summary
Inherited Structures from Core.Object
Box, BoxSphereBounds, Color, Cylinder, double, DynamicMap_Mirror, Guid, IndirectArray_Mirror, InterpCurveFloat, InterpCurvePointFloat, InterpCurvePointQuat, InterpCurvePointTwoVectors, InterpCurvePointVector, InterpCurvePointVector2D, InterpCurveQuat, InterpCurveTwoVectors, InterpCurveVector, InterpCurveVector2D, IntPoint, LinearColor, Map_Mirror, Matrix, MultiMap_Mirror, Plane, pointer, Quat, qword, RawDistribution, RenderCommandFence, Rotator, TextureMipBulkData_Mirror, ThreadSafeCounter, TPOV, TwoVectors, UntypedBulkData_Mirror, Vector, Vector2D, Vector4

Functions Summary
Inherited Functions from Core.Object
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, Asc, Asin, Atan, BeginState, ByteToFloat, Caps, Chr, Clamp, ClampLength, ClampRotAxis, ClassIsChildOf, ClearConfig, ClockwiseFrom, ColorToLinearColor, ContinuedState, Cos, Cross, Disable, Dot, DumpStateStack, DynamicLoadObject, Enable, EndState, Exp, FClamp, FCubicInterp, FindDeltaAngle, FindObject, FInterpEaseIn, FInterpEaseInOut, FInterpEaseOut, FInterpTo, FloatToByte, FMax, FMin, FPctByRange, FRand, GetAngularDegreesFromRadians, GetAngularDistance, GetAngularFromDotDist, GetAxes, GetDotDistance, GetEnum, GetFuncName, GetHeadingAngle, GetNetFuncName, GetPackageName, GetPerObjectConfigSections, GetRangePctByValue, GetRangeValueByPct, GetSpecialValue, GetStateName, GetUnAxes, GotoState, InStr, IsA, IsChildState, IsInState, IsNetScript, IsPendingKill, IsUTracing, IsZero, JoinArray, Left, Len, Lerp, Localize, Locs, Loge, LogInternal, MakeColor, MakeLinearColor, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NormalizeRotAxis, OrthoRotation, ParseStringIntoArray, PathName, PausedState, PointDistToLine, PointDistToPlane, PointInBox, PoppedState, PopState, ProjectOnTo, PushedState, PushState, QuatDot, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatSlerp, QuatToRotator, Rand, RandRange, RDiff, Repl, Right, RInterpTo, RLerp, RotRand, Round, RSize, RSmerp, SaveConfig, SClampRotAxis, ScriptTrace, SetSpecialValue, SetUTracing, Sin, Split, Sqrt, Square, StaticClearConfig, StaticSaveConfig, Tan, TimeStamp, ToHex, TransformVectorByRotation, UnwindHeading, vect2d, VInterpTo, VLerp, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, VSmerp, WarnInternal, ^, ^^, |, ||, ~, ~=


Variables Detail

Options

BackgroundColor Source code

var(Options) config color BackgroundColor;

bShowFloor Source code

var(Options) config bool bShowFloor;

bShowGrid Source code

var(Options) config bool bShowGrid;

bShowModuleDump Source code

var(Options) config bool bShowModuleDump;

bShowParticleCounts Source code

var(Options) config bool bShowParticleCounts;

bShowParticleDistance Source code

var(Options) config bool bShowParticleDistance;

bShowParticleTimes Source code

var(Options) config bool bShowParticleTimes;

bUseSpaceBarReset Source code

var(Options) config bool bUseSpaceBarReset;

bUseSubMenus Source code

var(Options) config bool bUseSubMenus;

Emitter_Background Source code

var(Options) config color Emitter_Background;

Emitter_Selected Source code

var(Options) config color Emitter_Selected;

Emitter_Unselected Source code

var(Options) config color Emitter_Unselected;

Empty_Background Source code

var(Options) config color Empty_Background;

FloorMesh Source code

var(Options) config string FloorMesh;

FloorPosition Source code

var(Options) config vector FloorPosition;

FloorRotation Source code

var(Options) config rotator FloorRotation;

FloorScale Source code

var(Options) config float FloorScale;

FloorScale3D Source code

var(Options) config vector FloorScale3D;

GridColor_Hi Source code

var(Options) config color GridColor_Hi;

GridColor_Low Source code

var(Options) config color GridColor_Low;

GridPerspectiveSize Source code

var(Options) config float GridPerspectiveSize;

ModuleColor_Beam_Selected Source code

var(Options) config color ModuleColor_Beam_Selected;

ModuleColor_Beam_Unselected Source code

var(Options) config color ModuleColor_Beam_Unselected;

ModuleColor_General_Selected Source code

var(Options) config color ModuleColor_General_Selected;

ModuleColor_General_Unselected Source code

var(Options) config color ModuleColor_General_Unselected;

ModuleColor_Trail_Selected Source code

var(Options) config color ModuleColor_Trail_Selected;

ModuleColor_Trail_Unselected Source code

var(Options) config color ModuleColor_Trail_Unselected;

ModuleColor_TypeData_Selected Source code

var(Options) config color ModuleColor_TypeData_Selected;

ModuleColor_TypeData_Unselected Source code

var(Options) config color ModuleColor_TypeData_Unselected;

PostProcessChainName Source code

var(Options) config string PostProcessChainName;

ShowPPFlags Source code

var(Options) config int ShowPPFlags;


Defaultproperties

defaultproperties
{
   bUseSubMenus=True
   BackgroundColor=(B=25,G=20,R=20,A=0)
   Empty_Background=(B=25,G=20,R=20,A=0)
   Emitter_Background=(B=25,G=20,R=20,A=0)
   Emitter_Unselected=(B=0,G=100,R=255,A=0)
   Emitter_Selected=(B=180,G=180,R=180,A=0)
   ModuleColor_General_Unselected=(B=49,G=40,R=40,A=0)
   ModuleColor_General_Selected=(B=0,G=100,R=255,A=0)
   ModuleColor_TypeData_Unselected=(B=20,G=20,R=15,A=0)
   ModuleColor_TypeData_Selected=(B=0,G=100,R=255,A=0)
   ModuleColor_Beam_Unselected=(B=235,G=150,R=160,A=0)
   ModuleColor_Beam_Selected=(B=0,G=100,R=255,A=0)
   ModuleColor_Trail_Unselected=(B=170,G=235,R=130,A=0)
   ModuleColor_Trail_Selected=(B=0,G=100,R=255,A=0)
   GridColor_Hi=(B=255,G=100,R=0,A=0)
   GridColor_Low=(B=255,G=100,R=0,A=0)
   GridPerspectiveSize=1024.000000
   FloorMesh="EditorMeshes.AnimTreeEd_PreviewFloor"
   FloorScale=1.000000
   FloorScale3D=(X=1.000000,Y=1.000000,Z=1.000000)
   PostProcessChainName="EditorMaterials.Cascade.DefaultCascadePostProcess"
   Name="Default__CascadeOptions"
   ObjectArchetype=Object'Core.Default__Object'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:35.414 - Created with UnCodeX