Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/INavMovementInterface
- INavMovementInterface::RequestDirectMove()
- UCharacterMovementComponent::RequestDirectMove()
- UNavMovementComponent::RequestDirectMove()
- UCharacterMovementComponent::RequestDirectMove()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/NavMovementInterface.h |
| Include | #include "GameFramework/NavMovementInterface.h" |
UFUNCTION (BlueprintCallable, Category="AI|NavMovement")
void RequestDirectMove
(
const FVector & MoveVelocity,
bool bForceMaxSpeed
)
Remarks
Path following: request movement through a velocity directly