Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Widgets
Inheritance Hierarchy
- TSharedFromThis< FRigVMTreeElement >
- FRigVMTreeElement
- FRigVMTreeNode
- FRigVMTreeCategoryNode
- FRigVMTreePackageNode
- FRigVMTreeAssetRefAssetNode
- FRigVMTreeFunctionIdentifierAssetNode
- FRigVMTreeFunctionRefAssetNode
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/RigVMTreeToolkitNode.h |
| Include | #include "Widgets/RigVMTreeToolkitNode.h" |
Syntax
class FRigVMTreePackageNode : public FRigVMTreeCategoryNode
Remarks
A Package Node is a special Category Node which reacts to the package being loaded and offers to update its content.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< bool > | bIsLoaded | ||
| bool | bRetrievedTags | ||
| FSlateIcon | Icon | ||
| TOptional< const FSlateBrush * > | IconBrush | ||
| FSoftObjectPath | SoftObjectPath |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMTreePackageNode
(
const FAssetData& InAssetData |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FRigVMTreePackageNode > | Create
(
Types... Args |
||
| const FSoftObjectPath & | |||
| void | HandleAssetLoaded
(
UObject* InAsset |
||
| TSharedPtr< FRigVMTreePackageNode > | ToSharedPtr () |
||
| TSharedRef< FRigVMTreePackageNode > | ToSharedRef () |
Overridden from FRigVMTreeNode
| Type | Name | Description | |
|---|---|---|---|
| const FSlateBrush * | GetIconAndTint
(
FLinearColor& OutColor |
||
| FText | GetLabel () |
||
| const TArray< FRigVMTag > & | GetTags () |
||
| bool | IsLoaded () |
Overridden from FRigVMTreeElement
| Type | Name | Description | |
|---|---|---|---|
| FName | GetType () |
||
| void | Initialize () |
||
| bool | IsOfType
(
const FName& InType |
Typedefs
| Name | Description |
|---|---|
| Super |
Constants
| Name | Description |
|---|---|
| Type |