Navigation
Unreal Engine C++ API Reference > 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
&40;
FVector2D InCoords,
FVector2D InSize,
const FName & InName,
bool bInConsumesInput,
int32 InPriority
&41;
Remarks
Constructor for a hitbox.
Parameters
Name | Description |
---|---|
InCoords | Coordinates of top left of hitbox. |
InSize | Size of the box. |