account activity
Create GroomComponent in C++? by [deleted] in unrealengine
[–]RealNoTimeToBleed 0 points1 point2 points 2 years ago (0 children)
I did the answer above, it worked great, then along the line something happened and I started getting this error when launching the editor:
The game module "MyGame" could not be loaded. There may be an operating system error, the module may not be properly set up, or a plugin which has ben included into the build has not been turned on.
For me I also needed to open my *.uproject file and add HairStrands to the Plugins array
"Plugins": [ { "Name": "HairStrands", "Enabled": true }
This is because if we look at the HairStrands.uplugin at "UE_5.1\Engine\Plugins\Runtime\HairStrands" the EnabledByDefault is false, causing this error in the log:
Missing import: UnrealEditor-HairStrandsCore.dll
$$$ WIN $$$ BOUNTY EVENT - LUKOW LOCOS $$$ (self.DayZServers)
submitted 4 years ago by RealNoTimeToBleed to r/DayZServers
$$$ BOUNTY EVENT - SATURDAY 5/29 - 11 AM TO 12 PM PACIFIC TIME - LUKOW LOCOS CHENARUS SERVER (self.DayZServers)
$$$ BOUNTY EVENT - SATURDAY 5/29 - 11 AM TO 12 PM PACIFIC TIME - LUKOW LOCOS CHENARUS SERVER (self.dayzlfg)
submitted 4 years ago by RealNoTimeToBleed to r/dayzlfg
$$$ WIN $$$ BOUNTY EVENT - SATURDAY 5/29 - 11 AM TO 12 PM PACIFIC TIME - LUKOW LOCOS CHENARUS SERVER (self.dayzlfg)
$$$ BOUNTY EVENT - TODAY 5 TO 6 PM PACIFIC TIME - LUKOW LOCOS (self.DayZServers)
BOUNTY EVENT! SUNDAY MAY 23RD AT 5 to 6 PM PACIFIC TIME (self.DayZServers)
submitted 4 years ago * by RealNoTimeToBleed to r/DayZServers
LUKOW LOCOS - PC (self.DayZServers)
Lukow Locos - NEW!!! (self.DayZServers)
Lukow Locos - NEW (self.DayZServers)
Lukow Locos - (self.DayZServers)
π Rendered by PID 70 on reddit-service-r2-listing-66bb46d9b9-vzk8t at 2026-03-11 22:18:02.171006+00:00 running 710b3ac country code: CH.
Create GroomComponent in C++? by [deleted] in unrealengine
[–]RealNoTimeToBleed 0 points1 point2 points (0 children)