You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
This avoids issues where if OpenVDB is dynamically linked, objects allocated using the instance of the CRT in OpenVDB might be passed across a shared library boundary where they could then be attempted to be freed using the UE deallocator, leading to crashes. Note that OpenVDB makes use of both RTTI and C++ exceptions, so client modules of OpenVDB should likely enable both of those features as well. #jira UE-139647 #rb brandon.schaefer, michael.balzer #preflight 627ab3ece713fc6e2c581250 #fyi devon.penney [CL 20173502 by matt johnson in ue5-main branch]