Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE3:UTWillowWhisp (UT3)
Object >> Actor >> Emitter >> UTEmitter >> UTReplicatedEmitter >> UTWillowWhisp |
Contents
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
used to show the path to game objectives
Constants[edit]
MAX_WAYPOINTS[edit]
Value: 15
Properties[edit]
NumPoints[edit]
Type: int
Modifiers: repnotify
total number of valid points in WayPoints list
Position[edit]
Type: int
current position in WayPoints list
Default value: -1
WayPoints[edit]
Type: Object.Vector
Array size: 15 (MAX_WAYPOINTS
)
path points to travel to
Default values[edit]
Property | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
bOnlyRelevantToOwner | True | ||||||||
bReplicateMovement | False | ||||||||
EmitterTemplate | ParticleSystem'GamePlaceholders.Effects.WillowWhisp' | ||||||||
LifeSpan | 24.0 | ||||||||
Physics | PHYS_Projectile | ||||||||
RotationRate |
|
Subobjects[edit]
ParticleSystemComponent0[edit]
Class: Engine.ParticleSystemComponent
Inherits from: UTReplicatedEmitter.ParticleSystemComponent0
No new values.
Functions[edit]
Events[edit]
PostBeginPlay[edit]
Overrides: UTReplicatedEmitter.PostBeginPlay
ReplicatedEvent[edit]
Overrides: Emitter.ReplicatedEvent
SetInitialState[edit]
Overrides: Actor.SetInitialState
SetTemplate[edit]
Overrides: UTEmitter.SetTemplate
Other instance functions[edit]
StartNextPath[edit]
States[edit]
Pathing[edit]
Pathing.BeginState[edit]
Overrides: Object.BeginState (global)
Called immediately when entering a state, while within the GotoState() call that caused the state change (before any state code is executed).
Pathing.Tick[edit]
Overrides: Actor.Tick (global)