Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSoundConcurrencyManager
Description
Returns a newly allocated active sound given the input active sound struct. Will return nullptr if the active sound concurrency evaluation doesn't allow for it.
| Name | CreateNewActiveSound |
| 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 |
FActiveSound * CreateNewActiveSound
(
const FActiveSound & NewActiveSound,
bool bIsRetriggering
)