Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FDerivedAudioDataCompressor
- FDerivedDataPluginInterface::Build()
- FDerivedAudioDataCompressor::Build()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AudioDerivedData.h |
| Include | #include "AudioDerivedData.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioDerivedData.cpp |
virtual 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 |