SoundPatchAsset

Inherits from SoundGraphAsset

Summary

Constructors

SoundPatchAsset()
SoundPatchAsset(guid: Guid)
SoundPatchAsset(other: SoundGraphAsset)
SoundPatchAsset(other: SoundAsset)
SoundPatchAsset(other: Asset)
SoundPatchAsset(other: DataContainer)

Properties

Name Type
outputNodes AudioGraphNodeData[]
loudness float
aiLoudness float
radius float
dopplerFactor float
masterPitch float
mixGroup MixGroup | nil
defaultStopEvent AudioGraphEvent | nil
defaultStartEvent AudioGraphEvent | nil
defaultForceInitEvent AudioGraphEvent | nil
defaultEnterScopeEvent AudioGraphEvent | nil
isPersistent bool
isLooping bool

Static members

Name Type
SoundPatchAsset.typeInfo TypeInformation

Constructors

SoundPatchAsset

SoundPatchAsset()

Creates a new SoundPatchAsset frostbite instance.

SoundPatchAsset

SoundPatchAsset(guid: Guid)

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

Parameters

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

SoundPatchAsset

SoundPatchAsset(other: SoundGraphAsset)

Casts an instance of type SoundGraphAsset to SoundPatchAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SoundGraphAsset The instance to cast to SoundPatchAsset.

SoundPatchAsset

SoundPatchAsset(other: SoundAsset)

Casts an instance of type SoundAsset to SoundPatchAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SoundAsset The instance to cast to SoundPatchAsset.

SoundPatchAsset

SoundPatchAsset(other: Asset)

Casts an instance of type Asset to SoundPatchAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to SoundPatchAsset.

SoundPatchAsset

SoundPatchAsset(other: DataContainer)

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

Parameters

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

Properties

outputNodes

AudioGraphNodeData[]

loudness

float

aiLoudness

float

radius

float

dopplerFactor

float

masterPitch

float

mixGroup

MixGroup | nil

defaultStopEvent

AudioGraphEvent | nil

defaultStartEvent

AudioGraphEvent | nil

defaultForceInitEvent

AudioGraphEvent | nil

defaultEnterScopeEvent

AudioGraphEvent | nil

isPersistent

bool

isLooping

bool

Static members

typeInfo

TypeInformation

The type information for the SoundPatchAsset type.

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