Navigation
API > API/Runtime > API/Runtime/PreLoadScreen
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SSimplePreLoadScreenWidget
References
| Module | PreLoadScreen |
| Header | /Engine/Source/Runtime/PreLoadScreen/Public/SimplePreLoadScreenWidget.h |
| Include | #include "SimplePreLoadScreenWidget.h" |
Syntax
class SSimplePreLoadScreenWidget : public SCompoundWidget
Remarks
Widget that displays a very simple version of a FPreLoadScreen UI that just includes a background and localized text together. Rotates through the PreLoadScreens in the same order they are in the FPreLoadSettingsContainerBase. Uses the TimeToDisplayEachBackground variable to determine how long to display each screen before rotating. Loops back when finished.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | Handles updating the background every X seconds. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Constants
| Name | Description |
|---|---|
| BackgroundImageCrit | |
| CurrentBackgroundImage |