Files
2026-04-22 15:51:07 +02:00

12 lines
329 B
C++

#include "AthenaNavInvokerBox.h"
#include "NavigationInvokerComponent.h"
void AAthenaNavInvokerBox::SetInvokerEnabled(bool bEnable) {
}
AAthenaNavInvokerBox::AAthenaNavInvokerBox() {
this->GenerationRange = 5000.00f;
this->InvokerComp = CreateDefaultSubobject<UNavigationInvokerComponent>(TEXT("InvokerComponent"));
}