EHitProxyPriority

The priority a hit proxy has when choosing between several hit proxies near the point the user clicked.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/HitProxies.h

Include

#include "HitProxies.h"

Syntax

enum EHitProxyPriority
{
    HPP_World         = 0,
    HPP_Wireframe     = 1,
    HPP_Foreground    = 2,
    HPP_UI            = 3,
}

Values

Name

Description

HPP_World

HPP_Wireframe

HPP_Foreground

HPP_UI

Remarks

The priority a hit proxy has when choosing between several hit proxies near the point the user clicked. HPP_World - this is the default priority HPP_Wireframe - the priority of items that are drawn in wireframe, such as volumes HPP_UI - the priority of the UI components such as the translation widget

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