MixerReceiveEntry

Inherits from AudioGraphNodePortGroup

Summary

Constructors

MixerReceiveEntry()
MixerReceiveEntry(guid: Guid)
MixerReceiveEntry(other: AudioGraphNodePortGroup)
MixerReceiveEntry(other: DataContainer)

Properties

Name Type
out AudioGraphNodePort
source AudioGraphParameter | nil
mixer MixerAsset | nil

Static members

Name Type
MixerReceiveEntry.typeInfo TypeInformation

Constructors

MixerReceiveEntry

MixerReceiveEntry()

Creates a new MixerReceiveEntry frostbite instance.

MixerReceiveEntry

MixerReceiveEntry(guid: Guid)

Creates a new MixerReceiveEntry frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

MixerReceiveEntry

MixerReceiveEntry(other: AudioGraphNodePortGroup)

Casts an instance of type AudioGraphNodePortGroup to MixerReceiveEntry. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AudioGraphNodePortGroup The instance to cast to MixerReceiveEntry.

MixerReceiveEntry

MixerReceiveEntry(other: DataContainer)

Casts an instance of type DataContainer to MixerReceiveEntry. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to MixerReceiveEntry.

Properties

out

AudioGraphNodePort

source

AudioGraphParameter | nil

mixer

MixerAsset | nil

Static members

typeInfo

TypeInformation

The type information for the MixerReceiveEntry type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)