Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FFrontendQueryStep
Represents an incremental update to the existing data.
| Name | FIncremental |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendQuery.h |
| Include Path | #include "MetasoundFrontendQuery.h" |
Syntax
struct FIncremental
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActiveKeys | TSet< FFrontendQueryKey > | Keys that are affected by this incremental update. | MetasoundFrontendQuery.h | |
| ActiveRemovalKeys | TSet< FFrontendQueryKey > | Keys that contain active removals. | MetasoundFrontendQuery.h | |
| ActiveRemovalSelection | FFrontendQuerySelection | Selection containing entries to remove during a merge. | MetasoundFrontendQuery.h | |
| ActiveSelection | FFrontendQuerySelection | The selection being manipulated in the incremental update. | MetasoundFrontendQuery.h |