Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundBuilderBase
Description
Disconnects the given graph input's respective template nodes and sets the graph input'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 input's current AccessType.
| Name | SetGraphInputAccessType |
| 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 SetGraphInputAccessType
(
FName InputName,
EMetasoundFrontendVertexAccessType AccessType,
EMetaSoundBuilderResult & OutResult
)