Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraph.h |
Include |
#include "MetasoundEditorGraph.h" |
UCLASS(Abstract)
class UMetasoundEditorGraphVertex : public UMetasoundEditorGraphMember
Base class for an input or output of the graph.
Name | Description | ||
---|---|---|---|
|
ClassName |
Class name of Metasound Frontend node. |
|
|
NodeID |
ID of Metasound Frontend node. |
Name | Description | ||
---|---|---|---|
|
Metasound::F... |
AddNodeHandle |
Adds the node handle for a newly created vertex. |
|
EMetasoundFr... |
GetClassType() |
Returns the Metasound class type of the associated node |
|
Metasound::F... |
GetConstNodeHandle() |
Returns the node handle associated with the vertex. |
|
const FMetas... |
GetInterfaceVersion() |
Version of interface membership, or invalid version if not an interface member. |
|
Metasound::F... |
GetNodeHandle() |
Returns the node handle associated with the vertex. |
|
InitMember ( |
Initializes all properties with the given parameters required to identify the frontend member from this editor graph member. |
|
|
IsInterfaceMember() |
Returns true if member is part of an interface. |
Name | Description | ||
---|---|---|---|
|
CanRename |
If the Member Name can be changed to InNewName, returns true, otherwise returns false with an error. |
|
|
GetDescription() |
Get the member description |
|
|
GetDisplayName() |
Get the member display name |
|
|
UMetasoundEd... |
GetLiteral() |
Returns literal associated with the given member |
|
GetMemberID() |
~Begin UMetasoundEditorGraphMember interface |
|
|
GetMemberName() |
Gets the members name |
|
|
GetNodes() |
Return the nodes associated with this member |
|
|
SetDataType |
Sets the datatype on the member. |
|
|
SetDescription |
Set the member description |
|
|
SetDisplayName |
Set the display name |
|
|
SetLiteral |
||
|
SetMemberName |
Set the member name |