UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGizmoElementMeshRenderStateAttributes Struct Reference

#include <GizmoElementRenderState.h>

Public Member Functions

INTERACTIVETOOLSFRAMEWORK_API const UMaterialInterfaceGetMaterial (EGizmoElementInteractionState InteractionState)
 
INTERACTIVETOOLSFRAMEWORK_API const UMaterialInterfaceGetMaterial (EGizmoElementInteractionState InteractionState) const
 
INTERACTIVETOOLSFRAMEWORK_API FLinearColor GetVertexColor (EGizmoElementInteractionState InteractionState)
 
INTERACTIVETOOLSFRAMEWORK_API FLinearColor GetVertexColor (EGizmoElementInteractionState InteractionState) const
 
INTERACTIVETOOLSFRAMEWORK_API void Update (FGizmoElementMeshRenderStateAttributes &InChildAttributes)
 

Public Attributes

FGizmoElementMaterialAttribute Material
 
FGizmoElementMaterialAttribute HoverMaterial
 
FGizmoElementMaterialAttribute InteractMaterial
 
FGizmoElementMaterialAttribute SelectMaterial
 
FGizmoElementMaterialAttribute SubdueMaterial
 
FGizmoElementColorAttribute VertexColor
 
FGizmoElementColorAttribute HoverVertexColor
 
FGizmoElementColorAttribute InteractVertexColor
 
FGizmoElementColorAttribute SelectVertexColor
 
FGizmoElementColorAttribute SubdueVertexColor
 

Member Function Documentation

◆ GetMaterial() [1/2]

const UMaterialInterface * FGizmoElementMeshRenderStateAttributes::GetMaterial ( EGizmoElementInteractionState  InteractionState)

◆ GetMaterial() [2/2]

const UMaterialInterface * FGizmoElementMeshRenderStateAttributes::GetMaterial ( EGizmoElementInteractionState  InteractionState) const

◆ GetVertexColor() [1/2]

FLinearColor FGizmoElementMeshRenderStateAttributes::GetVertexColor ( EGizmoElementInteractionState  InteractionState)

◆ GetVertexColor() [2/2]

FLinearColor FGizmoElementMeshRenderStateAttributes::GetVertexColor ( EGizmoElementInteractionState  InteractionState) const

◆ Update()

void FGizmoElementMeshRenderStateAttributes::Update ( FGizmoElementMeshRenderStateAttributes InChildAttributes)

Member Data Documentation

◆ HoverMaterial

FGizmoElementMaterialAttribute FGizmoElementMeshRenderStateAttributes::HoverMaterial

◆ HoverVertexColor

FGizmoElementColorAttribute FGizmoElementMeshRenderStateAttributes::HoverVertexColor

◆ InteractMaterial

FGizmoElementMaterialAttribute FGizmoElementMeshRenderStateAttributes::InteractMaterial

◆ InteractVertexColor

FGizmoElementColorAttribute FGizmoElementMeshRenderStateAttributes::InteractVertexColor

◆ Material

FGizmoElementMaterialAttribute FGizmoElementMeshRenderStateAttributes::Material

◆ SelectMaterial

FGizmoElementMaterialAttribute FGizmoElementMeshRenderStateAttributes::SelectMaterial

◆ SelectVertexColor

FGizmoElementColorAttribute FGizmoElementMeshRenderStateAttributes::SelectVertexColor

◆ SubdueMaterial

FGizmoElementMaterialAttribute FGizmoElementMeshRenderStateAttributes::SubdueMaterial

◆ SubdueVertexColor

FGizmoElementColorAttribute FGizmoElementMeshRenderStateAttributes::SubdueVertexColor

◆ VertexColor

FGizmoElementColorAttribute FGizmoElementMeshRenderStateAttributes::VertexColor

The documentation for this struct was generated from the following files: