Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FDerivedDataPluginInterface
Description
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.
| Name | IsBuildThreadsafe |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataPluginInterface.h |
| Include Path | #include "DerivedDataPluginInterface.h" |
bool IsBuildThreadsafe() const
true if this plugin is threadsafe