Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveAggregatePin
(
const FString& InPinPath, |
RigVMModel/RigVMController.h |
|
|
bool RemoveAggregatePin
(
URigVMPin* InPin, |
RigVMModel/RigVMController.h |
RemoveAggregatePin(const FString &, bool, bool)
| Name | RemoveAggregatePin |
| 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 RemoveAggregatePin
(
const FString & InPinPath,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)
RemoveAggregatePin(URigVMPin *, bool, bool)
| Name | RemoveAggregatePin |
| 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 RemoveAggregatePin
(
URigVMPin * InPin,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)