Skip to content

Test project for the Snapshot Unreal Engine Plugin.

License

Notifications You must be signed in to change notification settings

mas-bandwidth/SnapshotTest

Repository files navigation

Snapshot Test

This is a test project for the Snapshot Unreal Engine Plugin.

To use the plugin in your own project, copy the entire "Plugins/Snapshot" directory into your own project, then add this to the bottom of DefaultEngine.ini:

  [/Script/Engine.Engine]
  !NetDriverDefinitions=ClearArray
  +NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="/Script/Snapshot.SnapshotNetDriver",DriverClassNameFallback="/Script/Snapshot.SnapshotNetDriver")
  
  [/Script/Snapshot.SnapshotNetDriver]
  NetConnectionClassName="/Script/Snapshot.SnapshotConnection"

The snapshot net driver is now active and will take over sending and receiving UDP packets between the client and server.

You can verify snapshot is active by looking at the log category "LogSnapshot":

screenshot

About

Test project for the Snapshot Unreal Engine Plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published