Cogito, ergo sum

UE3:EnvironmentVolume (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> Actor >> Brush >> Volume >> EnvironmentVolume
Package: 
Engine
Implemented interfaces
Interface_NavMeshPathObject, Interface_NavMeshPathObstacle

Used to define certain gameplay areas, and has optional support for interacting with the NavMesh (To block some types of enemies from pathing through it).

Properties

bSplitNavMesh

Type: bool

Modifiers: const, transient

Keep track is NavMesh is split by this volume to affect AI pathing.

Change this through SetSplitNavMesh()

Default values

Property Value
CollisionType COLLIDE_CustomDefault

Subobjects

BrushComponent0

Class: Engine.BrushComponent

Inherits from: Volume.BrushComponent0

Property Value
ReplacementPrimitive None

Native functions

SetSplitNavMesh

final native function SetSplitNavMesh (bool bNewValue)