FMetasoundAssetBase::GetDeclaredInterfaces

Returns the interface entries declared by the given asset's document from the InterfaceRegistry.

Choose your operating system:

Windows

macOS

Linux

References

Module

MetasoundFrontend

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetBase.h

Include

#include "MetasoundAssetBase.h"

Source

/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundAssetBase.cpp

Syntax

bool GetDeclaredInterfaces
(
    TArray< const Metasound::Frontend::IInterfaceRegistryEntry * > & OutInterfaces
) const

Remarks

Returns the interface entries declared by the given asset's document from the InterfaceRegistry.