Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FViewport
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/UnrealClient.h |
| Include | #include "UnrealClient.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UnrealClient.cpp |
void GetActorsAndModelsInHitProxy
&40;
FIntRect InRect,
TSet< AActor &42; > & OutActors,
TSet< UModel &42; > & OutModels
&41;
Remarks
Returns all actors and models found in the hit proxy 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.