Mostly Harmless
UE2:TriggerVolume (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
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. |
NEW (mdf) TriggerVolume:
Properties
Property group 'Trigger'
bInitiallyActive
Type: bool
bTriggerNPCs
Type: bool
bTriggerOnceOnly
Type: bool
ClassProximityType
ClassProximityTypes
use if more than 1
Description
Type: string
Modifiers: localized
InstigatorTag
Type: name
Message
Type: string
Modifiers: localized
RepeatTriggerTime
Type: float
ReTriggerDelay
Type: float
TriggerClass
TriggerType
Type: Trigger.ETriggerType
Internal variables
AssociatedTrigger
Type: Trigger
NextTouchTime
Type: float
NextUnTouchTime
Type: float
TouchAgainDelay
Type: float
Default value: 0.5
UnTouchAgainDelay
Type: float
Default value: 0.5
Events
PostBeginPlay
event PostBeginPlay ()
Overrides: Volume.PostBeginPlay
PreBeginPlay
event PreBeginPlay ()
Overrides: Actor.PreBeginPlay
Touch
event Touch (Actor Other)
Overrides: Actor.Touch
UnTouch
event UnTouch (Actor Other)
Overrides: Actor.UnTouch