AudioGraphEvent

Inherits from AudioGraphParameter

Summary

Constructors

AudioGraphEvent()
AudioGraphEvent(guid: Guid)
AudioGraphEvent(other: AudioGraphParameter)
AudioGraphEvent(other: DataContainer)

Static members

Name Type
AudioGraphEvent.typeInfo TypeInformation

Constructors

AudioGraphEvent

AudioGraphEvent()

Creates a new AudioGraphEvent frostbite instance.

AudioGraphEvent

AudioGraphEvent(guid: Guid)

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

Parameters

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

AudioGraphEvent

AudioGraphEvent(other: AudioGraphParameter)

Casts an instance of type AudioGraphParameter to AudioGraphEvent. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AudioGraphParameter The instance to cast to AudioGraphEvent.

AudioGraphEvent

AudioGraphEvent(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the AudioGraphEvent type.

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