I'm a doctor, not a mechanic

UE3:Interface_NavMeshPathObject (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Interface >> Interface_NavMeshPathObject
Package: 
Engine
Known implementing classes:
EnvironmentVolume, PylonSeed, TestSplittingVolume
Known direct subinterfaces:
Interface_NavMeshPathSwitch

Interface for path objects which need to interface with the navmesh - mostly provides a linkage from edges in the mesh to an object in the game. Useful for specifc edges which

 need special handling (e.g. ladders).  This interface does not provide methods for altaring the mesh at runtime, for that
 see Interface_navMeshPathObstacle (which can be used in conjunction with this interface)