1
0
This commit is contained in:
2026-05-19 16:19:27 +10:00
parent 13caeb482b
commit 676290faf7
13 changed files with 1283 additions and 1131 deletions

View File

@@ -36,6 +36,8 @@ PUT /remote/object/property
The property request uses `READ_ACCESS` and omits `propertyName`, which asks Unreal for all readable properties exposed on that UObject.
Details payloads are cached in browser `localStorage` for five minutes per object path. When you reselect an object, cached properties render immediately and the app refreshes them from Unreal in the background.
## Run
Start Unreal Editor, enable the Remote Control API, and make sure it is listening on `127.0.0.1:30010`.