Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
| Name | URigVMUserWorkflowRegistry |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMUserWorkflowRegistry.h |
| Include Path | #include "RigVMUserWorkflowRegistry.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class URigVMUserWorkflowRegistry : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URigVMUserWorkflowRegistry
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MaxHandle | int32 | RigVMUserWorkflowRegistry.h | ||
| Providers | TArray< TTuple< int32, const UScriptStruct *, FRigVMUserWorkflowProvider > > | RigVMUserWorkflowRegistry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FRigVMUserWorkflow > GetWorkflows
(
ERigVMUserWorkflowType InType, |
RigVMUserWorkflowRegistry.h |
|
|
int32 RegisterProvider
(
const UScriptStruct* InStruct, |
RigVMUserWorkflowRegistry.h |
|
|
void UnregisterProvider
(
int32 InHandle |
RigVMUserWorkflowRegistry.h |
|
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static URigVMUserWorkflowRegistry * Get() |
RigVMUserWorkflowRegistry.h |
|