SoundPatchConfigurationParameterEntry

Inherits from SoundPatchConfigurationEntry

Summary

Constructors

SoundPatchConfigurationParameterEntry()
SoundPatchConfigurationParameterEntry(guid: Guid)
SoundPatchConfigurationParameterEntry(other: SoundPatchConfigurationEntry)
SoundPatchConfigurationParameterEntry(other: DataContainer)

Properties

Name Type
nameHash int
value float

Static members

Name Type
SoundPatchConfigurationParameterEntry.typeInfo TypeInformation

Constructors

SoundPatchConfigurationParameterEntry

SoundPatchConfigurationParameterEntry()

Creates a new SoundPatchConfigurationParameterEntry frostbite instance.

SoundPatchConfigurationParameterEntry

SoundPatchConfigurationParameterEntry(guid: Guid)

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

Parameters

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

SoundPatchConfigurationParameterEntry

SoundPatchConfigurationParameterEntry(other: SoundPatchConfigurationEntry)

Casts an instance of type SoundPatchConfigurationEntry to SoundPatchConfigurationParameterEntry. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SoundPatchConfigurationEntry The instance to cast to SoundPatchConfigurationParameterEntry.

SoundPatchConfigurationParameterEntry

SoundPatchConfigurationParameterEntry(other: DataContainer)

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

Parameters

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

Properties

nameHash

int

value

float

Static members

typeInfo

TypeInformation

The type information for the SoundPatchConfigurationParameterEntry type.

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