We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721ad31 commit f3ffbe8Copy full SHA for f3ffbe8
spatial/default_launch.json
@@ -48,7 +48,21 @@
48
"worker_type": "UnrealClient",
49
"permissions": [
50
{
51
- "all": {}
+ "entity_creation": {
52
+ "allow": false
53
+ },
54
+ "entity_deletion": {
55
56
57
+ "entity_query": {
58
+ "allow": true,
59
+ "components": [
60
+ "*"
61
+ ]
62
63
+ "system_entity_command": {
64
65
+ }
66
}
67
]
68
0 commit comments