Mostly Harmless
UE3:SeqEvent_ParticleEvent (UDK)
Object >> SequenceObject >> SequenceOp >> SequenceEvent >> SeqEvent_ParticleEvent |
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[edit]
Property group 'SeqEvent_ParticleEvent'[edit]
UseRelfectedImpactVector[edit]
Type: bool
If TRUE, use the impact direction reflected about the hit normal as the normal.
Internal variables[edit]
EventEmitterTime[edit]
Type: float
The emitter time of the event.
EventNormal[edit]
Type: Object.Vector
The collision normal of the event.
EventParticleTime[edit]
Type: float
The particle time of the event.
EventPosition[edit]
Type: Object.Vector
The particle position of the event.
EventType[edit]
Type: EParticleEventOutputType
The type of event.
EventVelocity[edit]
Type: Object.Vector
The particle velocity of the event.
Default values[edit]
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bPlayerOnly | False | ||||||||||
MaxTriggerCount | 0 | ||||||||||
ObjCategory | "Particles" | ||||||||||
ObjName | "ParticleEvent" | ||||||||||
VariableLinks[1] |
|
||||||||||
VariableLinks[2] |
|
||||||||||
VariableLinks[3] |
|
||||||||||
VariableLinks[4] |
|
||||||||||
VariableLinks[5] |
|
||||||||||
VariableLinks[6] |
|
Enums[edit]
EParticleEventOutputType[edit]
- ePARTICLEOUT_Spawn
- ePARTICLEOUT_Death
- ePARTICLEOUT_Collision
- ePARTICLEOUT_Kismet
Static events[edit]
GetObjClassVersion[edit]
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.