UMetaSoundSource::SetGraph

Sets the graph associated with this Metasound.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FMetasoundAssetBase::SetGraph()

UMetaSoundSource::SetGraph()

References

Module

MetasoundEngine

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundSource.h

Include

#include "MetasoundSource.h"

Syntax

virtual void SetGraph
(
    UEdGraph * InGraph
)

Remarks

Sets the graph associated with this Metasound. Graph is required to be referenced on MetasoundUObject for editor serialization purposes.

Parameters

Parameter

Description

Editor

graph associated with UMetaSoundSource.