Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMUserWorkflow |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMUserWorkflow.h |
| Include Path | #include "RigVMCore/RigVMUserWorkflow.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigVMUserWorkflow
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMCore/RigVMUserWorkflow.h | |||
FRigVMUserWorkflow
(
const FString& InTitle, |
RigVMCore/RigVMUserWorkflow.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRigVMUserWorkflow() |
RigVMCore/RigVMUserWorkflow.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UClass * GetOptionsClass() |
RigVMCore/RigVMUserWorkflow.h | ||
const FString & GetTitle() |
RigVMCore/RigVMUserWorkflow.h | ||
const FString & GetTooltip() |
RigVMCore/RigVMUserWorkflow.h | ||
ERigVMUserWorkflowType GetType() |
RigVMCore/RigVMUserWorkflow.h | ||
bool IsValid() |
RigVMCore/RigVMUserWorkflow.h | ||
bool Perform
(
const URigVMUserWorkflowOptions* InOptions, |
RigVMCore/RigVMUserWorkflow.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ValidateOptions
(
const URigVMUserWorkflowOptions* InOptions |
RigVMCore/RigVMUserWorkflow.h |