Navigation
API > API/Editor > API/Editor/AssetDefinition > API/Editor/AssetDefinition/Misc
References
| Module | AssetDefinition |
| Header | /Engine/Source/Editor/AssetDefinition/Public/Misc/AssetCategoryPath.h |
| Include | #include "Misc/AssetCategoryPath.h" |
Syntax
struct FAssetCategoryPath
Remarks
The asset category path is how we know how to build menus around assets. For example, Basic is generally the ones we expose at the top level, where as everything else is a category with a pull out menu, and the subcategory would be where it gets placed in a submenu inside of there.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAssetCategoryPath
(
const FText& InCategory |
|||
FAssetCategoryPath
(
TConstArrayView< FText > InCategoryPath |
|||
FAssetCategoryPath
(
const FText& InCategory, |
|||
FAssetCategoryPath
(
const FAssetCategoryPath& InCategory, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | GetCategory () |
||
| FText | |||
| FName | |||
| FText | |||
| bool |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FAssetCategoryPath |