Gah - a solution with more questions. – EntropicLqd

UE2:ResizableStaticMesh (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Actor >> StaticMeshActor >> ResizableStaticMesh
Package: 
Legend

ResizableStaticMesh.uc Created By: Matthias Worch Created On:1/03/02 $Author: Mfox $ $Date: 12/14/02 10:52p $ $Revision: 16 $

Properties

Property group 'ResizableStaticMesh'

bDebugMode

Type: bool

print out debug information

ChangeModifier

Type: float

time it takes to shrink/grow

Default value: 1.0

InitialDrawScale

Type: float

seperate value so that we can still see them in the editor if 0

InitialScaleGlow

Type: float

seperate value so that we can still see them in the editor if 0

TargetScaleGlow

Type: array<float>


TargetScales

Type: array<float>


TriggerDelay

Type: float

time to wait before the trigger takes effect

Internal variables

bFadeIn

Type: bool


bMaximize

Type: bool


bScaleInProgress

Type: bool


FadeDelta

Type: float


ScaleDelta

Type: float


TargetScale

Type: float


TriggerScaleIndex

Type: int


Default values

Property Value
bStatic False
InitialState 'TriggerToggle'

Functions

Events

PreBeginPlay

event PreBeginPlay ()

Overrides: Actor.PreBeginPlay


Tick

event Tick (float DeltaTime)

Overrides: Actor.Tick


Other instance functions

ScalingCompleted

function ScalingCompleted ()


States

TriggerToggle

TriggerToggle.Trigger

function Trigger (Actor Other, Pawn EventInstigator, optional name EventName)

Overrides: Actor.Trigger (global)