mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-10 01:30:37 -04:00
52d098dbfb
# Description of Changes Closes: #3781 - Added and tested procedure docs for Unreal C++ & Unreal Blueprint - Fixed a small issue with the blueprint accessors for the event status - Fixed a bug in the C# procedure docs # API and ABI breaking changes N/A # Expected complexity level and risk 1 # Testing I built a new local test framework to do another clean end to end test of procedures with Unreal to properly test the Blueprint work as well. - [x] Built the Rust server alongside a new Unreal client and tested each procedure/callback in C++ and Blueprint - [x] Reviewed the docs locally