Navigation
Unreal Engine C++ API Reference > 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 &42; GetHitBoxAtCoordinates
&40;
FVector2D InHitLocation,
bool bConsumingInput
&41; 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 |