Navigation
API > API/Runtime > API/Runtime/AudioAnalyzer > API/Runtime/AudioAnalyzer/UAudioAnalyzerNRT > API/Runtime/AudioAnalyzer/UAudioAnalyzerNRT/GetResult
References
Module | AudioAnalyzer |
Header | /Engine/Source/Runtime/AudioAnalyzer/Classes/AudioAnalyzerNRT.h |
Include | #include "AudioAnalyzerNRT.h" |
template<class ResultType>
TSharedPtr< ResultType, ESPMode::ThreadSafe > GetResult&40;&41;
Remarks
Returns the result object generated by the associated IAudioAnalyzerNRTFactory. The template argument must be the IAudioAnalyzerNRTResult subclass returned by the associated IAudioAnalyzerNRTFactory.