IStereoLayers::SetSplashScreen

Set the splash screen attributes

Windows
MacOS
Linux

Deprecated

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/IStereoLayers.h

Include

#include "IStereoLayers.h"

Syntax

void SetSplashScreen
(
    FTextureRHIRef Texture,
    FVector2D Scale,
    FVector Offset,
    bool bShowLoadingMovie
)

Remarks

Set the splash screen attributes

Parameters

Parameter

Description

Texture

(in) A texture to be used for the splash. B8R8G8A8 format.

Scale

(in) Scale of the texture.

Offset

(in) Position from which to start rendering the texture.

ShowLoadingMovie

(in) Whether the splash screen presents loading movies.

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