Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Widgets
Inheritance Hierarchy
- TSharedFromThis< FRigVMTreeElement >
- FRigVMTreeElement
- FRigVMTreePhase
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/RigVMTreeToolkitContext.h |
| Include | #include "Widgets/RigVMTreeToolkitContext.h" |
Syntax
class FRigVMTreePhase : public FRigVMTreeElement
Remarks
The Phase describes a phase of performing a UI wizard, like picking a set of inputs, or performing tasks. This can be also seen as the steps a wizard goes through when performing a UI process.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMTreePhase
(
int32 InID, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddNode
(
const TSharedRef< FRigVMTreeNode >& InNode |
||
| bool | |||
| FReply | Cancel () |
||
| TSharedRef< FRigVMTreePhase > | Create
(
Types... Args |
||
| TSharedPtr< FRigVMTreeNode > | FindVisibleNode
(
const FString& InPath |
||
| TArray< TSharedRef< FRigVMTreeNode > > | GetAllNodes () |
||
| TSharedRef< FRigVMTreeContext > | GetContext () |
||
| int32 | GetID () |
||
| const FString & | GetName () |
||
| const TArray< TSharedRef< FRigVMTreeNode > > & | |||
| void | |||
| bool | IsActive () |
||
| TAttribute< bool > & | |||
| TAttribute< bool > & | |||
| TAttribute< bool > & | |||
| TAttribute< bool > & | |||
| FReplyDelegate & | OnCancel () |
||
| FReplyDelegate & | |||
| FQueueTasksDelegate & | OnQueueTasks () |
||
| FReply | |||
| TAttribute< FText > & | |||
| void | QueueTasks
(
const TArray< TSharedRef< FRigVMTreeTask > >& InTasks |
||
| void | RemoveNode
(
const TSharedRef< FRigVMTreeNode >& InNode |
||
| void | SetAllowsMultiSelection
(
bool InAllowsMultiSelection |
||
| void | SetNodes
(
const TArray< TSharedRef< FRigVMTreeNode > >& InNodes |
||
| TSharedPtr< FRigVMTreePhase > | ToSharedPtr () |
||
| TSharedRef< FRigVMTreePhase > | ToSharedRef () |
Overridden from FRigVMTreeElement
Typedefs
| Name | Description |
|---|---|
| FQueueTasksDelegate | |
| FReplyDelegate | |
| Super |
Constants
| Name | Description |
|---|---|
| Type |