SWidget::TranslateMouseCoordinateFor3DChild

Windows
MacOS
Linux

Override Hierarchy

SWidget::TranslateMouseCoordinateFor3DChild()

SViewport::TranslateMouseCoordinateFor3DChild()

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h

Include

#include "Widgets/SWidget.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp

Syntax

virtual TSharedPtr< FVirtualPointerPosition > TranslateMouseCoordinateFor3DChild
(
    const TSharedRef< SWidget > & ChildWidget,
    const FGeometry & MyGeometry,
    const FVector2D & ScreenSpaceMouseCoordinate,
    const FVector2D & LastScreenSpaceMouseCoordinate
) const

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