Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetPinDisplayName
(
URigVMPin* InPin, |
RigVMModel/RigVMController.h | ||
bool SetPinDisplayName
(
const FString& InPinPath, |
Sets the pin display name. The display name is UI relevant only. | RigVMModel/RigVMController.h |
|
SetPinDisplayName(URigVMPin *, const FString &, bool)
| Name | SetPinDisplayName |
| 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 SetPinDisplayName
(
URigVMPin * InPin,
const FString & InDisplayName,
bool bSetupUndoRedo
)
SetPinDisplayName(const FString &, const FString &, bool, bool)
Description
Sets the pin display name. The display name is UI relevant only.
| Name | SetPinDisplayName |
| 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 SetPinDisplayName
(
const FString & InPinPath,
const FString & InDisplayName,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)