Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/AI/MassAI/Source/MassAIMovement/Public/MassZoneGraphLaneObstacleAnnotations.h |
Include |
#include "MassZoneGraphLaneObstacleAnnotations.h" |
class FMassLaneObstacleContainer
Container to get obstacles from LaneHandle
Name | Description | ||
---|---|---|---|
|
IDToLaneObstacleMap |
||
|
LaneObstaclesMap |
Name | Description | ||
---|---|---|---|
|
Add ( |
Add a FMassLaneObstacle |
|
|
const FMassL... |
Find ( |
Find a FMassLaneObstacle from it's ID. |
|
Find ( |
Returns the array of lane obstacle from a FZoneGraphLaneHandle (this is expected to be the most common access pattern). |
|
|
Remove ( |
Remove a FMassLaneObstacle using it's ID, returns true if it was the last one on the lane. |
|
|
Reset() |
Reset data |