FDeferredPaint

DEFERRED PAINTING.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElements.h

Include

#include "Rendering/DrawElements.h"

Syntax

struct FDeferredPaint

Remarks

Some widgets may want to paint their children after after another, loosely-related widget finished painting. Or they may want to paint "after everyone".

Constructors

Name Description

Public function

FDeferredPaint

(
    const TSharedRef< const SWidget >&...,
    const FPaintArgs& InArgs,
    const FGeometry InAllottedGeometry,
    const FWidgetStyle& InWidgetStyle,
    bool InParentEnabled
)

Functions

Name Description

Public function

FDeferredPai...

 

Copy

(
    const FPaintArgs& InArgs
)

Public function Const

int32

 

ExecutePaint

(
    int32 LayerId,
    FSlateWindowElementList& OutDrawEl...,
    const FSlateRect& MyCullingRect
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss