UNavMovementComponent::RequestDirectMove

Path following: request new velocity

Windows
MacOS
Linux

Override Hierarchy

UNavMovementComponent::RequestDirectMove()

UCharacterMovementComponent::RequestDirectMove()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/NavMovementComponent.h

Include

#include "GameFramework/NavMovementComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/NavMovementComponent.cpp

Syntax

virtual void RequestDirectMove
(
    const FVector & MoveVelocity,
    bool bForceMaxSpeed
)

Remarks

Path following: request new velocity

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss