BA Replication Array - Actor Component - Events
This page lists all functions exposed to Blueprint from the Actor Component. To add the component to any Actor, go to "Components" and search for "BA RepArray Comp".
The events that are available from the Actor Component:
The events will only triggered on Authority.
Events
Events that are raised when Replication Arrays are either added or deleted to/from this Acotr Component.
The Replication Arrays are implementations of the 'FFastArraySerializer' struct class with entries of 'FFastArraySerializerItem'.
Event - Replication Array added
Event "On Replication Array Added": The event will be raised on Authority and will return the Name of the array added.
Event - Replication Array deleted
Event "On Replication Array Deleted": The event will be raised on Authority and will return the Name of the array deleted.
tip
Access
- Source code https://github.com/DeveloperBastian/BA_ReplicationArray
- a video tutorial https://youtu.be/rrGx6bwwM6U (german version)