AHUD::GetHitBoxWithName

Return the hitbox with the given name

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 * GetHitBoxWithName
(
    const FName InName
) const

Remarks

Return the hitbox with the given name

Returns

returns the hitbox with the given name NULL if none match.

Parameters

Parameter

Description

InName

Name of required hitbox

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