Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USoundSubmixBase
- USoundSubmixWithParentBase
- USoundfieldSubmix
- USoundSubmix
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include | #include "Sound/SoundSubmix.h" |
Syntax
class USoundSubmixWithParentBase : public USoundSubmixBase
Remarks
This submix class can be derived from for submixes that output to a parent submix.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< USoundSubmixBase > | ParentSubmix |
Constructors
| Type | Name | Description | |
|---|---|---|---|
USoundSubmixWithParentBase
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetParentSubmix
(
USoundSubmixBase* InParentSubmix |
Set the parent submix of this SoundSubmix, removing it as a child from its previous owner |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostDuplicate
(
EDuplicateMode::Type DuplicateMode |
||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |