#pragma once #ifndef TP_INTERNAL_COMPONENTS_GUARD #error Include Components.h instead #endif struct RemoteAnimationComponent { List TimePoints; ActionEvent LastRanAction; ActionEvent LastProcessedAction; uint32_t ReplayCount; bool ResetAnimationGraphForReplay{false}; };