Navigation
Classes
| Type | Name | Description | |
|---|---|---|---|
| FConcurrentInstanceCounter | |||
| FConcurrentInstanceCounterManager | |||
| FMetasoundConstGraphGenerator | FMetasoundConstGraphGenerator generates audio from a given metasound IOperator which produces a multichannel audio output. | ||
| FMetasoundDynamicGraphGenerator | FMetasoundDynamicGraphGenerator generates audio from the given a dynamic operator. | ||
| FMetasoundDynamicGraphGeneratorInitParams | |||
| FMetasoundGenerator | |||
| FMetasoundGeneratorData | |||
| FMetasoundGeneratorInitParams | Struct needed for building the metasound graph. | ||
| FOperatorBuildData | Data required to build an operator without immediately playing it. | ||
| FOperatorPool | Pool of re-useable metasound operators to be used / put back by the metasound generator operators can also be pre-constructed via the UMetasoundCacheSubsystem BP api. | ||
| FOperatorPoolSettings | |||
| FParameterPackSetter | A struct that provides a method of pushing "raw" data from a parameter pack into a specific metasound input node. | ||
| FParameterSetter | |||
| IMetasoundGeneratorModule |
Typedefs
| Name | Description |
|---|---|
| CounterType | |
| FParameterSetterSortedMap | In order to use FName as a key to a TSortedMap you have to explicitly choose which comparison implementation you want to use. |
Functions
| Type | Name | Description | |
|---|---|---|---|
Metasound::DECLARE_TS_MULTICAST_DELEGATE
(
FOnSetGraph |