#include "PlaylistUserOptionFloatRange.h" UPlaylistUserOptionFloatRange::UPlaylistUserOptionFloatRange() { this->Min = 0.00f; this->Max = 0.00f; this->DefaultValue = 0.00f; this->IncrementValue = 0.25f; }