FDerivedDataPluginInterface::IsBuildThreadsafe

Indicates that this plugin is threadsafe.

Unreal Engine C++ API Reference > Developer > DerivedDataCache > FDerivedDataPluginInterface

  • FDerivedDataPluginInterface::IsBuildThreadsafe()

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataPluginInterface.h
Include #include "DerivedDataPluginInterface.h"
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. true if this plugin is threadsafe


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library