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 |
bool UpdateAndDispatchHitBoxClickEvents
&40;
const FVector2D ClickLocation,
const EInputEvent InEventType
&41;
Remarks
Update the list of hitboxes and dispatch events for any hits.
Parameters
| Name | Description |
|---|---|
| ClickLocation | Location of the click event |
| InEventType | Type of input event that triggered the call. |