Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/ANavigationTestingActor
- INavAgentInterface::GetMoveGoalReachTest()
- ANavigationTestingActor::GetMoveGoalReachTest()
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationTestingActor.h |
| Include | #include "NavigationTestingActor.h" |
virtual void GetMoveGoalReachTest
&40;
const AActor &42; MovingActor,
const FVector & MoveOffset,
FVector & GoalOffset,
float & GoalRadius,
float & GoalHalfHeight
&41; const
Remarks
Get cylinder for testing if actor has been reached
Parameters
| Name | 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 |