FPatchMixerSplitter::AddNewOutput

Adds a new output.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/MultithreadedPatching.h

Include

#include "DSP/MultithreadedPatching.h"

Source

/Engine/Source/Runtime/SignalProcessing/Private/MultithreadedPatching.cpp

Syntax

FPatchOutputStrongPtr AddNewOutput
(
    int32 MaxLatencyInSamples,
    float InGain
)

Remarks

Adds a new output. Calling this is thread safe, but individual instances of FPatchOutput are only safe to be used from one thread. the returned FPatchOutputPtr can be safely destroyed at any point.

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