Navigation
API > API/Runtime > API/Runtime/Landscape
Inheritance Hierarchy
- FRefCountedObject
- HHitProxy
- HActor
- HLandscapeSplineProxy
- HLandscapeSplineProxy_Tangent
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeSplineProxies.h |
| Include | #include "LandscapeSplineProxies.h" |
Syntax
struct HLandscapeSplineProxy_Tangent : public HLandscapeSplineProxy
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | End | ||
| TObjectPtr< ULandscapeSplineSegment > | SplineSegment |
Constructors
| Type | Name | Description | |
|---|---|---|---|
HLandscapeSplineProxy_Tangent
(
ULandscapeSplineSegment* InSplineSegment, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| HHitProxyType * |
Overridden from HActor
| Type | Name | Description | |
|---|---|---|---|
| HHitProxyType * | GetType () |
Overridden from HHitProxy
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
||
| EMouseCursor::Type | Override to change the mouse based on what it is hovering over. |