Gizmo element library: update recently added hover/interact vertex color state when updating state attributes.

#jira none
#rb trivial
#preflight 63123ca6a20b67673b79e7f6

[CL 21766561 by Christina TempelaarL in ue5-main branch]
This commit is contained in:
Christina TempelaarL
2022-09-02 16:10:58 -04:00
parent 1363ea98c1
commit 7ce9c511d0

View File

@@ -99,6 +99,8 @@ void FGizmoElementMeshRenderStateAttributes::Update(FGizmoElementMeshRenderState
HoverMaterial.UpdateState(InChildAttributes.HoverMaterial);
InteractMaterial.UpdateState(InChildAttributes.InteractMaterial);
VertexColor.UpdateState(InChildAttributes.VertexColor);
HoverVertexColor.UpdateState(InChildAttributes.HoverVertexColor);
InteractVertexColor.UpdateState(InChildAttributes.InteractVertexColor);
}
FLinearColor FGizmoElementLineRenderStateAttributes::GetLineColor(EGizmoElementInteractionState InteractionState)