Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundFrontendDocumentBuilde-
Description
Sets the given graph output's access type. If connected to other nodes and access type is not compatible, associated edges/connections are removed. Returns true if either DataType was successfully set to new value or if AccessType is already the given AccessType.
| Name | SetGraphOutputAccessType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentBuilder.h |
| Include Path | #include "MetasoundFrontendDocumentBuilder.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocumentBuilder.cpp |
bool SetGraphOutputAccessType
(
FName OutputName,
EMetasoundFrontendVertexAccessType AccessType
)