AHUD::GetHitBoxAtCoordinates

Find the first hitbox containing the given coordinates.

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

const FHUDHitBox * GetHitBoxAtCoordinates
(
    FVector2D InHitLocation,
    bool bConsumingInput
) const

Remarks

Find the first hitbox containing the given coordinates.

Returns

returns the hitbox at the given coordinates or NULL if none match.

Parameters

Parameter

Description

InHitLocation

Coordinates to check

bConsumingInput

If true will return the first hitbox that would consume input at this coordinate

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