Files
UnrealEvent/Project/Source/FortniteGame/Private/FortConnectivityComponentData.cpp
2026-04-22 15:51:07 +02:00

10 lines
263 B
C++

#include "FortConnectivityComponentData.h"
FFortConnectivityComponentData::FFortConnectivityComponentData() {
this->bIsPowered = false;
this->bIsProvidingPower = false;
this->bAllowConnections = false;
this->bAllowsPowerToPassThrough = false;
}