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 |
void GetHitBoxesAtCoordinates
(
FVector2D InHitLocation,
TArray < const FHUDHitBox * > & OutHitBoxes
) const
Remarks
Finds all the hitboxes containing the given coordinates.
Parameters
| Name | Description |
|---|---|
| InHitLocation | Coordinates to check |
| OutHitBoxes | Reference parameter with hit box references at the coordinates |