UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::AssetRegistry::FShouldSetManagerContext Struct Reference

#include <IAssetRegistry.h>

Public Attributes

const FAssetIdentifierManager
 
const FAssetIdentifierSource
 
const FAssetIdentifierTarget
 
EAssetSetManagerAssetFlags ManagerAssetFlags
 
EAssetSetManagerAssetFlags SourceAssetFlags
 
EAssetSetManagerAssetFlags TargetAssetFlags
 
EAssetSetManagerFlags::Type EdgeFlags
 
EDependencyCategory EdgeARCategory
 
EDependencyProperty EdgeARProperties
 

Detailed Description

Information passed into ShouldSetManager calls from the graph search performed in SetManageReferences.

Member Data Documentation

◆ EdgeARCategory

EDependencyCategory UE::AssetRegistry::FShouldSetManagerContext::EdgeARCategory

AssetRegistry category of the edge: which kind of AssetRegistry dependency the edge comes from.

◆ EdgeARProperties

EDependencyProperty UE::AssetRegistry::FShouldSetManagerContext::EdgeARProperties

AssetRegistry Properties of the edge: which properties within its category the edge has.

◆ EdgeFlags

EAssetSetManagerFlags::Type UE::AssetRegistry::FShouldSetManagerContext::EdgeFlags

◆ Manager

const FAssetIdentifier& UE::AssetRegistry::FShouldSetManagerContext::Manager

The top-level manager node for which the search is conducted.

◆ ManagerAssetFlags

EAssetSetManagerAssetFlags UE::AssetRegistry::FShouldSetManagerContext::ManagerAssetFlags

Properties of the manager node.

◆ Source

const FAssetIdentifier& UE::AssetRegistry::FShouldSetManagerContext::Source

The source node of the edge in the graph search that is being asked about in the ShouldSetManager call.

◆ SourceAssetFlags

EAssetSetManagerAssetFlags UE::AssetRegistry::FShouldSetManagerContext::SourceAssetFlags

Properties of the source node.

◆ Target

const FAssetIdentifier& UE::AssetRegistry::FShouldSetManagerContext::Target

The target node of the edge in the graph search that is being asked about in the ShouldSetManager call.

◆ TargetAssetFlags

EAssetSetManagerAssetFlags UE::AssetRegistry::FShouldSetManagerContext::TargetAssetFlags

Properties of the source node.


The documentation for this struct was generated from the following file: