Navigation
API > API/Plugins > API/Plugins/MetasoundEngine
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundWave.h |
| Include | #include "MetasoundWave.h" |
Syntax
class FWaveAsset
Remarks
Metasound data type that holds onto a weak ptr. Mostly used as a placeholder until we have a proper proxy type.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWaveAsset () |
|||
FWaveAsset
(
const FWaveAsset& |
|||
FWaveAsset
(
const TSharedPtr< Audio::IProxyData >& InInitData |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FSoundWaveProxyPtr & | |||
| bool |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FWaveAsset & | operator=
(
const FWaveAsset& Other |
||
| const FSoundWaveProxy * | operator-> () |
||
| FSoundWaveProxy * | operator-> () |