IAnalyzerNRTResult::CopyFrom

This virtual can be overridden to provide a faster copying scheme than full serialization when analyzing non-remote targets.

Windows
MacOS
Linux

References

Module

AudioAnalyzer

Header

/Engine/Source/Runtime/AudioAnalyzer/Public/IAudioAnalyzerNRTInterface.h

Include

#include "IAudioAnalyzerNRTInterface.h"

Syntax

virtual void CopyFrom
(
    IAnalyzerNRTResult * SourceResult
)

Remarks

This virtual can be overridden to provide a faster copying scheme than full serialization when analyzing non-remote targets. If not overridden, this function will use the Serialize call.

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