Navigation
API > API/Runtime > API/Runtime/PreLoadScreen > API/Runtime/PreLoadScreen/FPreLoadSettingsContainerBase
Helper struct to store information required to construct a CustomSlateImageBrush. Parsed from our .ini.
| |
|
| Name |
FCustomBrushDefine |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/PreLoadScreen/Public/PreLoadSettingsContainer.h |
| Include Path |
#include "PreLoadSettingsContainer.h" |
Syntax
struct FCustomBrushDefine
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FCustomBrushDefine
(
const FString& BrushIdentifierIn,
const FString& FilePathIn,
FVector2D SizeIn
)
|
|
PreLoadSettingsContainer.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BrushIdentifier |
FString |
|
PreLoadSettingsContainer.h |
|
| FilePath |
FString |
|
PreLoadSettingsContainer.h |
|
| Size |
FVector2D |
|
PreLoadSettingsContainer.h |
|
Functions
Public