USoundSubmixWithParentBase

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

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

USoundSubmixBas...

 

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss