UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ISlateRunRenderer.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreMinimal.h"
9
10class FPaintArgs;
12struct FTextBlockStyle;
13
15{
16public:
17 virtual ~ISlateRunRenderer() {}
18
19 virtual int32 OnPaint( const FPaintArgs& Args, const FTextLayout::FLineView& Line, const TSharedRef< ISlateRun >& Run, const TSharedRef< ILayoutBlock >& Block, const FTextBlockStyle& DefaultStyle, const FGeometry& AllottedGeometry, const FSlateRect& MyCullingRect, FSlateWindowElementList& OutDrawElements, int32 LayerId, const FWidgetStyle& InWidgetStyle, bool bParentEnabled ) const = 0;
20};
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
Definition PaintArgs.h:23
Definition SlateRect.h:26
Definition DrawElements.h:220
Definition WidgetStyle.h:15
Definition IRunRenderer.h:7
Definition ISlateRunRenderer.h:15
virtual ~ISlateRunRenderer()
Definition ISlateRunRenderer.h:17
virtual int32 OnPaint(const FPaintArgs &Args, const FTextLayout::FLineView &Line, const TSharedRef< ISlateRun > &Run, const TSharedRef< ILayoutBlock > &Block, const FTextBlockStyle &DefaultStyle, const FGeometry &AllottedGeometry, const FSlateRect &MyCullingRect, FSlateWindowElementList &OutDrawElements, int32 LayerId, const FWidgetStyle &InWidgetStyle, bool bParentEnabled) const =0
Definition SharedPointer.h:153
Definition Geometry.h:40
Definition SlateTypes.h:326
Definition TextLayout.h:328