mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-13 11:17:50 -04:00
d913998f40
# Description of Changes Closes: #3535 Updated the Unreal SDK to handle procedures and procedure callbacks as closely matched to Rust + C#. # API and ABI breaking changes N/A # Expected complexity level and risk 2 - This adds a new testing frame that should be removed once procedures are handled in /modules/sdk-test. # Testing Added a mirror of /sdks/unreal/tests/TestClient to use the new /modules/sdk-test-procedure which adds complexity we'll want to remove. - [x] Add Unreal client test of sdk-test-procedure
25 lines
373 B
Plaintext
25 lines
373 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"EngineAssociation": "5.6",
|
|
"Category": "",
|
|
"Description": "",
|
|
"Modules": [
|
|
{
|
|
"Name": "TestProcClient",
|
|
"Type": "Runtime",
|
|
"LoadingPhase": "Default"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
{
|
|
"Name": "ModelingToolsEditorMode",
|
|
"Enabled": true,
|
|
"TargetAllowList": [
|
|
"Editor"
|
|
]
|
|
}
|
|
],
|
|
"AdditionalPluginDirectories": [
|
|
"../../src"
|
|
]
|
|
} |