Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool BreakAllLinks
(
URigVMPin* Pin, |
RigVMModel/RigVMController.h | ||
bool BreakAllLinks
(
const FString& InPinPath, |
Removes all links on a given pin from the graph. | RigVMModel/RigVMController.h |
|
BreakAllLinks(URigVMPin *, bool, bool)
| Name | BreakAllLinks |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include Path | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
bool BreakAllLinks
(
URigVMPin * Pin,
bool bAsInput,
bool bSetupUndoRedo
)
BreakAllLinks(const FString &, bool, bool, bool)
Description
Removes all links on a given pin from the graph. This might cause multiple LinkRemoved modified event.
| Name | BreakAllLinks |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include Path | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
UFUNCTION (BlueprintCallable, Category=RigVMController)
bool BreakAllLinks
(
const FString & InPinPath,
bool bAsInput,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)