FGenericPlatformSplash::GetSplashPath

Finds a usable splash pathname for the given filename

Windows
MacOS
Linux

References

Module

ApplicationCore

Header

/Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformSplash.h

Include

#include "GenericPlatform/GenericPlatformSplash.h"

Source

/Engine/Source/Runtime/ApplicationCore/Private/GenericPlatform/GenericPlatformSplash.cpp

Syntax

static *param IconFilename Name of the desired iconif this function returns true *param OutIconPath String containing the path to the if this function returns true **return trueifa splash screen was found *static bool GetSplashPath
(
    const TCHAR * SplashFilename,
    FString & OutPath,
    bool & OutIsCustom
)

Remarks

Finds a usable splash pathname for the given filename

Returns

true if a splash screen was found

Parameters

Parameter

Description

SplashFilename

Name of the desired splash name("Splash")

IconFilename

Name of the desired icon name("Splash")

OutPath

String containing the path to the file, if this function returns true

OutIconPath

String containing the path to the icon, if this function returns true

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss