#include "UtilityData.h" FUtilityData::FUtilityData() { this->ContributionsTotal = 0.00f; this->bApplyRecentSelectionPenalty = false; this->RecentlySelectedPenaltyPercentage = 0.00f; this->PenaltyFallOffRate = 0.00f; }