ParameterFilterLpNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
inValue AudioGraphNodePort
out AudioGraphNodePort
hz AudioGraphNodePort

Static members

Name Type
ParameterFilterLpNodeData.typeInfo TypeInformation

Constructors

ParameterFilterLpNodeData

ParameterFilterLpNodeData()

Creates a new ParameterFilterLpNodeData frostbite instance.

ParameterFilterLpNodeData

ParameterFilterLpNodeData(guid: Guid)

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

Parameters

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

ParameterFilterLpNodeData

ParameterFilterLpNodeData(other: AudioGraphNodeData)

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

Parameters

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

ParameterFilterLpNodeData

ParameterFilterLpNodeData(other: DataContainer)

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

Parameters

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

Properties

inValue

AudioGraphNodePort

out

AudioGraphNodePort

hz

AudioGraphNodePort

Static members

typeInfo

TypeInformation

The type information for the ParameterFilterLpNodeData type.

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