Hey Kevlar,
You should be able to add frameworks to your plugins build.cs like you suspect.
Just add:
PublicFrameworks.Add("MyFramework");
Hope this helps.
Terence
Hey Kevlar,
You should be able to add frameworks to your plugins build.cs like you suspect.
Just add:
PublicFrameworks.Add("MyFramework");
Hope this helps.
Terence