Files
UnrealEngineUWP/Engine/Source/Runtime/Experimental/GeometryCollectionCore
Andrew Grant 9e193d077a Fix for Chaos compilation under Switch.
Under Switch SharedPtr's default to thread safe (FORCE_THREADSAFE_SHAREDPTRS) so without an explicit definition we end up with a multiple definition compile error when we get to MANAGED_ARRAY_TYPE(Chaos::ThreadSafeSharedPtr_FImplicitObject, FImplicitObject3ThreadSafeSharedPointer)

Not sure if this is the right fix, but it is a fix...

#jira #rb na
#review-11559833 @ryan.kautzman @michael.lentine

[CL 11559832 by Andrew Grant in 4.25 branch]
2020-02-19 21:21:23 -05:00
..