Add Agrarian dev console commands

This commit is contained in:
2026-05-11 01:12:07 -07:00
parent 0b006799a7
commit e6a6cd9e58
3 changed files with 153 additions and 1 deletions
+2 -1
View File
@@ -27,6 +27,7 @@
- [x] Persistent actor component added.
- [x] Persistence subsystem can capture and restore saveable world actors.
- [x] Primitive shelter actor is marked as a persistent world actor.
- [x] Admin/dev console commands added to the Agrarian player controller.
## Next Unreal Editor Tasks
@@ -49,5 +50,5 @@
- [x] Add simple crafting recipe defaults or data asset pipeline.
- [x] Add item definition data asset class.
- [x] Add save/load capture for placed actors.
- [ ] Add admin/dev console commands.
- [x] Add admin/dev console commands.
- [ ] Add wildlife base actor.