![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Widgets/Layout/SWindowTitleBarArea.h"#include "Types/PaintArgs.h"#include "Layout/ArrangedChildren.h"#include "Layout/LayoutUtils.h"#include "Widgets/SWindow.h"#include "Widgets/Images/SImage.h"#include "Widgets/Layout/SBox.h"#include "Brushes/SlateBoxBrush.h"#include "Brushes/SlateImageBrush.h"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__) |
| #define BOX_BRUSH | ( | RelativePath, | |
| ... | |||
| ) | FSlateBoxBrush(FPaths::EngineContentDir() / TEXT("Slate") / RelativePath + TEXT(".png"), __VA_ARGS__) |
| #define IMAGE_BRUSH | ( | RelativePath, | |
| ... | |||
| ) | FSlateImageBrush(FPaths::EngineContentDir() / TEXT("Slate") / RelativePath + TEXT(".png"), __VA_ARGS__) |