SSimplePreLoadScreenWidget

Widget that displays a very simple version of a FPreLoadScreen UI that just includes a background and localized text together.

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Overridden from SWidget

Name Description

Public function Virtual

void

 

Tick

(
    const FGeometry& AllottedGeometry,
    const double InCurrentTime,
    const float InDeltaTime
)

Handles updating the background every X seconds.

Classes

Name

Description

Public struct

FArguments

Constants

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss