Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FFrontendQueryStep
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendQuery.h |
| Include | #include "MetasoundFrontendQuery.h" |
Syntax
struct IStepExecuter
Remarks
Interface for executing a step in the query.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Return true if the step can be used to process downstream removals. | ||
| bool | Return true if the step can produce new entries. | ||
| void | Execute
(
TSet< FFrontendQueryKey >& InOutUpdatedKeys, |
Execute step. | |
| bool | Returns true if a steps result is conditioned on the composition of a partition. | ||
| void | Merge
(
FIncremental& InOutIncremental, |
Merge new result with the existing result from this step. |