Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/UPathFollowingComponent
Description
Set associated movement component. Note: This function is deprecated and was marked final to purposely alert users that this function should no longer be overriden Users should instead override SetNavMovementInterface(INavMovementInterface* NavMovementInterface)!
| Name | SetMovementComponent |
| 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 void SetMovementComponent
(
UNavMovementComponent * MoveComp
)