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

Macros

#define IMAGE_BRUSH(RelativePath, ...)   FSlateImageBrush( Style->RootToContentDir( RelativePath, TEXT(".png") ), __VA_ARGS__ )
 
#define BOX_BRUSH(RelativePath, ...)   FSlateBoxBrush( Style->RootToContentDir( RelativePath, TEXT(".png") ), __VA_ARGS__ )
 

Macro Definition Documentation

◆ BOX_BRUSH

#define BOX_BRUSH (   RelativePath,
  ... 
)    FSlateBoxBrush( Style->RootToContentDir( RelativePath, TEXT(".png") ), __VA_ARGS__ )

◆ IMAGE_BRUSH

#define IMAGE_BRUSH (   RelativePath,
  ... 
)    FSlateImageBrush( Style->RootToContentDir( RelativePath, TEXT(".png") ), __VA_ARGS__ )