Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetasoundEditorGraphMember
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns the parent MetaSound Graph. | MetasoundEditorGraph.h | ||
const UMetasoundEditorGraph * GetOwningGraph () |
Returns the parent MetaSound Graph. | MetasoundEditorGraph.h |
GetOwningGraph()
Description
Returns the parent MetaSound Graph. If the Outer object of the member is non a UMetasoundEditorGraph, returns a nullptr.
| Name | GetOwningGraph |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraph.h |
| Include Path | #include "MetasoundEditorGraph.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraph.cpp |
UMetasoundEditorGraph * GetOwningGraph()
GetOwningGraph()
Description
Returns the parent MetaSound Graph. If the Outer object of the member is non a UMetasoundEditorGraph, returns a nullptr.
| Name | GetOwningGraph |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraph.h |
| Include Path | #include "MetasoundEditorGraph.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraph.cpp |
const UMetasoundEditorGraph * GetOwningGraph() const