Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundFrontendDocumentBuilde-
Description
Sets the editor-only node location of a node with the given ID to the provided location. Returns true if the node was found and the location was updated, false if not.
| Name | SetNodeLocation |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentBuilder.h |
| Include Path | #include "MetasoundFrontendDocumentBuilder.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocumentBuilder.cpp |
bool SetNodeLocation
(
const FGuid & InNodeID,
const FVector2D & InLocation,
const FGuid * InLocationGuid,
const FGuid * InPageID
)