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 | bShowPluginFilter | Whether to visually show to the user the option of "Plugin Filter" | |
| 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 | bShowShowNativePackages | Whether to visually show to the user the option of "Show Native Packages" | |
| 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 | Limits Search Breadth to the specified 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: | |
| TArray< FName > | PluginFilter | Whether to only display the References/Dependencies which match the plugin name filter |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Displayed-on-graph options. |