Did you read this thread, or bother searching the forums? “Hiding Engrams for Mods” is a thread title, I don’t see how you could miss it.
Taken from the thread I linked:
Someone got it to work with my mod by this :
OverrideNamedEngramEntries=(EngramClassName=“EngramEntry_MetalFence_C”,EngramHidden=True,EngramPointsCost=0,EngramLevelRequirement=40,RemoveEngramPreReq=False)
So try replacing the “EngramEntry_MetalFence_C” with the engram you want to hide.
So - GameUserSettings.ini;
[/script/shootergame.shootergamemode]
OverrideNamedEngramEntries=(EngramClassName=“EngramEntry_filenamehere_C”,EngramHidden=True,EngramPointsCost=0,EngramLevelRequirement=40,RemoveEngramPreReq=False)
Replacing “filenamehere” with exactly how it is spelled on the EngramEntry_# file in the mod folder of your ark server install for each engram you want to hide.
-WM