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