Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundConcurrency.h |
| Include | #include "Sound/SoundConcurrency.h" |
Syntax
struct FConcurrencySoundData
Remarks
Sound instance data pertaining to concurrency tracking
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Generation | ||
| float | LerpTime |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetLerpTime () |
||
| float | GetTargetVolume
(
bool bInDecibels |
||
| float | GetVolume
(
bool bInDecibels |
||
| void | SetTarget
(
float InTargetVolume, |
||
| void | Update
(
float InElapsed |