Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetaSoundEditorSubsystem
References
| Module | MetasoundEditor |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorSubsystem.h |
| Include | #include "MetasoundEditorSubsystem.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorSubsystem.cpp |
void RegisterGraphWithFrontend
(
UObject & InMetaSound,
bool bInForceViewSynchronization
) const
Remarks
Wraps RegisterGraphWithFrontend logic in Frontend with any additional logic required to refresh editor & respective editor object state.
Parameters
| Name | Description |
|---|---|
| InMetaSound | MetaSound to register |
| bInForceSynchronize | Forces the synchronize flag for all open graphs being registered by this call (all referenced graphs and referencing graphs open in editors) |