Module |
|
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
Finds all the hitboxes containing the given coordinates.
Parameter |
Description |
---|---|
InHitLocation |
Coordinates to check |
OutHitBoxes |
Reference parameter with hit box references at the coordinates |