Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FGenericPlatformSplash
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void SetSplashText
(
const SplashTextType::Type InType, |
Sets the text displayed on the splash screen (for startup/loading progress) | GenericPlatform/GenericPlatformSplash.h | |
static void SetSplashText
(
const SplashTextType::Type InType, |
GenericPlatform/GenericPlatformSplash.h |
SetSplashText(const SplashTextType::Type, const TCHAR *)
Description
Sets the text displayed on the splash screen (for startup/loading progress)
| Name | SetSplashText |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformSplash.h |
| Include Path | #include "GenericPlatform/GenericPlatformSplash.h" |
| Source | /Engine/Source/Runtime/ApplicationCore/Private/GenericPlatform/GenericPlatformSplash.cpp |
static void SetSplashText
(
const SplashTextType::Type InType,
const TCHAR * InText
)
Parameters
| Name | Remarks |
|---|---|
| InType | Type of text to change |
| InText | Text to display |
SetSplashText(const SplashTextType::Type, const FText &)
| Name | SetSplashText |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformSplash.h |
| Include Path | #include "GenericPlatform/GenericPlatformSplash.h" |
static void SetSplashText
(
const SplashTextType::Type InType,
const FText & InText
)