Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URigVMUserWorkflowRegistry
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMUserWorkflowRegistry.h |
| Include | #include "RigVMUserWorkflowRegistry.h" |
Syntax
UCLASS&40;BlueprintType&41;
class URigVMUserWorkflowRegistry : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| URigVMUserWorkflowRegistry * | Get () |
||
| TArray< FRigVMUserWorkflow > | GetWorkflows
(
ERigVMUserWorkflowType InType, |
||
| int32 | RegisterProvider
(
const UScriptStruct* InStruct, |
||
| void | UnregisterProvider
(
int32 InHandle |