FHUDHitBox::FHUDHitBox

Constructor for a hitbox.

Windows
MacOS
Linux

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

Syntax

FHUDHitBox
(
    FVector2D InCoords,
    FVector2D InSize,
    const FName & InName,
    bool bInConsumesInput,
    int32 InPriority
)

Remarks

Constructor for a hitbox.

Parameters

Parameter

Description

InCoords

Coordinates of top left of hitbox.

InSize

Size of the box.

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