Happening to me too… I even reinstalled the engine 4.21 and still getting this error:
UATHelper: Packaging (Windows (64-bit)): ERROR: Plugin ‘PixelStreaming’ (referenced via PixelStreaming.uproject) does not contain the ‘PixelStreaming’ module, but lists it in ‘C:\Program Files\Epic Games\UE_4.21\Engine\Plugins\Experimental\PixelStreaming\PixelStreaming.uplugin’.
I checked PixelStreaming.uplugin and noticed it says “Installed” : false…
{
“FileVersion” : 3,
“Version” : 0.1,
“VersionName” : “0.1”,
“FriendlyName” : “Pixel Streaming”,
“Description” : “Support for pixel streaming from UE4”,
“Category” : “Graphics”,
“CreatedBy” : “Epic Games, Inc.”,
“CreatedByURL” : “http://epicgames.com”,
“DocsURL” : “”,
“MarketplaceURL” : “”,
“SupportURL” : “”,
“EnabledByDefault” : false,
“CanContainContent” : true,
“IsBetaVersion” : true,
“Installed” : false,
“Modules” :
[
{
“Name” : “PixelStreaming”,
“Type” : “Runtime”,
“LoadingPhase” : “PostEngineInit”,
“WhitelistPlatforms” : [ “Win64” ]
}
]
}
Please help!