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 FIncremental
Remarks
Represents an incremental update to the existing data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSet< FFrontendQueryKey > | ActiveKeys | Keys that are affected by this incremental update. | |
| TSet< FFrontendQueryKey > | ActiveRemovalKeys | Keys that contain active removals. | |
| FFrontendQuerySelection | ActiveRemovalSelection | Selection containing entries to remove during a merge. | |
| FFrontendQuerySelection | ActiveSelection | The selection being manipulated in the incremental update. |