Navigation
API > API/Developer > API/Developer/DerivedDataCache
Module for the Derived Data Cache and Derived Data Build.
| Name | IDerivedDataCacheModule |
| Type | class |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheModule.h |
| Include Path | #include "DerivedDataCacheModule.h" |
Syntax
class IDerivedDataCacheModule : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDerivedDataCacheInterface *const * CreateOrGetCache () |
Returns the cache, which is created by the first call to this function. | DerivedDataCacheModule.h | |
FDerivedDataCacheInterface *const * GetCache () |
Returns a pointer to the cache, which may be null. | DerivedDataCacheModule.h |