Aktualizovat Instalation

2025-11-26 08:22:31 +00:00
parent 101d3e4967
commit ba91ca42aa

@ -3,20 +3,26 @@
## Installation ## Installation
### Install the UUIF plugin from FAB.com. ### Install the UUIF plugin from FAB.com.
In Unreal Editor, go to Edit → Plugins, search for UUIF (Universal User Interface Framework) and enable it (if it's not enabled already). In Unreal Editor, go to Edit → Plugins.
Unreal Engine will ask you to restart — confirm the restart.
![1plugins.png](1plugins.png) ![1plugins.png](1plugins.png)
Search for UUIF (Universal User Interface Framework) and enable it (if it's not enabled already). Unreal Engine will ask you to restart — confirm the restart.
![2enablePlugin.png](2enablePlugin.png) ![2enablePlugin.png](2enablePlugin.png)
### Select your UI theme after restarting. ### Select your UI theme after restarting.
With UUIF enabled, you must choose a theme that controls the default colors, fonts, padding and other style parameters. With UUIF enabled, you needo to choose a theme that controls the default colors, fonts, padding and other style parameters.
Go to: _Edit → Project Settings → Game → UUIF Settings → UUIF Default Theme_ and select: _UUIF_ThemeSettings_ Go to: _Edit → Project Settings → Game → UUIF Settings → UUIF Default Theme_ and select: _UUIF_ThemeSettings_
![3theme.png](3theme.png)
![4selectTheme.png](4selectTheme.png)
(Recommended: use this default theme and adjust colors / fonts directly inside it.) (Recommended: use this default theme and adjust colors / fonts directly inside it.)
![5use.png](5use.png)
You can now place UUIF widgets in your project. Yes — that's really all you need to start. 😊 You can now place UUIF widgets in your project. Yes — that's really all you need to start. 😊
All UUIF widgets will appear automatically in your Widget Blueprint palette. All UUIF widgets will appear automatically in your Widget Blueprint palette.
## Demo Content (Optional) ## Demo Content (Optional)
A full demo is included with the plugin to help you understand how each widget works. A full demo is included with the plugin to help you understand how each widget works.