Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendQuery.h |
| Include | #include "MetasoundFrontendQuery.h" |
Syntax
class FFrontendQueryStep
Remarks
FFrontendQueryStep wraps all the support IFrontenQueryStep interfaces and supplies unified `ExecuteStep(...)_ member function.
Constructors
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. Assume not other prior results exist. | |
| bool | Returns true if a steps result is conditioned on the composition of a partition. | ||
| void | Merge
(
FIncremental& InIncremental, |
Merge an incremental result with the prior result from this step. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FIncremental | Represents an incremental update to the existing data. | ||
| IStepExecuter | Interface for executing a step in the query. |