FAssetPackageData

A class to hold data about a package on disk, this data is updated on save/load and is not updated when an asset changes in memory

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

/Engine/Source/Runtime/AssetRegistry/Public/AssetData.h

Include

#include "AssetData.h"

Syntax

class FAssetPackageData

Remarks

A class to hold data about a package on disk, this data is updated on save/load and is not updated when an asset changes in memory

Variables

Name Description

Public variable

FMD5Hash

 

CookedHash

MD5 of the cooked package on disk, for tracking nondeterministic changes

Public variable

int64

 

DiskSize

Total size of this asset on disk

Public variable

FGuid

 

PackageGuid

Guid of the source package, uniquely identifies an asset package

Constructors

Name Description

Public function

FAssetPackageData()

Functions

Name Description

Public function

void

 

SerializeForCache

(
    FArchive& Ar
)

Serialize as part of the registry cache.

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