Navigation
API > API/Plugins > API/Plugins/MetasoundExperimentalEngineRunti-
| Name | FCatSoundWaveContainerData |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MetasoundExperimental/Source/MetasoundExperimentalEngineRuntime/Public/CatSoundWaveContainer.h |
| Include Path | #include "CatSoundWaveContainer.h" |
Syntax
class FCatSoundWaveContainerData : public Audio::ISoundWaveContainer
Inheritance Hierarchy
- Audio::ISoundWaveContainer → FCatSoundWaveContainerData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CatSoundWaveContainer.h | |||
FCatSoundWaveContainerData
(
const FCatSoundWaveContainerData& Other |
CatSoundWaveContainer.h | ||
FCatSoundWaveContainerData
(
FCatSoundWaveContainerData&& Other |
CatSoundWaveContainer.h | ||
FCatSoundWaveContainerData
(
const Audio::FProxyDataInitParams& InInitParams |
CatSoundWaveContainer.h | ||
FCatSoundWaveContainerData
(
const Audio::FProxyDataInitParams& InInitParams, |
CatSoundWaveContainer.h |
Structs
| Name | Remarks |
|---|---|
| FEntry |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Entries | TArray< FEntry > | CatSoundWaveContainer.h | ||
| InitParams | Audio::FProxyDataInitParams | CatSoundWaveContainer.h | ||
| Type | ECatSoundWaveContainerType | CatSoundWaveContainer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Update
(
const UCatSoundWaveContainer& SoundWaveContainer |
CatSoundWaveContainer.h |
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< FSoundWaveProxyPtr > GetContainedWaveProxies() |
Audio::ISoundWaveContainer. | CatSoundWaveContainer.h |