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 |
bool Contains
&40;
FVector2D InCoords
&41; const
Remarks
Are the given coordinates within this hitbox. true if coordinates are within this hitbox.
Parameters
Name | Description |
---|---|
InCoords | Coordinates to check. |