hi, I’m trying something similar but also can’t get it to work
I’m trying to call ConvertQueryImpactHit() manually so I can convert my original impact to get the FaceIndex
I had to include “PhysX”, “APEX” in my project PublicDependencyModuleNames,
then in my class I added #include “Runtime/Engine/Private/Collision/CollisionConversions.h”
but when I add the call to ConvertQueryImpactHit() I get a linker error about it (unresolved external symbol)
![]()