FMixerDevice::AddReferencedObjects

Pure virtual that must be overloaded by the inheriting class.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FGCObject::AddReferencedObjects()

FMixerDevice::AddReferencedObjects()

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Public/AudioMixerDevice.h

Include

#include "AudioMixerDevice.h"

Source

/Engine/Source/Runtime/AudioMixer/Private/AudioMixerDevice.cpp

Syntax

virtual void AddReferencedObjects
(
    FReferenceCollector & Collector
)

Remarks

Pure virtual that must be overloaded by the inheriting class. Use this method to serialize any UObjects contained that you wish to keep around.

Parameters

Parameter

Description

Collector

The collector of referenced objects.