IDerivedDataCacheModule

Module for the Derived Data Cache and Derived Data Build.

Unreal Engine C++ API Reference > Developer > DerivedDataCache

Inheritance Hierarchy

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheModule.h
Include #include "DerivedDataCacheModule.h"

Syntax

class IDerivedDataCacheModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)  

Remarks

Module for the Derived Data Cache and Derived Data Build.

Functions

Type Name Description
FDerivedData... CreateOrGetCache () Returns the cache, which is created by the first call to this function.
FDerivedData... GetCache () Returns a pointer to the cache, which may be null.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library