Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache > FDerivedDataPluginInterface
- FDerivedDataPluginInterface::Build()
- FDerivedAudioDataCompressor::Build()
- FDerivedDataGeometryCollectionCooker::Build()
- FDerivedDataGeometryCollectionRenderDataCooker::Build()
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataPluginInterface.h |
Include | #include "DerivedDataPluginInterface.h" |
bool Build
&40;
TArray< uint8 > & OutData
&41;
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 |