Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FGizmoElementMaterialAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UMaterialInterface * GetMaterial () |
Return the material value. | BaseGizmos/GizmoElementRenderState.h | |
UMaterialInterface * GetMaterial () |
Return the material value. | BaseGizmos/GizmoElementRenderState.h |
GetMaterial()
Description
Return the material value.
| Name | GetMaterial |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementRenderState.h |
| Include Path | #include "BaseGizmos/GizmoElementRenderState.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementRenderState.cpp |
const UMaterialInterface * GetMaterial() const
GetMaterial()
Description
Return the material value.
| Name | GetMaterial |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementRenderState.h |
| Include Path | #include "BaseGizmos/GizmoElementRenderState.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/BaseGizmos/GizmoElementRenderState.cpp |
UMaterialInterface * GetMaterial()