Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URigVMUserWorkflowOptions
- UControlRigWorkflowOptions
- UControlRigTransformWorkflowOptions
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMUserWorkflow.h |
| Include | #include "RigVMCore/RigVMUserWorkflow.h" |
Syntax
UCLASS&40;BlueprintType&41;
class URigVMUserWorkflowOptions : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRigVMReportDelegate | ReportDelegate | ||
| TObjectPtr< UObject > | Subject | ||
| FRigVMUserWorkflow | Workflow |
Functions
| Type | Name | Description | |
|---|---|---|---|
| T * | GetSubject () |
||
| UObject * | |||
| T * | |||
| const FRigVMUserWorkflow & | GetWorkflow () |
||
| bool | IsValid () |
||
| void | Report
(
EMessageSeverity::Type InSeverity, |
||
| void | ReportError
(
const FString& InMessage |
||
| void | Reportf
(
EMessageSeverity::Type InSeverity, |
||
| void | ReportInfo
(
const FString& InMessage |
||
| void | ReportWarning
(
const FString& InMessage |
||
| bool | |||
| bool | RequiresDialog
(
const FProperty* InProperty |