What should I do if I want to know definition of specular?

Once a day, I want to make sure that what our team are rendering looks real.
So we want to calculate out the values we should use in UE4 about our material (a kind of oil paint) through an experiment.
These values are metallic, basecolor, selfcolor, specular and roughness.
Before we do the experiment, we need to know the definition about them, specially for specular. But I could not find result in Documents page.
I tried to fetch the source code from github. To a Linux system.
I searched for keyword “material” in the filenames using “find | grep material”, the results are:

./Engine/Plugins/Editor/USDImporter/Source/ThirdParty/USD/include/pxr/usd/usdShade/material.h

./Engine/Source/ThirdParty/FBX/2017.0.1/include/fbxsdk/utils/fbxmaterialconverter.h

./Engine/Source/ThirdParty/FBX/2017.0.1/include/fbxsdk/scene/shading/fbxsurfacematerial.h

./Engine/Source/ThirdParty/FBX/2016.1.1/include/fbxsdk/utils/fbxmaterialconverter.h

./Engine/Source/ThirdParty/FBX/2016.1.1/include/fbxsdk/scene/shading/fbxsurfacematerial.h

./Engine/Documentation/Source/Shared/Tutorials/InStaticMeshEditorTutorial/Images/materials.png

I cannot find any .c .cpp or .cxx files, what should I do if I want to see the functions which mix the input specular value, the input metallic value, the basecolor … to the result luminance or graylevel of the material?
Any one help us?

You should try to explore “Shaders” folder, and some documentation :smiley: