USoundSubmixWithParentBase

This submix class can be derived from for submixes that output to a parent submix.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

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

Name Description

Public variable

TObjectPtr< USo...

 

ParentSubmix

Constructors

Name Description

Public function

USoundSubmixWithParentBase

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

void

 

SetParentSubmix

(
    USoundSubmixBase* InParentSubm...
)

Set the parent submix of this SoundSubmix, removing it as a child from its previous owner

Overridden from UObject

Name Description

Protected function Virtual

void

 

PostDuplicate

(
    EDuplicateMode::Type DuplicateMode
)

Protected function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally