Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
FFrontendQueryEntry represents one value in the query. It contains an ID, value and score.
| |
|
| Name |
FFrontendQueryEntry |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendQuery.h |
| Include Path |
#include "MetasoundFrontendQuery.h" |
Syntax
struct FFrontendQueryEntry
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FValue |
FFrontendQueryValue |
|
MetasoundFrontendQuery.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ID |
FGuid |
|
MetasoundFrontendQuery.h |
|
| Score |
float |
|
MetasoundFrontendQuery.h |
|
| Value |
FValue |
|
MetasoundFrontendQuery.h |
|