#include "AttributeClamp.h" FAttributeClamp::FAttributeClamp() { this->ClampType = EClampType::Minimum; this->ClampValue = 0.00f; }