UNavigationInvokerComponent::SetGenerationRadii

Sets generation/removal ranges.

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavigationInvokerComponent.h

Include

#include "NavigationInvokerComponent.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavigationInvokerComponent.cpp

Syntax

void SetGenerationRadii
(
    const float GenerationRadius,
    const float RemovalRadius
)

Remarks

Sets generation/removal ranges. Doesn't force navigation system's update. Will get picked up the next time NavigationSystem::UpdateInvokers gets called

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