![]() |
CriWare Unreal Engine
Plug-ins for CriWare solutions.
|
Arg | Description |
---|---|
In Exec | |
Sound Atom Sound Base Object Reference | sound to play |
Location Vector | World position to play sound at |
Rotation Rotator | World rotation to play sound at |
Volume Multiplier Float (single-precision) | A linear scalar multiplied with the volume, in order to make the sound louder or softer. |
Pitch Multiplier Float (single-precision) | A linear scalar multiplied with the pitch. |
Start Time Float (single-precision) | How far in to the sound to begin playback at |
Attenuation Settings Atom Attenuation Object Reference | Override attenuation settings package to play sound with |
Concurrency Settings Atom Concurrency Object Reference | Override concurrency settings package to play sound with |
Auto Destroy Boolean | Whether the returned Atom Component will be automatically cleaned up when the sound finishes (by completing or stopping) or whether it can be reactivated |
Arg | Description |
---|---|
Out Exec | |
Return Value Atom Component Object Reference | An Atom Component to manipulate the spawned sound |