#include "CollectorUnitInfo.h" FCollectorUnitInfo::FCollectorUnitInfo() { this->InputItem = NULL; this->OverrideInputItemTexture = NULL; this->bUseDefinedOutputItem = false; this->OutputItem = NULL; this->OverrideOutputItemTexture = NULL; }