Navigation
API > API/Plugins > API/Plugins/AudioExperimentalRuntime > API/Plugins/AudioExperimentalRuntime/FChannelAgnosticType
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< const float > GetChannel
(
const int32 InChannelIndex |
ChannelAgnostic/ChannelAgnosticType.h | ||
TArrayView< float > GetChannel
(
const int32 InChannelIndex |
ChannelAgnostic/ChannelAgnosticType.h |
GetChannel(const int32)
| Name | GetChannel |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/AudioExperimentalRuntime/Public/ChannelAgnostic/ChannelAgnosticType.h |
| Include Path | #include "ChannelAgnostic/ChannelAgnosticType.h" |
TArrayView < const float > GetChannel
(
const int32 InChannelIndex
) const
GetChannel(const int32)
| Name | GetChannel |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/AudioExperimentalRuntime/Public/ChannelAgnostic/ChannelAgnosticType.h |
| Include Path | #include "ChannelAgnostic/ChannelAgnosticType.h" |
TArrayView < float > GetChannel
(
const int32 InChannelIndex
)