FDerivedDataBackend

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

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

Include

#include "DerivedDataBackendInterface.h"

Syntax

class FDerivedDataBackend

Functions

Name Description

Public function

void

 

AddToAsyncCompletionCounter

(
    int32 Addend
)

Public function

bool

 

AnyAsyncRequestsRemaining()

Public function Const

TSharedRef< ...

 

GatherUsageStats()

Gather the usage of the DDC hierarchically.

Public function Static

FDerivedData...

 

Get()

Singleton to retrieve the GLOBAL backend

Public function Const

const TCHAR ...

 

GetDefaultGraphName()

Public function

void

 

GetDirectories

(
    TArray< FString >& OutResults
)

Public function Const

const TCHAR ...

 

GetGraphName()

Public function

FDerivedData...

 

GetRoot()

Singleton to retrieve the root cache

Public function Const

bool

 

GetUsingSharedDDC()

Public function

FDerivedData...

 

MountPakFile

(
    const TCHAR* PakFilename
)

Mounts a read-only pak file.

Public function

void

 

NotifyBootComplete()

Public function

bool

 

UnmountPakFile

(
    const TCHAR* PakFilename
)

Unmounts a read-only pak file.

Public function

void

 

WaitForQuiescence

(
    bool bShutdown
)

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