SplashTextType::Type

SplashTextType defines the types of text on the splash screen

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformSplash.h

Include

#include "GenericPlatform/GenericPlatformSplash.h"

Syntax

namespace SplashTextType
{
    enum Type
    {
        StartupProgress    = 0,
        VersionInfo1,
        CopyrightInfo,
        GameName,
        NumTextTypes,
    }
}

Values

Name

Description

StartupProgress

Startup progress text

VersionInfo1

Version information text line 1

CopyrightInfo

Copyright information text

GameName

Game Name

NumTextTypes

Number of text types (must be final enum value)

Remarks

SplashTextType defines the types of text on the splash screen

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