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
struct FFrontendQueryKey
Remarks
FFrontendQueryKey allows entries to be partitioned by their key. A key can be created by default constructor, int32, FString or FName.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFrontendQueryKey
(
int32 InKey |
|||
FFrontendQueryKey
(
const FString& InKey |
|||
FFrontendQueryKey
(
const FName& InKey |
|||
FFrontendQueryKey
(
const FFrontendQueryKey& |
|||
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsNull () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FFrontendQueryKey & | operator=
(
const FFrontendQueryKey& |
||
| FFrontendQueryKey & | operator=
(
FFrontendQueryKey&& |
Typedefs
| Name | Description |
|---|---|
| FKeyType |