GetNavigationSystem build error fix

Again we have a case where you cant use a function without including something for it so for the case

GetWorld()->GetNavigationSystem()->Build();

you need to include

#include “Runtime/Engine/Classes/AI/Navigation/NavigationSystem.h”

2 Likes

Answer Above

Privacy & Terms