Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UGizmoElementBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const UMaterialInterface * GetHoverMaterial () |
Get mesh render state hover material attribute's value. | BaseGizmos/GizmoElementBase.h | |
UMaterialInterface * GetHoverMaterial () |
Get mesh render state hover material attribute's value. | BaseGizmos/GizmoElementBase.h |
GetHoverMaterial()
Description
Get mesh render state hover material attribute's value.
| Name | GetHoverMaterial |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementBase.h |
| Include Path | #include "BaseGizmos/GizmoElementBase.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementBase.cpp |
virtual const UMaterialInterface * GetHoverMaterial() const
GetHoverMaterial()
Description
Get mesh render state hover material attribute's value.
| Name | GetHoverMaterial |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementBase.h |
| Include Path | #include "BaseGizmos/GizmoElementBase.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementBase.cpp |
UMaterialInterface * GetHoverMaterial()