EventDebugNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
events DebugEventInput[]

Static members

Name Type
EventDebugNodeData.typeInfo TypeInformation

Constructors

EventDebugNodeData

EventDebugNodeData()

Creates a new EventDebugNodeData frostbite instance.

EventDebugNodeData

EventDebugNodeData(guid: Guid)

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

Parameters

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

EventDebugNodeData

EventDebugNodeData(other: AudioGraphNodeData)

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

Parameters

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

EventDebugNodeData

EventDebugNodeData(other: DataContainer)

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

Parameters

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

Properties

events

DebugEventInput[]

Static members

typeInfo

TypeInformation

The type information for the EventDebugNodeData type.

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