#include "MemoryBudget.h" FMemoryBudget::FMemoryBudget() { this->TotalMemory = 0; this->InUseMemory = 0; }