PhysX classes to UE4.

Hi!

I am developing a custom actor using PhysX. I have PxActor and PxMaterial instances. How can I find AActor and UPhysicalMaterial equivalents in the current scene?

Thanks.

I used GetObjectsOfClass to find all physical materials. I hope it will work.