Navigation
API > API/Editor > API/Editor/AssetDefinition
| |
|
| Name |
FAssetSourceFilesResult |
| Type |
struct |
| Header File |
/Engine/Source/Editor/AssetDefinition/Public/AssetDefinition.h |
| Include Path |
#include "AssetDefinition.h" |
Syntax
struct FAssetSourceFilesResult
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DisplayLabel |
FString |
The Label was used to display this source file in the property editor. |
AssetDefinition.h |
|
| FileHash |
FMD5Hash |
The MD5 hash of the file when it was imported. Invalid when unknown. |
AssetDefinition.h |
|
| FilePath |
FString |
The file path in the format requested. |
AssetDefinition.h |
|
| Timestamp |
FDateTime |
The timestamp of the file when it was imported (as UTC). 0 when unknown. |
AssetDefinition.h |
|