#include "TrackMovement.h" FTrackMovement::FTrackMovement() { this->Direction = 0; this->Distance = 0.00f; this->Speed = 0.00f; }