Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FViewport
Description
Returns all element handles found within a specified region. InRect must be entirely within the viewport's client area. If the hit proxies are not cached, this will call ViewportClient->Draw with a hit-testing canvas.
| Name | GetElementHandlesInRect |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/UnrealClient.h |
| Include Path | #include "UnrealClient.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealClient.cpp |
void GetElementHandlesInRect
(
FIntRect InRect,
FTypedElementListRef OutElementHandles
)