![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Functions | |
| FORCEINLINE FVector | FindGoalLocation (const UPathFollowingComponent &Component, const AActor &GoalActor, const INavAgentInterface *GoalNavAgent, float &GoalRadius, float &GoalHalfHeight) |
| const UNavigationSystemV1 * | FindNavigationSystem (const TArray< ANavigationData * > &NavDataSet) |
| const FNavDataConfig & | GetFallbackNavDataConfig () |
| FORCEINLINE bool | IsValidExtent (const FVector &Extent) |
| bool | ShouldComponentWaitForActorToRegister (const UActorComponent *Comp) |
| void | LogNavInvokerRegistration (const UNavigationSystemV1 &NavSystem, const FNavigationInvoker &Data) |
Variables | |
| FAutoConsoleVariableRef | CVarEnableNavMeshResolutions (TEXT("ai.nav.EnableNavMeshResolutions"), FCompositeNavModifier::bEnableNavMeshResolutions, TEXT("When set to false, navmesh resoutions will be ignored."), ECVF_Default) |
| FORCEINLINE FVector UE::Navigation::Private::FindGoalLocation | ( | const UPathFollowingComponent & | Component, |
| const AActor & | GoalActor, | ||
| const INavAgentInterface * | GoalNavAgent, | ||
| float & | GoalRadius, | ||
| float & | GoalHalfHeight | ||
| ) |
| const UNavigationSystemV1 * UE::Navigation::Private::FindNavigationSystem | ( | const TArray< ANavigationData * > & | NavDataSet | ) |
| const FNavDataConfig & UE::Navigation::Private::GetFallbackNavDataConfig | ( | ) |
| FORCEINLINE bool UE::Navigation::Private::IsValidExtent | ( | const FVector & | Extent | ) |
| void UE::Navigation::Private::LogNavInvokerRegistration | ( | const UNavigationSystemV1 & | NavSystem, |
| const FNavigationInvoker & | Data | ||
| ) |
| bool UE::Navigation::Private::ShouldComponentWaitForActorToRegister | ( | const UActorComponent * | Comp | ) |
| FAutoConsoleVariableRef UE::Navigation::Private::CVarEnableNavMeshResolutions(TEXT("ai.nav.EnableNavMeshResolutions"), FCompositeNavModifier::bEnableNavMeshResolutions, TEXT("When set to false, navmesh resoutions will be ignored."), ECVF_Default) | ( | TEXT("ai.nav.EnableNavMeshResolutions") | , |
| FCompositeNavModifier::bEnableNavMeshResolutions | , | ||
| TEXT("When set to false, navmesh resoutions will be ignored.") | , | ||
| ECVF_Default | |||
| ) |