Is there any way to access unreal.HitResult properties in python?

Hi AchAch. I had the same problem. I found python HitResult(StructBase) have a function “to_tuple()”. so I converted HitResult to tuple, accessing it with index number. It works. Hope you can solve your problem. :slight_smile:

2 Likes