FReferenceViewerParams

Helper struct for [FAssetIdentifier](API\Runtime\CoreUObject\AssetRegistry\FAssetIdentifier) (e.g., for the FOnViewAssetIdentifiersInReferenceViewer delegate and Reference Viewer functions).

Windows
MacOS
Linux

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

Name Description

Public variable

TOptional< bool...

 

bCompactMode

Compact mode allows to hide the thumbnail and minimize the space taken by the nodes.

Public variable

bool

 

bShowCollectionFilter

Whether to visually show to the user the option of "Collection Filter"

Public variable

bool

 

bShowCompactMode

Whether to visually show to the user the option of "Compact Mode"

Public variable

bool

 

bShowDependencies

Whether to display the Dependencies

Public variable

TOptional< bool...

 

bShowFilteredPackagesOnly

Whether to only display the References/Dependencies which match the text filter, if any.

Public variable

bool

 

bShowReferencers

Whether to display the Referencers

Public variable

bool

 

bShowShowFilteredPackagesOnly

Whether to visually show to the user the option of "Show Filtered Packages Only"

Public variable

bool

 

bShowShowNativePackages

Whether to visually show to the user the option of "Show Native Packages"

Public variable

bool

 

bShowShowReferencesOptions

Whether to visually show to the user the options of "Show Soft/Hard/Management References"

Public variable

bool

 

bShowShowSearchableNames

Whether to visually show to the user the option of "Show Searchable Names"

Public variable

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:

Public variable

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

Name Description

Public function

FReferenceViewerParams()

Displayed-on-graph options.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss