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 FConcurrencyHandle
Remarks
Handle to all required data to create and catalog a concurrency group
Variables
| Type | Name | Description | |
|---|---|---|---|
| const bool | bIsOverride | ||
| const FConcurrencyObjectID | ObjectID | ||
| const FSoundConcurrencySettings & | Settings |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConcurrencyHandle
(
const FSoundConcurrencySettings& InSettings |
Constructs a handle from concurrency override settings | ||
FConcurrencyHandle
(
const USoundConcurrency& Concurrency |
Constructs a handle to a concurrency asset |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EConcurrencyMode | GetMode
(
const FActiveSound& ActiveSound |