USlateBlueprintLibrary::AbsoluteToLocal

Absolute coordinates could be either desktop or window space depending on what space the root of the widget hierarchy is in.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Blueprint/SlateBlueprintLibrary.h

Include

#include "Blueprint/SlateBlueprintLibrary.h"

Source

/Engine/Source/Runtime/UMG/Private/SlateBlueprintLibrary.cpp

Syntax

static FVector2D AbsoluteToLocal
(
    const FGeometry & Geometry,
    FVector2D AbsoluteCoordinate
)

Remarks

Absolute coordinates could be either desktop or window space depending on what space the root of the widget hierarchy is in.

Returns

Transforms AbsoluteCoordinate into the local space of this Geometry.

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