ISoundfieldFactory::RegisterSoundfieldFormat

This needs to be called to make a soundfield format usable by the engine.

Windows
MacOS
Linux

References

Module

AudioExtensions

Header

/Engine/Source/Runtime/AudioExtensions/Public/ISoundfieldFormat.h

Include

#include "ISoundfieldFormat.h"

Source

/Engine/Source/Runtime/AudioExtensions/Private/ISoundfieldFormat.cpp

Syntax

static void RegisterSoundfieldFormat
(
    ISoundfieldFactory * InFactory
)

Remarks

This needs to be called to make a soundfield format usable by the engine. It can be called from a ISoundfieldFactory subclass' constructor

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