FDerivedDataPluginInterface::Build

Does the work of deriving the data.

Windows
MacOS
Linux

Override Hierarchy

References

Module

DerivedDataCache

Header

/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataPluginInterface.h

Include

#include "DerivedDataPluginInterface.h"

Syntax

bool Build
(
    TArray< uint8 > & OutData
)

Remarks

Does the work of deriving the data.

Returns

true if successful, in the event of failure the cache is not updated and failure is propagated to the original caller.

Parameters

Parameter

Description

OutData

Array of bytes to fill in with the result data

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss