UPathFollowingComponent::RequestMoveWithImmediateFinish

Create new request and finish it immediately (e.g. already at goal)

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Navigation/PathFollowingComponent.h

Include

#include "Navigation/PathFollowingComponent.h"

Source

/Engine/Source/Runtime/AIModule/Private/Navigation/PathFollowingComponent.cpp

Syntax

FAIRequestID RequestMoveWithImmediateFinish
(
    EPathFollowingResult::Type Result,
    EPathFollowingVelocityMode VelocityMode
)

Remarks

Create new request and finish it immediately (e.g. already at goal)

Returns

MoveId of requested (and already finished) move

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