Common Slate/UMG Charts and Graphs, developed for Eonblade.
Contributions, feedback and criticism are more than welcome.
in your Unreal Project directory run the following:
git subtree add --prefix=Plugins/UICharts git@github.com/timofeji/UICharts.git master --squashor as a submodule
git submodule add git@github.com/timofeji/UICharts.git Plugins/UICharts in your {ProjectName}.build.cs add the following:
PrivateDependencyModuleNames.AddRange(new string[]
{
//...
"UICharts",
//...
});
The first UV channel is projected
If you're using this plugin in one of your projects, we'd love to add you to this list
