Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/FHUDHitBox
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/HUDHitBox.h |
| Include | #include "GameFramework/HUDHitBox.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameFramework/HUDHitBox.cpp |
FHUDHitBox
(
FVector2D InCoords,
FVector2D InSize,
const FName & InName,
bool bInConsumesInput,
int32 InPriority
)
Remarks
Constructor for a hitbox.
Parameters
| Name | Description |
|---|---|
| InCoords | Coordinates of top left of hitbox. |
| InSize | Size of the box. |