Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound > API/Runtime/Engine/Sound/USoundSubmixWithParentBase
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include | #include "Sound/SoundSubmix.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundSubmix.cpp |
void SetParentSubmix
(
USoundSubmixBase * InParentSubmix,
bool bModifyAssets
)
Remarks
Set the parent submix of this SoundSubmix, removing it as a child from its previous owner
Parameters
| Name | Description |
|---|---|
| InParentSubmix | The New Parent Submix of this submix |
| bModifyAssets | Whether or not to mark the UObjects as modified. |