Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:Volume (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> Actor >> Brush >> Volume
Package: 
Engine
Direct subclasses:
BlockingVolume, PhysicsVolume
This class in other games:
UE2Runtime, UT2003, UT2004, U2XMP, UT3, UDK

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

native function bool Encompasses (Actor Other)


Events

PostBeginPlay

event PostBeginPlay ()

Overrides: Actor.PostBeginPlay


Other instance functions

DisplayDebug

function DisplayDebug (Canvas Canvas, out float YL, out float YPos)

Overrides: Actor.DisplayDebug


States

AssociatedTouch

AssociatedTouch.BeginState

event BeginState ()

Overrides: Object.BeginState (global)


AssociatedTouch.touch

event touch (Actor Other)

Overrides: Actor.Touch (global)


AssociatedTouch.untouch

event untouch (Actor Other)

Overrides: Actor.UnTouch (global)