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

11 lines
213 B
C++

#include "BattleMapNode.h"
ABattleMapNode::ABattleMapNode() {
EdgeClass = NULL;
ChildrenNodeClass = NULL;
bEnableAutomaticResize = true;
bSupportSelection = true;
bSupportScrubbing = true;
}