Navigation
API > API/Plugins > API/Plugins/MetasoundEngine
Metasound data type that holds onto a weak ptr. Mostly used as a placeholder until we have a proper proxy type.
| Name | FAudioBusAsset |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundAudioBus.h |
| Include Path | #include "MetasoundAudioBus.h" |
Syntax
class FAudioBusAsset
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundAudioBus.h | |||
FAudioBusAsset
(
const FAudioBusAsset& |
MetasoundAudioBus.h | ||
FAudioBusAsset
(
const TSharedPtr< Audio::IProxyData >& InInitData |
MetasoundAudioBus.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AudioBusProxy | FAudioBusProxyPtr | MetasoundAudioBus.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FAudioBusProxyPtr & GetAudioBusProxy() |
MetasoundAudioBus.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAudioBusAsset & operator=
(
const FAudioBusAsset& Other |
MetasoundAudioBus.h |