![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "WidgetCarouselStyle.h"#include "Styling/SlateStyleRegistry.h"#include "Framework/Application/SlateApplication.h"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__ ) |
| #define BOX_BRUSH | ( | RelativePath, | |
| ... | |||
| ) | FSlateBoxBrush( Style->RootToContentDir( RelativePath, TEXT(".png") ), __VA_ARGS__ ) |
| #define IMAGE_BRUSH | ( | RelativePath, | |
| ... | |||
| ) | FSlateImageBrush( Style->RootToContentDir( RelativePath, TEXT(".png") ), __VA_ARGS__ ) |