Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetPinCategoryExpansion
(
const URigVMNode* InNode, |
RigVMModel/RigVMController.h | ||
bool SetPinCategoryExpansion
(
const FName& InNodeName, |
Changes a pin category's expansion state. | RigVMModel/RigVMController.h |
|
SetPinCategoryExpansion(const URigVMNode *, const FString &, bool, bool)
| Name | SetPinCategoryExpansion |
| 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 SetPinCategoryExpansion
(
const URigVMNode * InNode,
const FString & InPinCategory,
bool bIsExpanded,
bool bSetupUndoRedo
)
SetPinCategoryExpansion(const FName &, const FString &, bool, bool, bool)
Description
Changes a pin category's expansion state. The category is UI relevant only and used to order pins in the user interface of the node as well as on the details panel.
| Name | SetPinCategoryExpansion |
| 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 SetPinCategoryExpansion
(
const FName & InNodeName,
const FString & InPinCategory,
bool bIsExpanded,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)