Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FRefCountedObject
- HHitProxy
- HModel
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/HModel.h |
| Include | #include "HModel.h" |
Syntax
class HModel : public HHitProxy
Remarks
A hit proxy representing a UModel.
Constructors
| Type | Name | Description | |
|---|---|---|---|
HModel
(
UModelComponent* InComponent, |
Initialization constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UModel * | GetModel () |
||
| UModelComponent * | Accessors. | ||
| HHitProxyType * | GetType () |
||
| bool | ResolveSurface
(
const FSceneView* View, |
Finds the surface at the given screen coordinates of a view family. | |
| HHitProxyType * |
Overridden from HHitProxy
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
||
| EMouseCursor::Type | Override to change the mouse based on what it is hovering over. |