Navigation
API > API/Runtime > API/Runtime/PreLoadScreen > API/Runtime/PreLoadScreen/IPreLoadScreen
Description
Callback for when a PreLoadScreen starts being displayed. Provides a reference to the SWindow that will be used to display content
Derived Overrides
| Name | OnPlay |
| Type | function |
| Header File | /Engine/Source/Runtime/PreLoadScreen/Public/PreLoadScreen.h |
| Include Path | #include "PreLoadScreen.h" |
void OnPlay
(
TWeakPtr < SWindow > TargetWindow
)