Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetasoundFrontendRegistryContai-
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendRegistryContainer.h |
| Include | #include "MetasoundFrontendRegistryContainer.h" |
Syntax
class IObjectReferencer
Remarks
The MetaSound frontend does not rely on the Engine module and therefore does not have the ability to provide GC protection. This interface allows external modules to provide GC protection so that async tasks can safely use UObjects
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Called when an object should be referenced. | ||
| void | RemoveObject
(
UObject* InObject |
Called when an object no longer needs to be referenced. |