Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USoundConcurrency
Description
Applies the given integer value as the group's MaxCount if passed valid MaxCount (greater than 0) and MaxCount platform scaling is enabled. Returns true if successfully set, false if not.
| Name | SetMaxCount |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundConcurrency.h |
| Include Path | #include "Sound/SoundConcurrency.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundConcurrency.cpp |
UFUNCTION (BlueprintCallable, Category=Concurrency)
bool SetMaxCount
(
int32 InMaxCount
)