FDerivedDataPluginInterface::Build

Does the work of deriving the data.

Unreal Engine C++ API Reference > Developer > DerivedDataCache > FDerivedDataPluginInterface

  • FDerivedDataPluginInterface::Build()

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataPluginInterface.h
Include #include "DerivedDataPluginInterface.h"
bool Build
(
    [TArray](API\Runtime\Core\Containers\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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library