FDerivedDataPluginInterface::IsBuildThreadsafe

Indicates that this plugin is threadsafe.

Windows
MacOS
Linux

Override Hierarchy

References

Module

DerivedDataCache

Header

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

Include

#include "DerivedDataPluginInterface.h"

Syntax

bool IsBuildThreadsafe() const

Remarks

Indicates that this plugin is threadsafe. Note, the system itself will not call it concurrently if this false, however, then you are responsible for not calling the system itself concurrently.

Returns

true if 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