UAudioBus

Function to retrieve an audio bus buffer given a handle static float* GetAudioBusBuffer(const FAudioBusHandle& AudioBusHandle); An audio bus is an object which represents an audio patch chord.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/AudioBus.h

Include

#include "Sound/AudioBus.h"

Syntax

class UAudioBus : public UObject

Remarks

Function to retrieve an audio bus buffer given a handle static float* GetAudioBusBuffer(const FAudioBusHandle& AudioBusHandle); An audio bus is an object which represents an audio patch chord. Audio can be sent to it. It can be sonified using USoundSourceBuses. Instances of the audio bus are created in the audio engine.

Variables

Name Description

Public variable

EAudioBusChanne...

 

AudioBusChannels

How many channels to use for the source bus.

Constructors

Name Description

Public function

UAudioBus

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UObject

Name Description

Public function Virtual

void

 

BeginDestroy()

Called before destroying the object.

Public 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