Navigation
API > API/Editor > API/Editor/Persona
Inheritance Hierarchy
- FRefCountedObject
- HHitProxy
- HPersonaBoneHitProxy
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/PersonaSelectionProxies.h |
| Include | #include "PersonaSelectionProxies.h" |
Syntax
struct HPersonaBoneHitProxy : public HHitProxy
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | BoneIndex | ||
| FName | BoneName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
HPersonaBoneHitProxy
(
int32 InBoneIndex, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| HHitProxyType * | GetType () |
||
| HHitProxyType * |
Overridden from HHitProxy
| Type | Name | Description | |
|---|---|---|---|
| EMouseCursor::Type | Override to change the mouse based on what it is hovering over. |