Navigation
API > API/Editor > API/Editor/AssetDefinition
| Name | EPathUse |
| Type | enum |
| Header File | /Engine/Source/Editor/AssetDefinition/Public/AssetDefinition.h |
| Include Path | #include "AssetDefinition.h" |
Syntax
enum EPathUse
{
Display,
AbsolutePath,
}
Values
| Name | Remarks |
|---|---|
| Display | Present the file in a UI friendly format. |
| AbsolutePath | Resolve the path into an absolute path. |