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" |
UFUNCTION (BlueprintImplementableEvent, BlueprintCosmetic, Meta=(DisplayName="HitBoxClicked"))
void ReceiveHitBoxClick
(
const FName BoxName
)
Remarks
Called when a hit box is clicked on. Provides the name associated with that box.