You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Component save-data inside EPF_EntitySaveData is now stored differently. Was previously a map. Direct interaction with it needs to be refactored. Consider using EPF_ComponentSaveDataGetter<T> to access individual save-data components.
EPF_PersistenceComponent::ForceSelfSpawn() is now OverrideSelfSpawn(bool selfSpawn) to allow override in both ways. #13