Multiplayer
User Storage
Read and fan out user files through configured storage providers
User Storage
The Storage role exposes four stable nodes:
- Read User File reads from the first configured provider with the file.
- Write User File fans out and returns a result per provider.
- Delete User File fans out and returns a result per provider.
- Enumerate User Files merges provider metadata.
FUCIK_UserFile carries a name and bytes. FUCIK_UserFileMetadata carries provider, name, size, and hash/timestamp data available from the adapter. EOS Player Data Storage and Steam Remote Storage are the initial adapters.
Use a unified node first. Use a kit-specific cloud node only for that platform's exact option set or conflict behavior.