Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
RigVMModel/RigVMController.h |
|
bool BreakLink
(
const FString& InOutputPinPath,
const FString& InInputPinPath,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)
|
Removes a link from the graph. This causes a LinkRemoved modified event. |
RigVMModel/RigVMController.h |
- BlueprintCallable
- Category=RigVMController
|
BreakLink(URigVMPin , URigVMPin , bool)
| |
|
| Name |
BreakLink |
| 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 BreakLink
(
URigVMPin * OutputPin,
URigVMPin * InputPin,
bool bSetupUndoRedo
)
BreakLink(const FString &, const FString &, bool, bool)
Description
Removes a link from the graph. This causes a LinkRemoved modified event.
| |
|
| Name |
BreakLink |
| 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 BreakLink
(
const FString & InOutputPinPath,
const FString & InInputPinPath,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)