Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/FRigVMClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveModel
(
const FString& InNodePathOrName, |
RigVMModel/RigVMClient.h | ||
bool RemoveModel
(
FString InName, |
RigVMModel/RigVMClient.h |
RemoveModel(const FString &, bool)
| Name | RemoveModel |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMClient.h |
| Include Path | #include "RigVMModel/RigVMClient.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMClient.cpp |
bool RemoveModel
(
const FString & InNodePathOrName,
bool bSetupUndoRedo
)
RemoveModel(FString, bool, bool)
| Name | RemoveModel |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMClient.h |
| Include Path | #include "RigVMModel/RigVMClient.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMClient.cpp |
bool RemoveModel
(
FString InName,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)