Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
| Name | FMetasoundFrontendClassStyle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
Syntax
USTRUCT ()
struct FMetasoundFrontendClassStyle
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Display | FMetasoundFrontendClassStyleDisplay | MetasoundFrontendDocument.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChangeID | FGuid | TODO: Deprecate this change behavior in favor of using the builder API transaction counters. | MetasoundFrontendDocument.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGuid GetChangeID() |
MetasoundFrontendDocument.h | ||
void UpdateChangeID() |
Editor only ID that allows for pumping view to reflect changes to class. | MetasoundFrontendDocument.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FMetasoundFrontendClassStyle GenerateClassStyle
(
const Metasound::FNodeDisplayStyle& InNodeDisplayStyle |
Generates class style from core node class metadata. | MetasoundFrontendDocument.h |