Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAvoidanceManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateRVO
(
UMovementComponent* MovementComp |
Update the RVO avoidance data for the participating UMovementComponent | AI/Navigation/AvoidanceManager.h | |
void UpdateRVO
(
UCharacterMovementComponent* MovementComp |
Fast-track UpdateRVO(UMovementComponent) implementation for most common case of UCharacterMovementComponent | AI/Navigation/AvoidanceManager.h |
UpdateRVO(UMovementComponent *)
Description
Update the RVO avoidance data for the participating UMovementComponent
| Name | UpdateRVO |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/AI/Navigation/AvoidanceManager.h |
| Include Path | #include "AI/Navigation/AvoidanceManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AI/Navigation/AvoidanceManager.cpp |
void UpdateRVO
(
UMovementComponent * MovementComp
)
UpdateRVO(UCharacterMovementComponent *)
Description
Fast-track UpdateRVO(UMovementComponent) implementation for most common case of UCharacterMovementComponent
| Name | UpdateRVO |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/AI/Navigation/AvoidanceManager.h |
| Include Path | #include "AI/Navigation/AvoidanceManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AI/Navigation/AvoidanceManager.cpp |
void UpdateRVO
(
UCharacterMovementComponent * MovementComp
)