Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | URigVMUserWorkflowOptions |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMUserWorkflow.h |
| Include Path | #include "RigVMCore/RigVMUserWorkflow.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class URigVMUserWorkflowOptions : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → URigVMUserWorkflowOptions
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * GetSubject() |
RigVMCore/RigVMUserWorkflow.h | ||
UObject * GetSubjectChecked () |
RigVMCore/RigVMUserWorkflow.h | ||
T * GetSubjectChecked () |
RigVMCore/RigVMUserWorkflow.h | ||
const FRigVMUserWorkflow & GetWorkflow() |
RigVMCore/RigVMUserWorkflow.h | ||
bool IsValid() |
RigVMCore/RigVMUserWorkflow.h |
|
|
void Report
(
EMessageSeverity::Type InSeverity, |
RigVMCore/RigVMUserWorkflow.h | ||
void ReportError
(
const FString& InMessage |
RigVMCore/RigVMUserWorkflow.h |
|
|
void Reportf
(
EMessageSeverity::Type InSeverity, |
RigVMCore/RigVMUserWorkflow.h | ||
void ReportInfo
(
const FString& InMessage |
RigVMCore/RigVMUserWorkflow.h |
|
|
void ReportWarning
(
const FString& InMessage |
RigVMCore/RigVMUserWorkflow.h |
|
|
bool RequiresDialog () |
RigVMCore/RigVMUserWorkflow.h |
|
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool RequiresDialog
(
const FProperty* InProperty |
RigVMCore/RigVMUserWorkflow.h |