Skip to content

timofeji/UICharts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UICharts

About

Common Slate/UMG Charts and Graphs, developed for Eonblade.
Contributions, feedback and criticism are more than welcome.

Installation

1.)

in your Unreal Project directory run the following:

git subtree add --prefix=Plugins/UICharts git@github.com/timofeji/UICharts.git master --squash

or as a submodule

git submodule add git@github.com/timofeji/UICharts.git Plugins/UICharts 

2.)

in your {ProjectName}.build.cs add the following:

PrivateDependencyModuleNames.AddRange(new string[]
{	
    //...
    "UICharts",
    //...
});

Features

Radar Chart:

UnrealEditor_TkMj0ydB2W

The first UV channel is projected

Line Graph:

Color Picker:

ApplicationFrameHost_ny9y59LDee

Links

Showcase

If you're using this plugin in one of your projects, we'd love to add you to this list

About

Charts and Graphs for Unreal Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published