Navigation
API > API/Editor > API/Editor/AssetDefinition > API/Editor/AssetDefinition/FAssetCategoryPath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAssetCategoryPath
(
const FText& InCategory |
Misc/AssetCategoryPath.h | ||
FAssetCategoryPath
(
TConstArrayView< FText > InCategoryPath |
Misc/AssetCategoryPath.h | ||
FAssetCategoryPath
(
const FText& InCategory, |
Misc/AssetCategoryPath.h | ||
FAssetCategoryPath
(
const FAssetCategoryPath& InCategory, |
Misc/AssetCategoryPath.h |
FAssetCategoryPath(const FText &)
| Name | FAssetCategoryPath |
| Type | function |
| Header File | /Engine/Source/Editor/AssetDefinition/Public/Misc/AssetCategoryPath.h |
| Include Path | #include "Misc/AssetCategoryPath.h" |
| Source | /Engine/Source/Editor/AssetDefinition/Private/AssetDefinition.cpp |
FAssetCategoryPath
(
const FText & InCategory
)
FAssetCategoryPath(TConstArrayView< FText >)
| Name | FAssetCategoryPath |
| Type | function |
| Header File | /Engine/Source/Editor/AssetDefinition/Public/Misc/AssetCategoryPath.h |
| Include Path | #include "Misc/AssetCategoryPath.h" |
| Source | /Engine/Source/Editor/AssetDefinition/Private/AssetDefinition.cpp |
FAssetCategoryPath
(
TConstArrayView< FText > InCategoryPath
)
FAssetCategoryPath(const FText &, const FText &)
| Name | FAssetCategoryPath |
| Type | function |
| Header File | /Engine/Source/Editor/AssetDefinition/Public/Misc/AssetCategoryPath.h |
| Include Path | #include "Misc/AssetCategoryPath.h" |
| Source | /Engine/Source/Editor/AssetDefinition/Private/AssetDefinition.cpp |
FAssetCategoryPath
(
const FText & InCategory,
const FText & SubCategory
)
FAssetCategoryPath(const FAssetCategoryPath &, const FText &)
| Name | FAssetCategoryPath |
| Type | function |
| Header File | /Engine/Source/Editor/AssetDefinition/Public/Misc/AssetCategoryPath.h |
| Include Path | #include "Misc/AssetCategoryPath.h" |
| Source | /Engine/Source/Editor/AssetDefinition/Private/AssetDefinition.cpp |
FAssetCategoryPath
(
const FAssetCategoryPath & InCategory,
const FText & InSubCategory
)