Skip to main content

BA Replication Array - Actor Component - Functions without Authority

All Functions listed on this page can be called with or without Authority:

All Nodes below are accessible as extension from a reference to the BA Rep Array Actor Component in category BA Rep Array/Actor Component/CRUD

Get Replication Array

BP Function "Get Replication Array": Retrieves a existing Replication Array actor from this Actor Component by its name.

Node is accessible as extension from a reference to the BA Rep Array Actor Component in category BA Rep Array/Actor Component/CRUD

  • @brief Retrieves a Replication Array actor from this Actor Component.
  • @param ArrayName The name of the array to be retrieved.
  • @param ReplicationArray A pointer reference to an ABA_ReplicationInfo object that will hold the Replication Array actor if found.
  • @param WasFound A boolean reference that will be set to true if the array was successfully retrieved, false otherwise.
  • @return void*

Get BA Replication Array by Name


Get Replication Arrays

BP Function "Get Replication Arrays": Retrieves all existing Replication Arrays from this Actor Component.

Node is accessible as extension from a reference to the BA Rep Array Actor Component in category BA Rep Array/Actor Component/CRUD

  • @brief Retrieves all Replication Array actors from this Actor Component.
  • @param CurrentReplicationArrays An array reference that will be filled with pointers to ABA_ReplicationInfo objects representing the current Replication Arrays.
  • @return void
  • @note This function is marked as BlueprintPure, meaning it does not modify the state of the object and can be used in blueprints without executing additional logic.

Get BA Replication Arrays


Get Replication Array Names

BP Function "Get Replication Array Names": Retrieves all existing Replication Arrays names from this Actor Component.

Node is accessible as extension from a reference to the BA Rep Array Actor Component in category BA Rep Array/Actor Component/CRUD

  • @brief Retrieves the names of all Replication Array actors within this Actor Component.
  • @param CurrentReplicationArrayNames An array reference that will be populated with the names of the current Replication Arrays.
  • @return void
  • @note This function is marked as BlueprintPure, which means it does not change the state of the object and can be called without side effects in blueprints.

Get BA Replication Arrays


The BA Replication Arrays are implementations of the 'FFastArraySerializer' struct class with entries of 'FFastArraySerializerItem'.