Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FViewport
Description
Returns the dominant element handle at a given point. If X,Y are outside the client area of the viewport, returns an invalid handle.
| Name | GetElementHandleAtPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/UnrealClient.h |
| Include Path | #include "UnrealClient.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealClient.cpp |
FTypedElementHandle GetElementHandleAtPoint
(
int32 X,
int32 Y
)