Navigation
| Name | AssetManagerEditor |
| Type | Editor |
| Part of Plugins | Asset Manager Editor |
| Location | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/ |
| Module Build Rules | AssetManagerEditor.Build.cs |
Classes
| Name | Remarks |
|---|---|
| UEdGraph_ReferenceViewer | |
| UEdGraphNode_Reference | |
| UEdGraphNode_ReferencedProperties | A node to display a list of Node properties which are referencing another Node/Asset |
| UReferenceViewerSchema | |
| UReferenceViewerSettings |
Structs
| Name | Remarks |
|---|---|
| FAssetManagerDependencyQuery | AssetRegistry Dependency Category + QueryFlags, to pass around the two enums in a single variable. |
| FAssetManagerEditorRegistrySource | Struct containing the information about currently investigated asset context |
| FilterState | |
| FReferenceNodeInfo | Holds asset information for building reference graph |
| FReferencingPropertyDescription | Describes a graph node property referencing an asset from another node |
Interfaces
| Name | Remarks |
|---|---|
| IAssetManagerEditorModule | The Asset Manager Editor module handles creating UI for asset management and exposes several commands |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnGetPrimaryAssetDisplayText | TBaseDelegate_NoParams< FText > | AssetManagerEditorModule.h | |
| FOnSetPrimaryAssetId | TBaseDelegate_OneParam< void, FPrimaryAssetId > | AssetManagerEditorModule.h | |
| FOnSetPrimaryAssetType | TBaseDelegate_OneParam< void, FPrimaryAssetType > | AssetManagerEditorModule.h | |
| FReferencingPropertyDescriptionPtr | TSharedPtr< FReferencingPropertyDescription > | ReferenceViewer/EdGraphNode_ReferencedProperties.h |
Enums
Public
| Name | Remarks |
|---|---|
| EEditorOnlyReferenceFilterType |