Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMBlueprint > API/Plugins/RigVMDeveloper/URigVMBlueprint/AddBreakpoint
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMBlueprint.h |
| Include | #include "RigVMBlueprint.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMBlueprint.cpp |
bool AddBreakpoint
&40;
URigVMNode &42; InBreakpointNode,
URigVMLibraryNode &42; LibraryNode
&41;
Remarks
Adds a breakpoint to all loaded blueprints which use the InBreakpointNode. If LibraryNode is not null, it indicates that the library uses the InBreapointNode, and the function will add breakpoints to any other loaded blueprint that references this library.