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

Engine.ColorScaleVolume

Extends
Volume
Modifiers
hidecategories ( Collision , Brush , Attachment , Volume ) placeable

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

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Brush
      |   
      +-- Engine.Volume
         |   
         +-- Engine.ColorScaleVolume

Variables Summary
ColorScaleVolume
vectorColorScale
floatInterpTime
Inherited Variables from Engine.Volume
AssociatedActor, bForcePawnWalk, bProcessAllActors, LocationName, LocationPriority
Inherited Variables from Engine.Brush
bColored, Brush, BrushColor, BrushComponent, bSolidWhenSelected, CsgOper, PolyFlags, SavedSelections

Enumerations Summary
Inherited Enumerations from Engine.Brush
ECsgOper

Structures Summary
Inherited Structures from Engine.Brush
GeomSelection

Functions Summary
event Touch (Actor Other, PrimitiveComponent OtherComp, vector HitLocation, vector HitNormal))
event UnTouch (Actor Other))
Inherited Functions from Engine.Volume
BeginState, CollisionChanged, DisplayDebug, Encompasses, GetLocationStringFor, OnToggle, PostBeginPlay, ProcessActorSetVolume, Touch, untouch


Variables Detail

ColorScaleVolume

ColorScale Source code

var(ColorScaleVolume) vector ColorScale;
Desired color scale upon entering volume

InterpTime Source code

var(ColorScaleVolume) float InterpTime;
Interpolation time for the color scale


Functions Detail

Touch Source code

event Touch ( Actor Other, PrimitiveComponent OtherComp, vector HitLocation, vector HitNormal) )

UnTouch Source code

event UnTouch ( Actor Other) )


Defaultproperties

defaultproperties
{
   ColorScale=(X=1.000000,Y=1.000000,Z=1.000000)
   InterpTime=1.000000
   Begin Object Class=BrushComponent Name=BrushComponent0 ObjName=BrushComponent0 Archetype=BrushComponent'Engine.Default__Volume:BrushComponent0'
      ObjectArchetype=BrushComponent'Engine.Default__Volume:BrushComponent0'
   End Object
   BrushComponent=BrushComponent0
   Components(0)=BrushComponent0
   CollisionComponent=BrushComponent0
   CollisionType=COLLIDE_CustomDefault
   Name="Default__ColorScaleVolume"
   ObjectArchetype=Volume'Engine.Default__Volume'
}

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