Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMController
Description
Sets whether a function is pure (no execute pins) or mutable (has execute pins). Call this on the function library controller. Returns true if the function's purity was successfully changed.
| Name | SetFunctionIsPure |
| 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 SetFunctionIsPure
(
const FName & InFunctionName,
bool bIsPure,
bool bSetupUndoRedo,
bool bPrintPythonCommand
)