Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- IFrontendQueryStep
- IFrontendQueryReduceStep
- FReduceRegistrationEventsToCurrentStatus
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendQuerySteps.h |
| Include | #include "MetasoundFrontendQuerySteps.h" |
Syntax
class FReduceRegistrationEventsToCurrentStatus : public Metasound::IFrontendQueryReduceStep
Remarks
Reduces registration events mapped to the same key by inspecting their add/remove state in order to determine their final state. If an item has been added more than it has been removed, then it is added to the output. Otherwise, it is omitted.
Overridden from IFrontendQueryReduceStep
| Type | Name | Description | |
|---|---|---|---|
| void | Reduce
(
const FFrontendQueryKey& InKey, |
Typedefs
| Name | Description |
|---|---|
| FTimeType |