Navigation
API > API/Editor > API/Editor/ComponentVisualizers
Inheritance Hierarchy
- FRefCountedObject
- HHitProxy
- HComponentVisProxy
- HSplineVisProxy
- HSplineKeyProxy
- HSplineSegmentProxy
- HSplineTangentHandleProxy
References
| Module | ComponentVisualizers |
| Header | /Engine/Source/Editor/ComponentVisualizers/Public/SplineComponentVisualizer.h |
| Include | #include "SplineComponentVisualizer.h" |
Syntax
struct HSplineVisProxy : public HComponentVisProxy
Remarks
Base class for clickable spline editing proxies
Constructors
| Type | Name | Description | |
|---|---|---|---|
HSplineVisProxy
(
const UActorComponent* InComponent |
Functions
| Type | Name | Description | |
|---|---|---|---|
| HHitProxyType * |
Overridden from HComponentVisProxy
| Type | Name | Description | |
|---|---|---|---|
| HHitProxyType * | GetType () |
Overridden from HHitProxy
| Type | Name | Description | |
|---|---|---|---|
| EMouseCursor::Type | Override to change the mouse based on what it is hovering over. |