Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraph.h |
Include |
#include "MetasoundEditorGraph.h" |
UCLASS()
class UMetasoundEditorGraphVariable : public UMetasoundEditorGraphMember
Name | Description | ||
---|---|---|---|
|
Literal |
Default literal value of member |
Name | Description | ||
---|---|---|---|
|
Metasound::F... |
GetConstVariableHandle() |
|
|
Metasound::F... |
GetVariableHandle() |
|
|
const FGuid ... |
GetVariableID() |
|
|
InitMember ( |
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 |
|
|
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 |
|
|
Metasound::E... |
GetSectionID() |
~Begin UMetasoundEditorGraphMember interface |
|
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. |