FPaintGeometry::FPaintGeometry

Creates and initializes a new instance.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Layout/PaintGeometry.h

Include

#include "Layout/PaintGeometry.h"

Syntax

FPaintGeometry
(
    const FSlateLayoutTransform & InAccumulatedLayoutTransform,
    const FSlateRenderTransform & InAccumulatedRenderTransform,
    const FVector2D & InLocalSize,
    bool bInHasRenderTransform
)

Remarks

Creates and initializes a new instance.

Parameters

Parameter

Description

InLocalSize

The size in local space

InAccumulatedLayoutTransform

The accumulated layout transform (from an FGeometry)

InAccumulatedRenderTransform

The accumulated render transform (from an FGeometry)

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