SoundPatchConfigurationAssetEntry

Inherits from SoundPatchConfigurationEntry

Summary

Constructors

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

Properties

Name Type
nameHash int
value Asset | nil

Static members

Name Type
SoundPatchConfigurationAssetEntry.typeInfo TypeInformation

Constructors

SoundPatchConfigurationAssetEntry

SoundPatchConfigurationAssetEntry()

Creates a new SoundPatchConfigurationAssetEntry frostbite instance.

SoundPatchConfigurationAssetEntry

SoundPatchConfigurationAssetEntry(guid: Guid)

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

Parameters

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

SoundPatchConfigurationAssetEntry

SoundPatchConfigurationAssetEntry(other: SoundPatchConfigurationEntry)

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

Parameters

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

SoundPatchConfigurationAssetEntry

SoundPatchConfigurationAssetEntry(other: DataContainer)

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

Parameters

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

Properties

nameHash

int

value

Asset | nil

Static members

typeInfo

TypeInformation

The type information for the SoundPatchConfigurationAssetEntry type.

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