Skip to content

Async save/load support #142

@krojew

Description

@krojew

The documentation for USpudSubsystem::SaveGame() says it's asynchronous, but it's not in reality. All the saving, especially calls to USpudState::SaveToArchive() happen on the game thread. This might be an issue for bigger states, especially on consoles where certification prohibits long stalls. It would be great to have proper async save support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions