SViewport::TranslateMouseCoordinateForCustomHitTestChild

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

SWidget::TranslateMouseCoordinateForCustomHitTestChild()

SViewport::TranslateMouseCoordinateForCustomHitTestChild()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h

Include

#include "Widgets/SViewport.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp

Syntax

virtual TOptional< FVirtualPointerPosition > TranslateMouseCoordinateForCustomHitTestChild
(
    const SWidget & ChildWidget,
    const FGeometry & MyGeometry,
    const FVector2D ScreenSpaceMouseCoordinate,
    const FVector2D LastScreenSpaceMouseCoordinate
) const