I'm a doctor, not a mechanic

UE3:RB_LineImpulseActor (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> Actor >> RigidBodyBase >> RB_LineImpulseActor
Package: 
Engine
This class in other games:
UT3


Properties[edit]

Property group 'RB_LineImpulseActor'[edit]

bCauseFracture[edit]

Type: bool

If true, will cause FracturedStaticMeshActor fragment hit by ray to break.

bStopAtFirstHit[edit]

Type: bool

If an impulse should only be applied to the first thing the line hits, or all things in the lines path.

bVelChange[edit]

Type: bool

If true, the Strength is taken as a change in velocity instead of an impulse (ie. mass will have no affect).

ImpulseRange[edit]

Type: float

Length of line to check along.

Default value: 200.0

ImpulseStrength[edit]

Type: float

Strength of impulse to apply to actors hit by the line check.

Default value: 900.0

Internal variables[edit]

Arrow[edit]

Type: ArrowComponent


Default value: ArrowComponent'ArrowComponent0'

ImpulseCount[edit]

Type: byte

Modifiers: repnotify


Default values[edit]

Property Value
bAlwaysRelevant True
bEdShouldSnap True
bNoDelete True
bOnlyDirtyReplication True
Components[0] ArrowComponent'ArrowComponent0'
Components[1] SpriteComponent'Sprite'
NetUpdateFrequency 0.1
RemoteRole ROLE_SimulatedProxy

Subobjects[edit]

ArrowComponent0[edit]

Class: Engine.ArrowComponent

Property Value
ArrowSize 4.16667
bTreatAsASprite True
ReplacementPrimitive None

Sprite[edit]

Class: Engine.SpriteComponent

Property Value
AlwaysLoadOnClient False
AlwaysLoadOnServer False
HiddenGame True
ReplacementPrimitive None
Sprite Texture2D'EditorResources.S_LineImpulse'

Functions[edit]

Native functions[edit]

FireLineImpulse[edit]

native final function FireLineImpulse ()


Events[edit]

ReplicatedEvent[edit]

simulated event ReplicatedEvent (name VarName)

Overrides: Actor.ReplicatedEvent


Other instance functions[edit]

OnToggle[edit]

simulated function OnToggle (SeqAct_Toggle inAction)

Handling Toggle event from Kismet.