'Importing PDB (Protein Data Bank) files directly into Unreal Engine 4

I am building a project that will use Unreal Engine 4 to display protein models. Currently I cannot find a way to directly import PDB (Protein Data Bank) files directly into Unreal. Ideally I would like to have the PDB files converted into FBX files and stored inside the project. Any suggestions would be greatly appreciated, thank you!



Solution 1:[1]

Pymol can export VRML files in wrl format for all kinds of visualization (even cartoons, not just atomic view). https://imgur.com/pOIfnWD

Unreal supports wrl import.

https://www.youtube.com/watch?v=sSEEkhiqABc

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Saurabh Gayali