Well the problem seems to originate from celleditor_nodecomponent.cpp, line 182.
Shouldn’t your dynamic material name be “Color_hover”? As in:
if(materialDynamic != nullptr)
materialDynamic->SetScalarParameterValue(FName("Color_hover"), 1);