Global Plugin / Referencing

Found a solution using symlinks

cmd.exe (run as administrator)

cd to plugins folder of project, make sure the plugin trying to link doesn’t exist in that location

cd D:\PERFORCE\projects\threeSixty\unreal\solstice\Plugins

relative pathing …\ = 1 folder up from current location

mklink /D "pluginName" "..\..\..\..\plugins\5.3\pluginName"

If you’re on perforce then need to open command window in the original plugins folder where the sym link is (D:\PERFORCE\projects\threeSixty\unreal\solstice\Plugins)

p4 add -t symlink pluginName

Also on receiving clients need to run p4v as administrator, additional trouble shooting steps is local security settings in link below and UAC but have had success without diving that deep

(Perforce Support Portal)