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