SendNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

SendNodeData()
SendNodeData(guid: Guid)
SendNodeData(other: AudioGraphNodeData)
SendNodeData(other: DataContainer)

Properties

Name Type
entries SendEntry[]

Static members

Name Type
SendNodeData.typeInfo TypeInformation

Constructors

SendNodeData

SendNodeData()

Creates a new SendNodeData frostbite instance.

SendNodeData

SendNodeData(guid: Guid)

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

Parameters

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

SendNodeData

SendNodeData(other: AudioGraphNodeData)

Casts an instance of type AudioGraphNodeData to SendNodeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AudioGraphNodeData The instance to cast to SendNodeData.

SendNodeData

SendNodeData(other: DataContainer)

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

Parameters

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

Properties

entries

SendEntry[]

Static members

typeInfo

TypeInformation

The type information for the SendNodeData type.

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