Skip to content

KeyedArray is a drop-in plugin for Unreal Engine 4 that allows you to replicate something similar to a TMap across the network.

License

Notifications You must be signed in to change notification settings

dynamiquel/KeyedArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyedArray

Summary

KeyedArray is a drop-in plugin for Unreal Engine 4 that allows you to replicate something similar to a TMap across the network. In essence, it is a TArray that uses a TMap to allow indices to be referenced by a key.

Due to Unreal Engine not supporting template/generic types, it does require a decent amount of copy, paste and replace for every Key/Value combination you wish to use. The project has two Key/Value combinations included:

  • FName/UObject*
  • FName/float

The project also includes an example on how to make the KeyedArray work with replication through the provided ActorComponents.

image

About

KeyedArray is a drop-in plugin for Unreal Engine 4 that allows you to replicate something similar to a TMap across the network.

Resources

License

Stars

Watchers

Forks

Packages

No packages published