UAvoidanceManager::GetAvoidanceVelocity_Internal

This is called by our blueprint-accessible functions, and permits the user to ignore self, or not.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/AI/Navigation/AvoidanceManager.h

Include

#include "AI/Navigation/AvoidanceManager.h"

Source

/Engine/Source/Runtime/Engine/Private/AI/Navigation/AvoidanceManager.cpp

Syntax

FVector GetAvoidanceVelocity_Internal
(
    const FNavAvoidanceData & AvoidanceData,
    float DeltaTime,
    int32 * IgnoreThisUID
)

Remarks

This is called by our blueprint-accessible functions, and permits the user to ignore self, or not. Important in case the user isn't in the avoidance manager.

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