FDerivedAudioDataCompressor

Windows
MacOS
Linux

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

Name Description

Public function

FDerivedAudioDataCompressor

(
    USoundWave* InSoundNode,
    FName InBaseFormat,
    FName InHashedFormat,
    const FPlatformAudioCookOverrides&...
)

Overridden from FDerivedDataPluginInterface

Name Description

Public function Virtual

bool

 

Build

(
    TArray< uint8 >& OutData
)

Does the work of deriving the data.

Public function Virtual Const

const TCHAR ...

 

GetPluginName()

Get the plugin name, this is used as the first part of the cache key

Public function Virtual Const

FString

 

GetPluginSpecificCacheKeySuffix()

Returns the largest and plugin specific part of the cache key.

Public function Virtual Const

const TCHAR ...

 

GetVersionString()

Get the version of the plugin, this is used as part of the cache key.

Public function Virtual Const

bool

 

IsBuildThreadsafe()

Indicates that this plugin is threadsafe.

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