Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | FRigVMTreeFunctionRefGraphNode |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMSwapFunctionsWidget.h |
| Include Path | #include "Widgets/SRigVMSwapFunctionsWidget.h" |
Syntax
class FRigVMTreeFunctionRefGraphNode : public FRigVMTreeNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FRigVMTreeElement → FRigVMTreeNode → FRigVMTreeFunctionRefGraphNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMTreeFunctionRefGraphNode
(
const URigVMGraph* InFunctionGraph |
Widgets/SRigVMSwapFunctionsWidget.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FRigVMTreeNode | Widgets/SRigVMSwapFunctionsWidget.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | const FLazyName | Widgets/SRigVMSwapFunctionsWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ContainsFunctionReference
(
const TSharedRef< FRigVMTreeContext >& InContext |
Widgets/SRigVMSwapFunctionsWidget.h | ||
TSharedPtr< FRigVMTreeFunctionRefGraphNode > ToSharedPtr() |
Widgets/SRigVMSwapFunctionsWidget.h | ||
TSharedRef< FRigVMTreeFunctionRefGraphNode > ToSharedRef() |
Widgets/SRigVMSwapFunctionsWidget.h |
Overridden from FRigVMTreeNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DirtyChildren() |
Widgets/SRigVMSwapFunctionsWidget.h | ||
virtual const FSlateBrush * GetIconAndTint
(
FLinearColor& OutColor |
Widgets/SRigVMSwapFunctionsWidget.h | ||
virtual FText GetLabel() |
Widgets/SRigVMSwapFunctionsWidget.h | ||
virtual bool IsCheckable() |
Widgets/SRigVMSwapFunctionsWidget.h |
Overridden from FRigVMTreeElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetType() |
Widgets/SRigVMSwapFunctionsWidget.h | ||
virtual bool IsOfType
(
const FName& InType |
Widgets/SRigVMSwapFunctionsWidget.h |
Protected
Overridden from FRigVMTreeNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< TSharedRef< FRigVMTreeNode > > GetChildrenImpl
(
const TSharedRef< FRigVMTreeContext >& InContext |
Widgets/SRigVMSwapFunctionsWidget.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FRigVMTreeFunctionRefGraphNode > Create
(
Types... Args |
Widgets/SRigVMSwapFunctionsWidget.h |