Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IDataTypeRegistryEntry
Description
Create a proxy from a UObject. If this data type does not support UObject proxies, return a nullptr.
| Name | CreateProxy |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDataTypeRegistry.h |
| Include Path | #include "MetasoundFrontendDataTypeRegistry.h" |
TSharedPtr < Audio::IProxyData > CreateProxy
(
UObject * InObject
) const