IAssetTools::RegisterAdvancedAssetCategory

Allocates a Category bit for a user-defined Category, or [EAssetTypeCategories::Misc](API\Developer\AssetTools\EAssetTypeCategories__Type) if all available bits are allocated.

Windows
MacOS
Linux

References

Module

AssetTools

Header

/Engine/Source/Developer/AssetTools/Public/IAssetTools.h

Include

#include "IAssetTools.h"

Syntax

EAssetTypeCategories::Type RegisterAdvancedAssetCategory
(
    FName CategoryKey,
    FText CategoryDisplayName
)

Remarks

Allocates a Category bit for a user-defined Category, or EAssetTypeCategories::Misc if all available bits are allocated. Ignores duplicate calls with the same CategoryKey (returns the existing bit but does not change the display name).

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