You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!ensureMsgf(ParameterPtr, TEXT("Material %s has a scalar parameter '%s' that was not found"), *Material->GetPathName(), *ScalarParameter.ParameterName.ToString()))
if (!ensureMsgf(ParameterPtr, TEXT("Material %s has a vector parameter '%s' that was not found"), *Material->GetPathName(), *VectorParameter.ParameterName.ToString()))
if (!ensureMsgf(ParameterPtr, TEXT("Material %s has a texture parameter '%s' that was not found"), *Material->GetPathName(), *TextureParameter.ParameterName.ToString()))
if (!ensureMsgf(ParameterPtr, TEXT("Material %s has a font parameter '%s' that was not found"), *Material->GetPathName(), *FontParameter.ParameterName.ToString()))
if (!ensureMsgf(ParameterPtr, TEXT("Material %s has a virtual texture parameter '%s' that was not found"), *Material->GetPathName(), *TextureParameter.ParameterName.ToString()))
0 commit comments