Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FFrontendQuery
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FFrontendQuerySelection & Update () |
MetasoundFrontendQuery.h | ||
const FFrontendQuerySelection & Update
(
TSet< FFrontendQueryKey >& OutUpdatedKeys |
Calls all steps in the query and returns the selection. | MetasoundFrontendQuery.h |
Update()
| Name | Update |
| 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 |
const FFrontendQuerySelection & Update()
Update(TSet< FFrontendQueryKey > &)
Description
Calls all steps in the query and returns the selection.
| Name | Update |
| 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 |
const FFrontendQuerySelection & Update
(
TSet< FFrontendQueryKey > & OutUpdatedKeys
)