Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore > API/Plugins/AudioSynesthesiaCore/FLKFSNRTResult
Description
Returns array view to FLKFSNRTResults array for individual channel. If a caller modifies the timestamps of data, they may need to resort the data by calling SortChronologically().
| Name | GetMutableChannelLoudnessArray |
| Type | function |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/LKFSNRTFactory.h |
| Include Path | #include "LKFSNRTFactory.h" |
| Source | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Private/LKFSNRTFactory.cpp |
TArrayView < FLKFSNRTResults > GetMutableChannelLoudnessArray
(
int32 ChannelIdx
)