https://github.com/slonopotamus/simplecanvaspanel
Simpler and faster alternative to Unreal Engine CanvasPanel widget
https://github.com/slonopotamus/simplecanvaspanel
umg unreal-engine
Last synced: about 2 months 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T08:48:37.000Z (9 months ago)
- Last Synced: 2025-01-20T06:44:03.754Z (3 months ago)
- Topics: umg, unreal-engine
- Language: C++
- Homepage:
- Size: 22.5 KB
- Stars: 1
- 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.