Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMModel > API/Plugins/RigVMDeveloper/RigVMModel/URigVMController > API/Plugins/RigVMDeveloper/RigVMModel/URigVMController/SetPinExpansion
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMModel/RigVMController.h |
| Include | #include "RigVMModel/RigVMController.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMModel/RigVMController.cpp |
UFUNCTION (BlueprintCallable, Category=RigVMController)
bool SetPinExpansion
(
const FString & InPinPath,
bool bIsExpanded,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)
Remarks
Sets the pin to be expanded or not This causes a PinExpansionChanged modified event.