Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/ReferenceViewer/EdGraphNode_Reference.h |
Include |
#include "ReferenceViewer/EdGraphNode_Reference.h" |
UCLASS()
class UEdGraphNode_Reference : public UEdGraphNode
Name | Description | |
---|---|---|
|
UEdGraphNode_Reference ( |
Name | Description | ||
---|---|---|---|
|
AllowsThumbnail() |
||
|
GetAllIdentifiers ( |
Returns all identifiers on this node including virtual things |
|
|
GetAllPackageNames |
Returns only the packages in this node, skips searchable names |
|
|
GetAssetData() |
||
|
UEdGraphPin ... |
GetDependencyPin() |
|
|
FAssetIdenti... |
GetIdentifier() |
Returns first asset identifier |
|
UEdGraphPin ... |
GetReferencerPin() |
|
|
UEdGraph_Ref... |
GetReferenceViewerGraph() |
Returns our owning graph |
|
IsCollapsed() |
||
|
IsPackage() |
||
|
SetAllowThumbnail ( |
||
|
UsesThumbnail() |
Name | Description | ||
---|---|---|---|
|
AllocateDefaultPins() |
Allocate default pins for a given node, based only the NodeType, which should already be filled in. |
|
|
UObject *... |
GetJumpTargetForDoubleClick() |
Returns the object that should be focused when double-clicking on this node (the object can be an actor, which selects it in the world, or a node/graph/pin) |
|
GetNodeTitle ( |
UEdGraphNode implementation. |
|
|
GetNodeTitleColor() |
Gets the draw color of a node's title bar |
|
|
GetTooltipText() |
Gets the tooltip to display when over the node |