Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UPathFollowingComponent
Description
Checks if this PathFollowingComponent is already on path, and if so determines index of next path point
this function does not set MoveSegmentEndIndex
Derived Overrides
| Name | DetermineStartingPathPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/Navigation/PathFollowingComponent.h |
| Include Path | #include "Navigation/PathFollowingComponent.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/Navigation/PathFollowingComponent.cpp |
virtual int32 DetermineStartingPathPoint
(
const FNavigationPath * ConsideredPath
) const
what PathFollowingComponent thinks should be next path point. INDEX_NONE if given path is invalid