Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/slonopotamus/simplecanvaspanel
- Owner: slonopotamus
- License: mit
- Created: 2024-07-29T09:34:57.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T08:48:37.000Z (6 months ago)
- Last Synced: 2024-11-19T05:32:58.488Z (3 months ago)
- Topics: umg, unreal-engine
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.