Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache > FDerivedDataPluginInterface
- FDerivedDataPluginInterface::IsBuildThreadsafe()
- FDerivedDataGeometryCollectionCooker::IsBuildThreadsafe()
- FDerivedAudioDataCompressor::IsBuildThreadsafe()
- FDerivedDataGeometryCollectionRenderDataCooker::IsBuildThreadsafe()
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataPluginInterface.h |
Include | #include "DerivedDataPluginInterface.h" |
bool IsBuildThreadsafe&40;&41; 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