Navigation
API > API/Plugins > API/Plugins/USDClasses > API/Plugins/USDClasses/IUsdClassesModule
Description
Updates HashToUpdate with the Object's package's persistent guid, the corresponding file save date and time, and the number of times the package has been dirtied since last being saved. This can be used to track the version of exported assets and levels, to prevent unnecessary re-exports.
| Name | HashObjectPackage |
| Type | function |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/USDClasses/Public/USDClassesModule.h |
| Include Path | #include "USDClassesModule.h" |
| Source | /Engine/Plugins/Runtime/USDCore/Source/USDClasses/Private/USDClassesModule.cpp |
static bool HashObjectPackage
(
const UObject * Object,
FSHA1 & HashToUpdate
)