UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WindowsPlatformSplash.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreTypes.h"
7
13{
15 static APPLICATIONCORE_API void Show();
16
18 static APPLICATIONCORE_API void Hide();
19
25 static APPLICATIONCORE_API void SetProgress(int ProgressPercent);
26
35
39 static APPLICATIONCORE_API bool IsShown();
40};
41
42
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
FWindowsPlatformSplash FPlatformSplash
Definition WindowsPlatformSplash.h:43
Definition Text.h:385
Type
Definition GenericPlatformSplash.h:14
Definition GenericPlatformSplash.h:41
static APPLICATIONCORE_API void SetSplashText(const SplashTextType::Type InType, const TCHAR *InText)
Definition GenericPlatformSplash.cpp:48
Definition WindowsPlatformSplash.h:13
static APPLICATIONCORE_API void Hide()
Definition WindowsPlatformSplash.cpp:732
static APPLICATIONCORE_API void SetProgress(int ProgressPercent)
Definition WindowsPlatformSplash.cpp:771
static APPLICATIONCORE_API void SetSplashText(const SplashTextType::Type InType, const FText &InText)
Definition WindowsPlatformSplash.cpp:785
static APPLICATIONCORE_API bool IsShown()
Definition WindowsPlatformSplash.cpp:766
static APPLICATIONCORE_API void Show()
Definition WindowsPlatformSplash.cpp:644