ShopToolsUtilTransformToAbsolute Method

Return a point on the physical working space that corresponds to a display-based coordinate.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public static FVector2 TransformToAbsolute(
	FVector2 displayPoint
)

Parameters

displayPoint  FVector2
The display point to transform, based on top, left anchor.

Return Value

FVector2
Reference to the absolute point corresponding to the caller's display coordinate.

See Also