跳到主要内容

Upgrading

1. Upgrading from PGOS Overlay v0.1.0

The plugin has been renamed from PGOS Weaver to PGOS Overlay. If you are using PGOS Overlay v0.1.0, Core.Redirects is required if you are using PGOS Overlay in blueprint. You can config it in your DefaultEngine.ini

[CoreRedirects]
+PackageRedirects=(OldName="/PgosWeaver/", NewName="/PgosOverlay/", MatchSubstring=true)

After this, you can use UE4 command line to update the references in your blueprints:

PATH_TO_YOUR_UE4EDITOR\UE4Editor.exe "C:\projects\UnrealEngine\pgos-demo-unreal\PGOSDemo.uproject" -run=ResavePackages -projectonly

2. Upgrading from PGOS Overlay v0.1.2

  • UPgosFriendList has been renamed to UPgosContactsManager.
  • UPgosBlueprintFunctionLibrary::GetFriendList() has changed to UPgosBlueprintFunctionLibrary::GetOverlayContactsManager().