FHoloLensSplash::SetSplashText

Sets the text displayed on the splash screen (for startup/loading progress)

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/HoloLens/HoloLensPlatformSplash.h

Include

#include "HoloLens/HoloLensPlatformSplash.h"

Source

/Engine/Source/Runtime/ApplicationCore/Private/HoloLens/HoloLensPlatformSplash.cpp

Syntax

static void SetSplashText
(
    const SplashTextType::Type InType,
    const TCHAR * InText
)

Remarks

Sets the text displayed on the splash screen (for startup/loading progress)

Parameters

Parameter

Description

InType

Type of text to change

InText

Text to display

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