Navigation
API > API/Runtime > API/Runtime/RuntimeAssetCache > API/Runtime/RuntimeAssetCache/IRuntimeAssetCacheBuilder
Description
Check if the cached asset is up to date. If the current AssetVersion is greater than the cached AssetVersion, the cached asset will be re-built.
| Name | CachedAssetVersionIsUpToDate |
| Type | function |
| Header File | /Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCachePluginInterface.h |
| Include Path | #include "RuntimeAssetCachePluginInterface.h" |
virtual bool CachedAssetVersionIsUpToDate
(
int32 CachedAssetVersion
)
Whether the cached asset is good (return true) or needs to be rebuilt (return false).