Navigation
API > API/Plugins > API/Plugins/MetasoundStandardNodes > API/Plugins/MetasoundStandardNodes/TStaticChannelAudioFormat
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< FAudioBufferReadRef > GetStorage () |
Return an array of the readable buffer references. | MetasoundAudioFormats.h | |
const TArray< FAudioBufferWriteRef > GetStorage () |
Return an array of the writable buffer references. | MetasoundAudioFormats.h |
GetStorage()
Description
Return an array of the readable buffer references.
This array will have GetNumChannels() elements.
| Name | GetStorage |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundStandardNodes/Public/MetasoundAudioFormats.h |
| Include Path | #include "MetasoundAudioFormats.h" |
const TArray < FAudioBufferReadRef > GetStorage() const
GetStorage()
Description
Return an array of the writable buffer references.
This array will have GetNumChannels() elements.
| Name | GetStorage |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundStandardNodes/Public/MetasoundAudioFormats.h |
| Include Path | #include "MetasoundAudioFormats.h" |
const TArray < FAudioBufferWriteRef > GetStorage()