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
"
6
#include "
GenericPlatform/GenericPlatformSplash.h
"
7
11
struct
FWindowsPlatformSplash
12
:
public
FGenericPlatformSplash
13
{
15
static
APPLICATIONCORE_API
void
Show
();
16
18
static
APPLICATIONCORE_API
void
Hide
();
19
25
static
APPLICATIONCORE_API
void
SetProgress
(
int
ProgressPercent);
26
33
using
FGenericPlatformSplash::SetSplashText
;
34
static
APPLICATIONCORE_API
void
SetSplashText
(
const
SplashTextType::Type
InType
,
const
FText
&
InText
);
35
39
static
APPLICATIONCORE_API
bool
IsShown
();
40
};
41
42
43
typedef
FWindowsPlatformSplash
FPlatformSplash
;
CoreTypes.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
GenericPlatformSplash.h
FPlatformSplash
FWindowsPlatformSplash FPlatformSplash
Definition
WindowsPlatformSplash.h:43
FText
Definition
Text.h:385
SplashTextType::Type
Type
Definition
GenericPlatformSplash.h:14
FGenericPlatformSplash
Definition
GenericPlatformSplash.h:41
FGenericPlatformSplash::SetSplashText
static APPLICATIONCORE_API void SetSplashText(const SplashTextType::Type InType, const TCHAR *InText)
Definition
GenericPlatformSplash.cpp:48
FWindowsPlatformSplash
Definition
WindowsPlatformSplash.h:13
FWindowsPlatformSplash::Hide
static APPLICATIONCORE_API void Hide()
Definition
WindowsPlatformSplash.cpp:732
FWindowsPlatformSplash::SetProgress
static APPLICATIONCORE_API void SetProgress(int ProgressPercent)
Definition
WindowsPlatformSplash.cpp:771
FWindowsPlatformSplash::SetSplashText
static APPLICATIONCORE_API void SetSplashText(const SplashTextType::Type InType, const FText &InText)
Definition
WindowsPlatformSplash.cpp:785
FWindowsPlatformSplash::IsShown
static APPLICATIONCORE_API bool IsShown()
Definition
WindowsPlatformSplash.cpp:766
FWindowsPlatformSplash::Show
static APPLICATIONCORE_API void Show()
Definition
WindowsPlatformSplash.cpp:644
Engine
Source
Runtime
ApplicationCore
Public
Windows
WindowsPlatformSplash.h
Generated by
1.9.8