Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/URigVMController
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
bool RemoveUnusedOrphanedPins
(
URigVMNode * InNode,
bool bRelayLinks
)
Remarks
Removes any orphan pins that no longer holds a link
Parameters
| Name | Description |
|---|---|
| bRelayLinks | If true we'll try to relay the links back to their original pins |