UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
GenericPlatformSplash.cpp File Reference

Functions

FString GetSplashFilename (const FString &ContentDir, const FString &Filename)
 

Variables

const TCHARSupportedSplashImageExt []
 

Function Documentation

◆ GetSplashFilename()

FString GetSplashFilename ( const FString &  ContentDir,
const FString &  Filename 
)

Return the filename found (look for PNG, JPG and BMP in that order, try to avoid BMP, use more space...)

Variable Documentation

◆ SupportedSplashImageExt

const TCHAR* SupportedSplashImageExt[]
Initial value:
=
{
TEXT(".png"),
TEXT(".jpg"),
nullptr
}
#define TEXT(x)
Definition Platform.h:1272