FCustomBrushDefine

Helper struct to store information required to construct a CustomSlateImageBrush. Parsed from our .ini.

Windows
MacOS
Linux

References

Module

PreLoadScreen

Header

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

Include

#include "PreLoadSettingsContainer.h"

Syntax

struct FCustomBrushDefine

Remarks

Helper struct to store information required to construct a CustomSlateImageBrush. Parsed from our .ini.

Variables

Name Description

Public variable

FString

 

BrushIdentifier

Public variable

FString

 

FilePath

Public variable

FVector2D

 

Size

Constructors

Name Description

Public function

FCustomBrushDefine

(
    const FString& BrushIdentifierIn,
    const FString& FilePathIn,
    FVector2D SizeIn
)

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