Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FRefCountedObject
- HHitProxy
- HComponentVisProxy
- HSplineMeshVisProxy
- HSplineMeshKeyProxy
- HSplineMeshTangentHandleProxy
- HSplineVisProxy
- HSplineKeyProxy
- HSplineSegmentProxy
- HSplineTangentHandleProxy
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/ComponentVisualizer.h |
| Include | #include "ComponentVisualizer.h" |
Syntax
struct HComponentVisProxy : public HHitProxy
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< const UActorComponent > | Component |
Constructors
| Type | Name | Description | |
|---|---|---|---|
HComponentVisProxy
(
const UActorComponent* InComponent, |
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. |