You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user