Navigation
API > API/Runtime > API/Runtime/Engine
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
| Name | EHitProxyPriority |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/HitProxies.h |
| Include Path | #include "HitProxies.h" |
Syntax
enum EHitProxyPriority
{
HPP_World = 0,
HPP_Wireframe = 1,
HPP_Foreground = 2,
HPP_UI = 3,
}
Values
| Name | Remarks |
|---|---|
| HPP_World | |
| HPP_Wireframe | |
| HPP_Foreground | |
| HPP_UI |