AHUD::UpdateAndDispatchHitBoxClickEvents

Update the list of hitboxes and dispatch events for any hits.

Windows
MacOS
Linux

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

Syntax

bool UpdateAndDispatchHitBoxClickEvents
(
    const FVector2D ClickLocation,
    const EInputEvent InEventType
)

Remarks

Update the list of hitboxes and dispatch events for any hits.

Parameters

Parameter

Description

ClickLocation

Location of the click event

InEventType

Type of input event that triggered the call.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss