SpacetimeDB Unreal Engine Integration This skill covers Unreal Engine-specific patterns for connecting to SpacetimeDB. For server-side module development, see the or skills. --- Installation Add the SpacetimeDB Unreal SDK as a plugin: 1. Create a folder in your Unreal project root if it does not exist. 2. Copy the folder into . 3. Right-click your file and select Generate Visual Studio project files . 4. Add to your module's : --- Generate Module Bindings This generates C++ bindings in inside your project. Include the generated header: Regenerate whenever you change module tables, reducers, o…