Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/slonopotamus/simplecanvaspanel

Simpler and faster alternative to Unreal Engine CanvasPanel widget
https://github.com/slonopotamus/simplecanvaspanel

umg unreal-engine

Last synced: 15 days ago
JSON representation

Simpler and faster alternative to Unreal Engine CanvasPanel widget

Awesome Lists containing this project

README

        

= Simple Canvas Panel

Simple Canvas Panel is an Unreal Engine UMG widget for `SCanvas`, a simpler and faster alternative to builtin `CanvasPanel` that internally uses `SConstraintCanvas`.
The key advantage of `SCanvas` over `SConstraintCanvas` is that the former doesn't need to recalculate layout when child size changes.

Supports Unreal Engine 4.27 and newer.