Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Inheritance Hierarchy
- TAccessPtr
- FNodeAccessPtr
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentAccessPtr.h |
| Include | #include "MetasoundFrontendDocumentAccessPtr.h" |
Syntax
class FNodeAccessPtr : public Metasound::Frontend::TAccessPtr< FMetasoundFrontendNode >
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVertexAccessPtr | GetInputWithName
(
const FVertexName& InName |
||
| FConstVertexAccessPtr | GetInputWithName
(
const FVertexName& InName |
||
| FVertexAccessPtr | GetInputWithVertexID
(
const FGuid& InID |
||
| FConstVertexAccessPtr | GetInputWithVertexID
(
const FGuid& InID |
||
| FVertexAccessPtr | GetOutputWithName
(
const FVertexName& InName |
||
| FConstVertexAccessPtr | GetOutputWithName
(
const FVertexName& InName |
||
| FVertexAccessPtr | GetOutputWithVertexID
(
const FGuid& InID |
||
| FConstVertexAccessPtr | GetOutputWithVertexID
(
const FGuid& InID |
Typedefs
| Name | Description |
|---|---|
| Super |