Navigation
API > API/Plugins > API/Plugins/AssetManagerEditor
Holds asset information for building reference graph
| Name | FReferenceNodeInfo |
| Type | struct |
| Header File | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/ReferenceViewer/EdGraph_ReferenceViewer.h |
| Include Path | #include "ReferenceViewer/EdGraph_ReferenceViewer.h" |
Syntax
struct FReferenceNodeInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FReferenceNodeInfo
(
const FAssetIdentifier& InAssetId, |
ReferenceViewer/EdGraph_ReferenceViewer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetData | FAssetData | ReferenceViewer/EdGraph_ReferenceViewer.h | ||
| AssetId | FAssetIdentifier | ReferenceViewer/EdGraph_ReferenceViewer.h | ||
| bExpandAllChildren | bool | Denote when all children have been manually expanded and the breadth limit should be ignored. | ReferenceViewer/EdGraph_ReferenceViewer.h | |
| bIsRedirector | bool | ReferenceViewer/EdGraph_ReferenceViewer.h | ||
| bReferencers | bool | Which direction. Referencers are left (other assets that depend on me), Dependencies are right (other assets I depend on) | ReferenceViewer/EdGraph_ReferenceViewer.h | |
| ChildProvisionSize | int32 | How many nodes worth of children require vertical spacing | ReferenceViewer/EdGraph_ReferenceViewer.h | |
| Children | TArray< TPair< FAssetIdentifier, EDependencyPinCategory > > | Immediate children (references or dependencies) | ReferenceViewer/EdGraph_ReferenceViewer.h | |
| OverflowCount | int32 | ReferenceViewer/EdGraph_ReferenceViewer.h | ||
| Parents | TArray< FAssetIdentifier > | This node's parent references (how it got included) | ReferenceViewer/EdGraph_ReferenceViewer.h | |
| PassedFilters | bool | Whether or not this nodeinfo passed the current filters. | ReferenceViewer/EdGraph_ReferenceViewer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsADuplicate() |
ReferenceViewer/EdGraph_ReferenceViewer.h | ||
bool IsFirstParent
(
const FAssetIdentifier& InParentId |
ReferenceViewer/EdGraph_ReferenceViewer.h | ||
bool IsRedirector() |
ReferenceViewer/EdGraph_ReferenceViewer.h | ||
int32 ProvisionSize
(
const FAssetIdentifier& InParentId |
The Provision Size, or vertical spacing required for layout, for a given parent. | ReferenceViewer/EdGraph_ReferenceViewer.h |