FInitialValueCache

Container that houses initial values for any properties animated through [FEntityManager](API\Runtime\MovieScene\EntitySystem\FEntityManager) Each type is stored in its own container, organized by the initial value component ID The cache is stored as a singleton (through GetSharedInitialValues()) and added as an extension to [UMovieSceneEntitySystemLinker](API\Runtime\MovieScene\EntitySystem\UMovieSceneEntitySystemLinker) where it is active.