Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMEdGraphNode
Description
Synchronize the stored name/value/type on the graph pin with the value stored on the node. If the pin has sub-pins, the value update is done recursively.
| Name | SynchronizeGraphPinNameWithModelPin |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/EdGraph/RigVMEdGraphNode.h |
| Include Path | #include "EdGraph/RigVMEdGraphNode.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/EdGraph/RigVMEdGraphNode.cpp |
void SynchronizeGraphPinNameWithModelPin
(
const URigVMPin * InModelPin,
bool bNotify
)