FDerivedDataGeometryCollectionCooker::IsBuildThreadsafe

Indicates that this plugin is threadsafe.

Windows
MacOS
Linux

Override Hierarchy

FDerivedDataPluginInterface::IsBuildThreadsafe()

FDerivedDataGeometryCollectionCooker::IsBuildThreadsafe()

References

Module

GeometryCollectionEngine

Header

/Engine/Source/Runtime/Experimental/GeometryCollectionEngine/Public/GeometryCollection/DerivedDataGeometryCollectionCooker.h

Include

#include "GeometryCollection/DerivedDataGeometryCollectionCooker.h"

Syntax

virtual 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