Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/Utility > API/Plugins/DatasmithImporter/Utility/FDatasmithImporterUtils
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/Utility/DatasmithImporterUtils.h |
| Include | #include "Utility/DatasmithImporterUtils.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Private/Utility/DatasmithImporterUtils.cpp |
static int32 GetAssetNameMaxCharCount
&40;
const UPackage &42; ParentPackage
&41;
Remarks
Try to compute a char budget for asset names, including FNames constraints, OS constraints, parent package, and user defined limitation. An estimation of the budget for asset names
Parameters
| Name | Description |
|---|---|
| ParentPackage | destination of the asset (Package path consume a part of the budget) |