Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/AI/MassAI/Source/MassAIMovement/Public/MassZoneGraphLaneObstacleAnnotations.h |
Include |
#include "MassZoneGraphLaneObstacleAnnotations.h" |
UCLASS(ClassGroup=AI, BlueprintType, Meta=(BlueprintSpawnableComponent))
class UZoneGraphLaneObstacleAnnotations : public UZoneGraphAnnotationComponent
Zone graph lane obstacle annotations.
Name | Description | ||
---|---|---|---|
|
LaneObstacleChangeEvents |
Array of queued obstacle change events. |
|
|
LaneObstacleTag |
Annotation Tag to mark lanes that have obstacles. |
|
|
RegisteredLaneData |
Lane data for all registered ZoneGraph data, keeping track of 'lane obstacles' on lanes. |
|
|
ZoneGraphSubsystem |
Name | Description | ||
---|---|---|---|
|
DebugDraw |
Called when scene proxy is rebuilt. |
|
|
FZoneGraphTa... |
GetAnnotationTags() |
|
|
HandleEvents ( |
Called when new events are ready to be processed |
|
|
PostSubsystemsInitialized() |
Called during OnRegister(), or after all subsystems have been initialized. |
|
|
PostZoneGraphDataAdded ( |
Called when new ZoneGraph data is added. |
|
|
PreZoneGraphDataRemoved ( |
Called when new ZoneGraph data is removed. |
|
|
TickAnnotation ( |
Ticks the Annotation and changes the tags in the container when needed. |