My program doesn't have bugs. It just develops random features.

Difference between revisions of "UE3:EnvironmentVolume (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
m (1 revision: class descriptions for UDK January update (part 2))
 
(No difference)

Latest revision as of 05:39, 17 January 2010

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[edit]

bSplitNavMesh[edit]

Type: bool

Modifiers: const, transient

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

Change this through SetSplitNavMesh()

Default values[edit]

Property Value
CollisionType COLLIDE_CustomDefault

Subobjects[edit]

BrushComponent0[edit]

Class: Engine.BrushComponent

Inherits from: Volume.BrushComponent0

Property Value
ReplacementPrimitive None

Native functions[edit]

SetSplitNavMesh[edit]

final native function SetSplitNavMesh (bool bNewValue)

Should this volume register and split the NavMesh to affect AI pathing?