Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FDerivedDataPluginInterface
- FDerivedAudioDataCompressor
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AudioDerivedData.h |
| Include | #include "AudioDerivedData.h" |
Syntax
class FDerivedAudioDataCompressor : public FDerivedDataPluginInterface
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDerivedAudioDataCompressor
(
USoundWave* InSoundNode, |
Overridden from FDerivedDataPluginInterface
| Type | Name | Description | |
|---|---|---|---|
| bool | Does the work of deriving the data. | ||
| const TCHAR * | Get the plugin name, this is used as the first part of the cache key | ||
| FString | Returns the largest and plugin specific part of the cache key. | ||
| const TCHAR * | Get the version of the plugin, this is used as part of the cache key. | ||
| bool | Indicates that this plugin is threadsafe. |