Skip to content

Conversation

@gregorhcs
Copy link

@gregorhcs gregorhcs commented Dec 25, 2025

#317 Implemented generic save data container support for flow.

The Flow Subsystem now saves and loads from any UObject implementing the new IFlowSaveDataContainerInterface. The interfaces provides mutable and const access to the new FFlowSaveData struct, which wraps FFlowComponentSaveData and FFlowAssetSaveData.

To retain compatibility with UFlowSaveGame, that class now implements the new interface, thus projects can easily switch to the new API on the subsystem. I've marked the old API as deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant