Mostly Harmless
UE3:SeqAct_ParticleEventGenerator (UDK)
Object >> SequenceObject >> SequenceOp >> SequenceAction >> SeqAct_ParticleEventGenerator |
Contents
- Package:
- Engine
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. |
Properties
Property group 'SeqAct_ParticleEventGenerator'
bEnabled
Type: bool
Is this event generator enabled?
Default value: True
bUseEmitterLocation
Type: bool
If TRUE, use the Emitter target position as the Location.
Internal variables
EventDirection
Type: Object.Vector
The direction of the event.
EventLocation
Type: Object.Vector
The location of the event.
EventNames
Name of the event to generate.
EventNormal
Type: Object.Vector
The (hit) normal of the event.
EventTime
Type: float
The 'time' the event occured.
EventVelocity
Type: Object.Vector
The velocity of the event.
Instigator
Type: Actor
Player that trigger the event (Controller or Pawn)
Default values
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
InputLinks[0] |
|
||||||||||
InputLinks[1] |
|
||||||||||
InputLinks[2] |
|
||||||||||
InputLinks[3] |
|
||||||||||
ObjCategory | "Particles" | ||||||||||
ObjName | "ParticleEvent Generator" | ||||||||||
VariableLinks[1] |
|
||||||||||
VariableLinks[2] |
|
||||||||||
VariableLinks[3] |
|
||||||||||
VariableLinks[4] |
|
||||||||||
VariableLinks[5] |
|
||||||||||
VariableLinks[6] |
|
Static events
GetObjClassVersion
Overrides: SequenceObject.GetObjClassVersion
Return the version number for this class. Child classes should increment this method by calling Super then adding a individual class version to the result. When a class is first created, the number should be 0; each time one of the link arrays is modified (VariableLinks, OutputLinks, InputLinks, etc.), the number that is added to the result of Super.GetObjClassVersion() should be incremented by 1.
Returns:
- the version number for this specific class.