Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FGenericPlatformSplash
Description
Registers a new licensee image. Only User types are allowed, and only before the splash screen is initialized!
| Name | RegisterUserSplashImage |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformSplash.h |
| Include Path | #include "GenericPlatform/GenericPlatformSplash.h" |
static void RegisterUserSplashImage
(
const SplashImageType::Type InType,
const FIntPoint & InPos,
const TCHAR * InFilename
)