Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FGenericPlatformSplash
Description
Registers a new licensee text. Only User types are allowed, and only before the splash screen is initialized!
| Name | RegisterUserSplashText |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformSplash.h |
| Include Path | #include "GenericPlatform/GenericPlatformSplash.h" |
static void RegisterUserSplashText
(
const SplashTextType::Type InType,
const FPlatformRect & InRect,
ESplashTextSizeType InSize,
ESplashTextBrightnessType InBrightness,
ESplashTextFlags Flags
)