Files
FNGameProj/Source/FortniteGame/Private/AthenaNavInvokerBox.cpp
2024-01-21 00:41:14 +01: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"));
}