ISequenceRecorder::RegisterAudioRecorder

Register a function that will return a new audio capturer for the specified parameters

Windows
MacOS
Linux

References

Module

SequenceRecorder

Header

/Engine/Source/Editor/SequenceRecorder/Public/ISequenceRecorder.h

Include

#include "ISequenceRecorder.h"

Syntax

FDelegateHandle RegisterAudioRecorder
(
    const TFunction< TUniquePtr< ISequenceAudioRecorder >()> & FactoryFunction
)

Remarks

Register a function that will return a new audio capturer for the specified parameters

Returns

A handle to be passed to UnregisterAudioRecorder to unregister the recorder

Parameters

Parameter

Description

FactoryFunction

Function used to generate a new audio recorder

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