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