Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AHUD
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/HUD.h |
| Include | #include "GameFramework/HUD.h" |
| Source | /Engine/Source/Runtime/Engine/Private/HUD.cpp |
const FHUDHitBox * GetHitBoxAtCoordinates
(
FVector2D InHitLocation,
bool bConsumingInput
) const
Remarks
Find the first hitbox containing the given coordinates. returns the hitbox at the given coordinates or NULL if none match.
Parameters
| Name | Description |
|---|---|
| InHitLocation | Coordinates to check |
| bConsumingInput | If true will return the first hitbox that would consume input at this coordinate |