Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraph.h |
Include |
#include "MetasoundEditorGraph.h" |
UCLASS(Abstract)
class UMetasoundEditorGraphMember : public UObject
UMetasoundEditorGraphMember is a base class for non-node graph level members such as inputs, outputs and variables.
Name | Description | ||
---|---|---|---|
|
NameChanged |
Delegate called when the name of the associated Frontend Node is changed |
|
|
OnRenameRequested |
Delegate called when a rename is requested on a renameable member node. |
|
|
TypeName |
Metasound Data Type. |
Name | Description | ||
---|---|---|---|
|
CanRename |
If the Member Name can be changed to InNewName, returns true, otherwise returns false with an error. |
|
|
ConformLiteralDataType() |
Conforms literal object type to member's DataType |
|
|
GetDataType() |
Returns the current data type |
|
|
GetDescription() |
Get the member description |
|
|
GetDisplayName() |
Get the member display name |
|
|
const FText ... |
GetGraphMemberLabel() |
Returns the label of the derived member type (e.g. Input/Output/Variable) |
|
UMetasoundEd... |
GetLiteral() |
Returns literal associated with the given member |
|
GetMemberID() |
Get ID for this member |
|
|
GetMemberName() |
Gets the members name |
|
|
GetNodes() |
Return the nodes associated with this member |
|
|
const UMetas... |
GetOwningGraph() |
Returns the parent MetaSound Graph. |
|
UMetasoundEd... |
GetOwningGraph() |
Returns the parent MetaSound Graph. |
|
Metasound::E... |
GetSectionID() |
Return the section of where this member belongs. |
|
MarkNodesForRefresh() |
Marks all member's nodes as requiring a display refresh. |
|
|
ResetToClassDefault() |
Resets the member to the class default. |
|
|
SetDataType |
Sets the datatype on the member. |
|
|
SetDescription |
Set the member description |
|
|
SetDisplayName |
Set the display name |
|
|
SetLiteral |
||
|
SetMemberName |
Set the member name |
|
|
UpdateFrontendDefaultLiteral ( |
Update the frontend with the given member's default UObject value. |
Name | Description | ||
---|---|---|---|
|
PostEditUndo() |
Called after applying a transaction to the object. |