Files
FNGameProj/Source/FortniteGame/Private/AthenaNavInvokerBox.cpp
T
2024-06-07 01:17:09 +02:00

12 lines
310 B
C++

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