Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Widgets
Inheritance Hierarchy
- TSharedFromThis< FRigVMTreeElement >
- FRigVMTreeElement
- FRigVMTreeContext
- FRigVMSwapAssetReferencesContext
- FRigVMSwapFunctionContext
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/RigVMTreeToolkitContext.h |
| Include | #include "Widgets/RigVMTreeToolkitContext.h" |
Syntax
class FRigVMTreeContext : public FRigVMTreeElement
Remarks
The context is the top level object passed to anything that has to interact with the tree, like visible node traversal, task execution etc.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedRef< FRigVMTreeFilter > > | Filters |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FRigVMTreeContext > | Create
(
Types... Args |
||
| bool | FiltersNode
(
TSharedRef< FRigVMTreeNode > InNode |
||
| FAssetData | FindAssetFromAnyPath
(
const FString& InPartialOrFullPath, |
||
| uint32 | |||
| void | LogError
(
const FText& InText |
||
| void | |||
| FRigVMTreeContext::FLogTokenizedMessage TBaseMulticastDelegate_OneParam | LogMessage
(
const TSharedRef< FTokenizedMessage >& InMessage |
||
| void | LogMessage
(
const FText& InText |
||
| void | LogMessage
(
const FString& InString |
||
| void | LogWarning
(
const FText& InText |
||
| void | LogWarning
(
const FString& InString |
||
| TSharedPtr< FRigVMTreeContext > | ToSharedPtr () |
||
| TSharedRef< FRigVMTreeContext > | ToSharedRef () |
Overridden from FRigVMTreeElement
Classes
| Type | Name | Description | |
|---|---|---|---|
| FLogTokenizedMessage |
Typedefs
| Name | Description |
|---|---|
| Super |
Constants
| Name | Description |
|---|---|
| Type |