UNavLinkCustomComponent::AddNavigationObstacle

Add box obstacle during generation of navigation data this can be used to create empty area under doors

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

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

Include

#include "NavLinkCustomComponent.h"

Source

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

Syntax

void AddNavigationObstacle
(
    TSubclassOf< UNavArea > AreaClass,
    const FVector & BoxExtent,
    const FVector & BoxOffset
)

Remarks

Add box obstacle during generation of navigation data this can be used to create empty area under doors

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