Navigation
API > API/Plugins > API/Plugins/AudioExperimentalRuntime > API/Plugins/AudioExperimentalRuntime/IChannelTypeRegistry
Description
Find the first concrete (non-abstract, > 0 channels) channel. (e.g. Stereo -> 'Stereo_2_0') Each Abstract type should have a designated default child.
| Name | FindConcreteChannel |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/AudioExperimentalRuntime/Public/TypeFamily/ChannelTypeFamily.h |
| Include Path | #include "TypeFamily/ChannelTypeFamily.h" |
const FChannelTypeFamily * FindConcreteChannel
(
const FName InName
) const
Pointer to type (on success), nullptr on failure
Parameters
| Name | Remarks |
|---|---|
| InName | Name of format. |