Linux file dialog implementations dedicated for Unreal Engine. Purpose of this project is to provide a simple C API allowing to open linux file and font dialogs utilizing either of four mainstream GUI toolkits:
The shared libraries can be dlopened and `UNativeDialogs.h` should be used to utilize them. Alternatively a normal link could be performed and required implementation chosen with `LD_LIBRARY_PATH`.