Navigation
API > API/Developer > API/Developer/AssetTools
Description
Gets the maximum path length for a cooked file. Changes behavior based on whether the editor experimental setting for long paths is enabled.
| Name | AssetViewUtils::GetMaxCookPathLen |
| Type | function |
| Header File | /Engine/Source/Developer/AssetTools/Public/AssetViewUtils.h |
| Include Path | #include "AssetViewUtils.h" |
| Source | /Engine/Source/Developer/AssetTools/Private/AssetViewUtils.cpp |
namespace AssetViewUtils
{
int32 AssetViewUtils::GetMaxCookPathLen()
}