Navigation
API > API/Plugins > API/Plugins/RigVMEditor
The Compile Blueprint Task is used to compile a blueprint related to a node in the tree (based on the node's path).
| Name | FRigVMCompileBlueprintTask |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/RigVMTreeToolkitTask.h |
| Include Path | #include "Widgets/RigVMTreeToolkitTask.h" |
Syntax
class FRigVMCompileBlueprintTask : public FRigVMTreeTask
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FRigVMTreeElement → FRigVMTreeTask → FRigVMCompileBlueprintTask
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMCompileBlueprintTask
(
const TSharedRef< FRigVMTreeNode >& InNode |
Widgets/RigVMTreeToolkitTask.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FRigVMTreeTask | Widgets/RigVMTreeToolkitTask.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | const FLazyName | Widgets/RigVMTreeToolkitTask.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ObjectPath | FSoftObjectPath | Widgets/RigVMTreeToolkitTask.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FRigVMCompileBlueprintTask > ToSharedPtr() |
Widgets/RigVMTreeToolkitTask.h | ||
TSharedRef< FRigVMCompileBlueprintTask > ToSharedRef() |
Widgets/RigVMTreeToolkitTask.h |
Overridden from FRigVMTreeTask
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Execute
(
const TSharedRef< FRigVMTreePhase >& InPhase |
Widgets/RigVMTreeToolkitTask.h | ||
virtual bool RequiresRefresh() |
Widgets/RigVMTreeToolkitTask.h |
Overridden from FRigVMTreeElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetType() |
Widgets/RigVMTreeToolkitTask.h | ||
virtual bool IsOfType
(
const FName& InType |
Widgets/RigVMTreeToolkitTask.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FRigVMCompileBlueprintTask > Create
(
Types... Args |
Widgets/RigVMTreeToolkitTask.h |