Standardize spacing for import path ui in assets. add import path ui to model prefab.

This commit is contained in:
Chandler Cox
2025-01-07 20:43:57 -06:00
parent 3133ebbd83
commit e87bb2325b
7 changed files with 22 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ API_CLASS(Attributes="HideInEditor") class FLAXENGINE_API ModelPrefab : public S
/// <summary>
/// Source model file path (absolute or relative to the project).
/// </summary>
API_FIELD(Attributes="ReadOnly") String ImportPath;
API_FIELD(Attributes="ReadOnly, HideInEditor") String ImportPath;
/// <summary>
/// Model file import settings.