Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundBuilderBase
Description
Sets the given graph output's name to the new name. Result succeeds if the name was successfully changed or the new name is the same as the old name, and fails if the given output name doesn't exist.
| Name | SetGraphOutputName |
| 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/Public/MetasoundBuilderBase.cpp |
UFUNCTION (BlueprintCallable, Category="Audio|MetaSound|Builder",
Meta=(ExpandEnumAsExecs="OutResult"))
void SetGraphOutputName
(
FName OutputName,
FName NewName,
EMetaSoundBuilderResult & OutResult
)