Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FCompilerManager
Description
Cache dependent external objects for tree's editor bindings. This includes any objects outside StateTree and CoreModule, that editor bindings are dependent on. This function gets called when EditorData updates its bindings.
| Name | CacheEditorBindingExternalDependencies |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeCompilerManager.h |
| Include Path | #include "StateTreeCompilerManager.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreeCompilerManager.cpp |
static void CacheEditorBindingExternalDependencies
(
TNotNull< UStateTreeEditorData * > EditorData
)