Navigation
API > API/Plugins > API/Plugins/MetasoundEngine
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UWorldSubsystem
- UTickableWorldSubsystem
- UMetaSoundOutputSubsystem
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundOutputSubsystem.h |
| Include | #include "MetasoundOutputSubsystem.h" |
Syntax
UCLASS&40;&41;
class UMetaSoundOutputSubsystem : public UTickableWorldSubsystem
Remarks
Provides access to a playing Metasound generator's outputs
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | WatchOutput
(
UAudioComponent* AudioComponent, |
Watch an output on a Metasound playing on a given audio component. |
Overridden from FTickableObjectBase
| Type | Name | Description | |
|---|---|---|---|
| TStatId | GetStatId () |
Return the stat id to use for this tickable | |
| bool | IsTickable () |
Begin UTickableWorldSubsystem | |
| void | Tick
(
float DeltaTime |
Pure virtual that must be overloaded by the inheriting class. |