mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
12 lines
310 B
C++
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"));
|
|
}
|
|
|