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