Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FDerivedDataPluginInterface
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataPluginInterface.h |
| Include | #include "DerivedDataPluginInterface.h" |
bool Build
(
TArray < uint8 > & OutData
)
Remarks
Does the work of deriving the data. true if successful, in the event of failure the cache is not updated and failure is propagated to the original caller.
Parameters
| Name | Description |
|---|---|
| OutData | Array of bytes to fill in with the result data |