FScreenGroupingBase

Helper struct to store groups of things we want to display together in the UI so that we can parse it easily in the .ini.

Windows
MacOS
Linux

References

Module

PreLoadScreen

Header

/Engine/Source/Runtime/PreLoadScreen/Public/PreLoadSettingsContainer.h

Include

#include "PreLoadSettingsContainer.h"

Syntax

struct FScreenGroupingBase

Remarks

Helper struct to store groups of things we want to display together in the UI so that we can parse it easily in the .ini. IE: Show this background, with this text at this font size

Variables

Name Description

Public variable

float

 

FontSize

Public variable

FString

 

ScreenBackgroundIdentifer

Public variable

FString

 

TextIdentifier

Constructors

Name Description

Public function

FScreenGroupingBase

(
    const FString& ScreenBackgroundIde...,
    const FString& TextIdentifierIn,
    float FontSizeIn
)

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