Navigation
API > API/Runtime > API/Runtime/AudioAnalyzer > API/Runtime/AudioAnalyzer/UAudioAnalyzerNRT
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< ResultType, ESPMode::ThreadSafe > GetResult () |
Returns the result object generated by the associated IAudioAnalyzerNRTFactory. | AudioAnalyzerNRT.h | |
TSharedPtr< const ResultType, ESPMode::ThreadSafe > GetResult () |
Returns the result object generated by the associated IAudioAnalyzerNRTFactory. | AudioAnalyzerNRT.h |
GetResult()
Description
Returns the result object generated by the associated IAudioAnalyzerNRTFactory. The template argument must be the IAudioAnalyzerNRTResult subclass returned by the associated IAudioAnalyzerNRTFactory.
| Name | GetResult |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioAnalyzer/Classes/AudioAnalyzerNRT.h |
| Include Path | #include "AudioAnalyzerNRT.h" |
template<class ResultType>
TSharedPtr < ResultType, ESPMode::ThreadSafe > GetResult()
GetResult()
Description
Returns the result object generated by the associated IAudioAnalyzerNRTFactory. The template argument must be the IAudioAnalyzerNRTResult subclass returned by the associated IAudioAnalyzerNRTFactory.
| Name | GetResult |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioAnalyzer/Classes/AudioAnalyzerNRT.h |
| Include Path | #include "AudioAnalyzerNRT.h" |
template<class ResultType>
TSharedPtr < const ResultType, ESPMode::ThreadSafe > GetResult() const