Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/HitProxies.h |
Include |
#include "HitProxies.h" |
enum EHitProxyPriority
{
HPP_World = 0,
HPP_Wireframe = 1,
HPP_Foreground = 2,
HPP_UI = 3,
}
Name |
Description |
---|---|
HPP_World |
|
HPP_Wireframe |
|
HPP_Foreground |
|
HPP_UI |
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