Start implementation of hierarchical state machine

[git-p4: depot-paths = "//depot/main/": change = 16]
This commit is contained in:
Kevin Poretti 2021-02-27 17:52:46 -05:00
parent c85fbc0403
commit 21e42b762b
6 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"Type": "Runtime", "Type": "Runtime",
"LoadingPhase": "Default", "LoadingPhase": "Default",
"AdditionalDependencies": [ "AdditionalDependencies": [
"Engine" "Engine",
"CoreUObject"
] ]
} }
], ],