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

Macros

#define IMAGE_BRUSH(RelativePath, ...)   FSlateImageBrush(FPaths::EngineContentDir() / TEXT("Slate") / RelativePath + TEXT(".png"), __VA_ARGS__)
 
#define BOX_BRUSH(RelativePath, ...)   FSlateBoxBrush(FPaths::EngineContentDir() / TEXT("Slate") / RelativePath + TEXT(".png"), __VA_ARGS__)
 

Macro Definition Documentation

◆ BOX_BRUSH

#define BOX_BRUSH (   RelativePath,
  ... 
)    FSlateBoxBrush(FPaths::EngineContentDir() / TEXT("Slate") / RelativePath + TEXT(".png"), __VA_ARGS__)

◆ IMAGE_BRUSH

#define IMAGE_BRUSH (   RelativePath,
  ... 
)    FSlateImageBrush(FPaths::EngineContentDir() / TEXT("Slate") / RelativePath + TEXT(".png"), __VA_ARGS__)