UAudioAnalyzerNRT::GetResult

Returns the result object generated by the associated IAudioAnalyzerNRTFactory.

Windows
MacOS
Linux

References

Module

AudioAnalyzer

Header

/Engine/Source/Runtime/AudioAnalyzer/Classes/AudioAnalyzerNRT.h

Include

#include "AudioAnalyzerNRT.h"

Syntax

template<class ResultType>
TSharedPtr< const ResultType, ESPMode::ThreadSafe > GetResult() const

Remarks

Returns the result object generated by the associated IAudioAnalyzerNRTFactory. The template argument must be the IAudioAnalyzerNRTResult subclass returned by the associated IAudioAnalyzerNRTFactory.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss