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