Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundAssetSubsystem > API/Plugins/MetasoundEngine/UMetaSoundAssetSubsystem/UPARAM
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundAssetSubsystem.h |
| Include | #include "MetasoundAssetSubsystem.h" |
UFUNCTION (BlueprintCallable, Category="MetaSounds|Utilities", Meta=(AdvancedDisplay="3"))
UPARAM
(
DisplayName
) const
Remarks
Replaces dependencies in a MetaSound with the given class name and version with another MetaSound with the given class name and version. Can be asset or code-defined. It is up to the caller to validate the two classes have matching interfaces (Swapping with classes of unmatched interfaces can leave MetaSound in non-executable state).