Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
FFrontendQueryKey allows entries to be partitioned by their key. A key can be created by default constructor, int32, FString or FName.
| Name | FFrontendQueryKey |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendQuery.h |
| Include Path | #include "MetasoundFrontendQuery.h" |
Syntax
struct FFrontendQueryKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MetasoundFrontendQuery.h | |||
FFrontendQueryKey
(
int32 InKey |
MetasoundFrontendQuery.h | ||
FFrontendQueryKey
(
const FString& InKey |
MetasoundFrontendQuery.h | ||
FFrontendQueryKey
(
const FName& InKey |
MetasoundFrontendQuery.h | ||
FFrontendQueryKey
(
const FFrontendQueryKey& |
MetasoundFrontendQuery.h | ||
| MetasoundFrontendQuery.h |
Structs
| Name | Remarks |
|---|---|
| FNull |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FKeyType | TVariant< FNull, int32, FString, FName > | MetasoundFrontendQuery.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Hash | uint32 | MetasoundFrontendQuery.h | ||
| Key | FKeyType | MetasoundFrontendQuery.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsNull() |
MetasoundFrontendQuery.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFrontendQueryKey & operator=
(
const FFrontendQueryKey& |
MetasoundFrontendQuery.h | ||
| MetasoundFrontendQuery.h |