Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/HitProxies.h |
Include |
#include "HitProxies.h" |
class HHitProxy : public FRefCountedObject
Base class for detecting user-interface hits.
Name | Description | ||
---|---|---|---|
|
Id |
The hit proxy's ID. |
|
|
const EHitProxy... |
OrthoPriority |
Used in the ortho views, defaults to the same value as Priority |
|
const EHitProxy... |
Priority |
The priority a hit proxy has when choosing between several hit proxies near the point the user clicked. |
Name | Description | |
---|---|---|
|
HHitProxy ( |
|
|
HHitProxy ( |
Name | Description | |
---|---|---|
|
~HHitProxy() |
Name | Description | ||
---|---|---|---|
|
AddReferencedObjects ( |
||
|
AlwaysAllowsTranslucentPrimitives() |
Method that specifies whether the hit proxy always allows translucent primitives to be associated with it or not, regardless of any other engine/editor setting. |
|
|
FTypedElemen... |
GetElementHandle() |
Get the element handle associated with this hit proxy, if any. |
|
EMouseCursor... |
GetMouseCursor() |
Override to change the mouse based on what it is hovering over. |
|
IsA ( |
Determines whether the hit proxy is of the given type. |