Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FFrontendQueryStep
Description
Returns true if a steps result is conditioned on the composition of a partition.
Most steps are only dependent upon individual entries, but some (Reduce, Limit, Sort) are specifically dependent upon the composition of the Partition. They require special handling during incremental updates.
| Name | IsDependentOnPartitionComposition |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendQuery.h |
| Include Path | #include "MetasoundFrontendQuery.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendQuery.cpp |
bool IsDependentOnPartitionComposition() const