PROTO Profiles & Options

Known Issues with the latest build of the plugin, and known workarounds.

Save Category without a properly defined Savefields DataTable will cause a crash when accessing unknown Savefields

Effects all Engine builds

If a Save Category does not have a Savefields DataTable defined, any Subsystem functions that attempt to access it will cause a crash.

Workaround

Ensure your Save Category is properly configured and has Savefields defined in a DataTable.

Note that this is an error state anyway, but the plugin should throw a descriptive error, not crash the engine.

Packaged shipping builds without any defined Savefield Categories will crash when attempting to access unknown Categories

If your project does not have any Savefield Categories defined in Project Settings, packaged shipping builds will crash if the game attempts to access unknown Categories

Workaround

Ensure your Project Settings are configured correctly.

Note that this is an error state anyway, but the plugin should throw a descriptive error.