APawn::GetMoveGoalReachTest

Get cylinder for testing if actor has been reached

Windows
MacOS
Linux

Override Hierarchy

INavAgentInterface::GetMoveGoalReachTest()

APawn::GetMoveGoalReachTest()

References

Module

Engine

Header

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

Include

#include "GameFramework/Pawn.h"

Source

/Engine/Source/Runtime/Engine/Private/Pawn.cpp

Syntax

virtual void GetMoveGoalReachTest
(
    const AActor * MovingActor,
    const FVector & MoveOffset,
    FVector & GoalOffset,
    float & GoalRadius,
    float & GoalHalfHeight
) const

Remarks

Get cylinder for testing if actor has been reached

Parameters

Parameter

Description

MoveOffset

destination (relative to actor's nav location)

GoalOffset

cylinder center (relative to actor's nav location)

GoalRadius

cylinder radius

GoalHalfHeight

cylinder half height

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