Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/AAIController
Description
Note that this function does not do any pathfollowing state transfer. Intended to be called as part of initialization/setup process
| Name | SetPathFollowingComponent |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/AIController.h |
| Include Path | #include "AIController.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/AIController.cpp |
UFUNCTION (BlueprintCallable, Category="AI|Navigation")
void SetPathFollowingComponent
(
UPathFollowingComponent * NewPFComponent
)