Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/AssetRegistry
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetData.h |
Include | #include "AssetRegistry/AssetData.h" |
Syntax
struct FReferenceViewerParams
Remarks
Helper struct for FAssetIdentifier (e.g., for the FOnViewAssetIdentifiersInReferenceViewer delegate and Reference Viewer functions).
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TOptional< bool > | bCompactMode | Compact mode allows to hide the thumbnail and minimize the space taken by the nodes. |
![]() |
bool | bShowCollectionFilter | Whether to visually show to the user the option of "Collection Filter" |
![]() |
bool | bShowCompactMode | Whether to visually show to the user the option of "Compact Mode" |
![]() |
bool | bShowDependencies | Whether to display the Dependencies |
![]() |
TOptional< bool > | bShowFilteredPackagesOnly | Whether to only display the References/Dependencies which match the text filter, if any. |
![]() |
bool | bShowReferencers | Whether to display the Referencers |
![]() |
bool | bShowShowCodePackages | Whether to visually show to the user the option of "Show C++ Packages" |
![]() |
bool | bShowShowFilteredPackagesOnly | Whether to visually show to the user the option of "Show Filtered Packages Only" |
![]() |
bool | bShowShowReferencesOptions | Whether to visually show to the user the options of "Show Soft/Hard/Management References" |
![]() |
bool | bShowShowSearchableNames | Whether to visually show to the user the option of "Show Searchable Names" |
![]() |
int32 | FixAndHideSearchBreadthLimit | Whether to visually show to the user the option of "Search Breadth Limit" or hide it and fix it to a default value: |
![]() |
int32 | FixAndHideSearchDepthLimit | Whether to visually show to the user the option of "Search Depth Limit" or hide it and fix it to a default value: |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Displayed-on-graph options. |
Deprecated Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bShowShowNativePackages | bShowShowNativePackages is deprecated, please use bShowShowCodePackages instead. |