Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundBuilderBase
Description
Disconnects the given graph output's respective template nodes and sets the graph output's AccessType should it not match the current AccessType. Result succeeds if the AccessType was successfully changed or if the provided AccessType is already the output's current AccessType.
| Name | SetGraphOutputAccessType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundBuilderBase.h |
| Include Path | #include "MetasoundBuilderBase.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundBuilderBase.cpp |
UFUNCTION (BlueprintCallable, Category="Audio|MetaSound|Builder",
Meta=(ExpandEnumAsExecs="OutResult"))
void SetGraphOutputAccessType
(
FName OutputName,
EMetasoundFrontendVertexAccessType AccessType,
EMetaSoundBuilderResult & OutResult
)