Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Node style data
| Name | FNodeDisplayStyle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundNodeInterface.h |
| Include Path | #include "MetasoundNodeInterface.h" |
Syntax
struct FNodeDisplayStyle
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShowInputNames | bool | Whether or not to show input names in visual layout. | MetasoundNodeInterface.h | |
| bShowLiterals | bool | Whether or not to show input literals in visual layout. | MetasoundNodeInterface.h | |
| bShowName | bool | Whether or not to show name in visual layout. | MetasoundNodeInterface.h | |
| bShowOutputNames | bool | Whether or not to show output names in visual layout. | MetasoundNodeInterface.h | |
| ImageName | FName | Icon name identifier associated with node. | MetasoundNodeInterface.h |