unreal.PathFollowingStatus¶
- class unreal.PathFollowingStatus¶
Bases:
EnumBaseEPath Following Status
C++ Source:
Module: AIModule
File: PathFollowingComponent.h
- IDLE: PathFollowingStatus = Ellipsis¶
No requests
- Type:
0
- MOVING: PathFollowingStatus = Ellipsis¶
Following path
- Type:
3
- PAUSED: PathFollowingStatus = Ellipsis¶
Request paused, will continue after ResumeMove()
- Type:
2
- WAITING: PathFollowingStatus = Ellipsis¶
Request with incomplete path, will start after UpdateMove()
- Type:
1