Navigation
API > API/Plugins > API/Plugins/RigVMEditor
A single reference node.
| Name | FRigVMTreeReferenceNode |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMSwapAssetReferencesWidget.h |
| Include Path | #include "Widgets/SRigVMSwapAssetReferencesWidget.h" |
Syntax
class FRigVMTreeReferenceNode : public FRigVMTreeNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FRigVMTreeElement → FRigVMTreeNode → FRigVMTreeReferenceNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMTreeReferenceNode
(
const FSoftObjectPath& InModulePath |
Widgets/SRigVMSwapAssetReferencesWidget.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FRigVMTreeNode | Widgets/SRigVMSwapAssetReferencesWidget.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | const FLazyName | Widgets/SRigVMSwapAssetReferencesWidget.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ModulePath | FSoftObjectPath | Widgets/SRigVMSwapAssetReferencesWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FSoftObjectPath & GetReferencePath() |
Widgets/SRigVMSwapAssetReferencesWidget.h | ||
TSharedPtr< FRigVMTreeReferenceNode > ToSharedPtr() |
Widgets/SRigVMSwapAssetReferencesWidget.h | ||
TSharedRef< FRigVMTreeReferenceNode > ToSharedRef() |
Widgets/SRigVMSwapAssetReferencesWidget.h |
Overridden from FRigVMTreeNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsCheckable() |
Widgets/SRigVMSwapAssetReferencesWidget.h |
Overridden from FRigVMTreeElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetType() |
Widgets/SRigVMSwapAssetReferencesWidget.h | ||
virtual bool IsOfType
(
const FName& InType |
Widgets/SRigVMSwapAssetReferencesWidget.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FRigVMTreeReferenceNode > Create
(
Types... Args |
Widgets/SRigVMSwapAssetReferencesWidget.h |