Navigation
API > API/Plugins > API/Plugins/RigVMEditor
Graph nodes use this class to store their data
| Name | FRigVMFindReferencesGraphNode |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMFindReferences.h |
| Include Path | #include "Editor/RigVMFindReferences.h" |
Syntax
class FRigVMFindReferencesGraphNode : public FRigVMFindResult
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FRigVMFindResult → FRigVMFindReferencesGraphNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFindReferencesGraphNode
(
TWeakObjectPtr< URigVMBlueprint > InBlueprint |
Editor/RigVMFindReferences.h | ||
FRigVMFindReferencesGraphNode
(
FRigVMAssetInterfacePtr InBlueprint |
Editor/RigVMFindReferences.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRigVMFindReferencesGraphNode() |
Editor/RigVMFindReferences.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Class | UClass * | The class this item refers to | Editor/RigVMFindReferences.h | |
| ClassName | FString | The class name this item refers to | Editor/RigVMFindReferences.h | |
| Glyph | FSlateIcon | The glyph brush for this node | Editor/RigVMFindReferences.h | |
| GlyphColor | FLinearColor | The glyph color for this node | Editor/RigVMFindReferences.h | |
| NodeGuid | FGuid | End FRigVMFindResult Interface The Node Guid to find when jumping to the node | Editor/RigVMFindReferences.h |
Functions
Public
Overridden from FRigVMFindResult
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > CreateIcon() |
Create an icon to represent the result | Editor/RigVMFindReferences.h | |
virtual void FinalizeSearchData() |
Finalizes any content for the search data that was unsafe to do on a separate thread | Editor/RigVMFindReferences.h | |
virtual FText GetCategory() |
Get Category for this search result | Editor/RigVMFindReferences.h | |
virtual UObject * GetObject
(
FRigVMAssetInterfacePtr InBlueprint |
Returns the Object represented by this search information give the Blueprint it can be found in | Editor/RigVMFindReferences.h | |
virtual FReply OnClick() |
FRigVMFindResult Interface | Editor/RigVMFindReferences.h | |
| Parses search info for specific data important for displaying the search result in an easy to understand format | Editor/RigVMFindReferences.h |