I don't need to test my programs. I have an error-correcting modem.
UE3:Interface_NavMeshPathObject (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Interface >> Interface_NavMeshPathObject |
- Package:
- Engine
- Known implementing classes:
- EnvironmentVolume, PylonSeed, TestSplittingVolume
- Known direct subinterfaces:
- Interface_NavMeshPathSwitch
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. |
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)