Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper > API/Plugins/UnrealUSDWrapper/UsdWrappers > API/Plugins/UnrealUSDWrapper/UsdWrappers/FUsdGeomBBoxCache
Syntax
mutable FRWLock Lock
Remarks
The underlying pxr::UsdGeomBBoxCache object is not thread-safe, so we have this. This mutex will be internally locked for all of the wrapped function calls. It is exposed so that it can be locked by the user in case it is desirable to use the underlying pxr::UsdGeomBBoxCache type directly