I would appreciate it if you can tell us how to enable PhysX. It looks like in order to enable PhysX in the source, I had to disable Chaos ( public bool bCompileChaos = false; ) and enable PhysX ( public bool bCompilePhysX = true; ) in the TargetRules.cs but it failed to compile. Is there anything else I’m missing? Thanks.