My program doesn't have bugs. It just develops random features.
UE2:Volume (UT2003)
Contents
- Package:
- Engine
- Direct subclasses:
- BlockingVolume, LimitationVolume, PhysicsVolume, SnipingVolume
- This class in other games:
- UE2Runtime, U2, UT2004, U2XMP, UT3, UDK
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. |
Volume: a bounding volume touch() and untouch() notifications to the volume as actors enter or leave it enteredvolume() and leftvolume() notifications when center of actor enters the volume pawns with bIsPlayer==true cause playerenteredvolume notifications instead of actorenteredvolume() This is a built-in Unreal class and it shouldn't be modified.
Properties
Property group 'Volume'
AssociatedActorTag
Type: name
Used by L.D. to specify tag of associated actor
DecoList
Type: DecorationList
Modifiers: edfindable
A list of decorations to be spawned inside the volume when the level starts
LocationName
Type: string
Modifiers: localized
Default value: "unspecified"
LocationPriority
Type: int
Internal variables
AssociatedActor
Type: Actor
this actor gets touch() and untouch notifications as the volume is entered or left
Default values
Property | Value |
---|---|
bCollideActors | True |
bSkipActorPropertyReplication | True |
Functions
Native functions
Encompasses
Events
PostBeginPlay
Overrides: Actor.PostBeginPlay
Other instance functions
DisplayDebug
Overrides: Actor.DisplayDebug
States
AssociatedTouch
AssociatedTouch.BeginState
Overrides: Object.BeginState (global)
AssociatedTouch.touch
Overrides: Actor.Touch (global)
AssociatedTouch.untouch
Overrides: Actor.UnTouch (global)