Skip to content

Commit e508d17

Browse files
committed
Updated Readme file.
1 parent c03fc4d commit e508d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ LPT is a plugin for Unreal Engine 5 that allows you to quickly and easily create
1818
- Improved code security and fixed critical errors in extreme situations (e.g., when loading and managing many embedded levels, as well as during critical subsystem shutdown).
1919
- Improved safety when working in PIE mode.
2020
- Added the ability to enable and disable resource preloading for both level-loading methods.
21-
- New functions added: `CreateLoadingScreenLPT` and `RemoveLoadingScreenLPT`. These are special Blueprint-supported functions that allow creating a loading screen based on <b>Slate</b> and <b>UMG</b>. The target UMG is loaded via `FStreamableManager` and added as a child directly into Slate, which enables the widget to remain visible even when the level is opened using OpenLevel. (Note: it is recommended to manage the Slate widget through the Game Instance.)
21+
- New functions added: `CreateSlateWidgetLPT` and `RemoveSlateWidgetLPT`. These are special Blueprint-supported functions that allow creating a loading screen based on <b>Slate</b> and <b>UMG</b>. The target UMG is loaded via `FStreamableManager` and added as a child directly into Slate, which enables the widget to remain visible even when the level is opened using OpenLevel. (Note: it is recommended to manage the Slate widget through the Game Instance.)
2222
- `NEW` Added the `CheckingPIE` function, which helps determine whether the game is running in the editor (PIE) or in standalone mode.
2323

2424
## What it's for

0 commit comments

Comments
 (0)