Releases: bgzsdzzl/VariableResolutionChart
Releases · bgzsdzzl/VariableResolutionChart
Release list
VariableResolutionChart v1.0.0
VariableResolutionChart v1.0.0
First public release.
Features
- Runtime-resizable 2D grid with overlap preserved by coordinate
- Per-cell type:
Float,Int32,Bool,Vector2,Vector3,LinearColor,String,Bytes - POD cell storage;
String/Bytespayloads stored out-of-line - Blueprint and C++ friendly API with chainable bulk configuration
- Serialization to/from byte arrays
Compatibility
- Unreal Engine 5.5 – 5.8
- Platforms: Win64, Linux, Mac
- Dependencies:
Core,CoreUObject,Engine
Installation
- Copy the
VariableResolutionChart/folder into your project'sPlugins/directory. - Regenerate project files and build.
- Enable the plugin in the editor under Edit → Plugins → Data Structures.