How can I ues this FRemoteDatabaseConnection?

I want to use Remote Database Support module, but when including header [TABLE=“cellspacing: 0”]
[TR=“class: cke_show_border”]
"#include “RemoteDatabaseConnection.h”
[/TR]

VS cant find it. I have already use full pass. Will be glad any help.

@Profit37
Don’t forget to include the Module in your <ProjectName>.build.cs file:



PublicDependencyModuleNames.AddRange(new string] { "RemoteDatabaseSupport" });

@SolidSk
Thanks, that help but only after full rebuild.

Do you have any guesses, why I am not receiving any changes from/to the MariaDB/PostgreSQL tables, even with successfully established FRemoteDatabaseConnection and .Execute(…) returning true.
Did you found any proper docs about this plugin? Would be great to know how this plugin is intended to be used.