FSourceFile

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EditorFramework/AssetImportData.h

Include

#include "EditorFramework/AssetImportData.h"

Syntax

struct FSourceFile

Variables

Name Description

Public variable

FString

 

DisplayLabelName

The Label use to display this source file in the property editor.

Public variable

FMD5Hash

 

FileHash

The MD5 hash of the file when it was imported. Invalid when unknown.

Public variable

FString

 

RelativeFilename

The path to the file that this asset was imported from.

Public variable

FDateTime

 

Timestamp

The timestamp of the file when it was imported (as UTC). 0 when unknown.

Constructors

Name Description

Public function

FSourceFile

(
    FString InRelativeFilename,
    const FDateTime& InTimestamp,
    const FMD5Hash& InFileHash,
    const FString& InDisplayLabelName
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss