Skip to main content

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.

BA Replication 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.

BA Replication Array added