SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Added prefix to global delegates: FOnConnectDelegate, FOnDisconnectDe…

Open UmarM-Arvika opened this issue 1 month ago • 1 comments

Added prefix to global delegates

Description of Changes

Some global delegates needed prefix in order to work in MultiModule scenario

API and ABI breaking changes

N/A

Expected complexity level and risk

1 - This only adds prefix to four global delegates

Testing

Generete multiple module bindings for an Unreal Engine project and include all the {ModulePefix}SpacetimeDBClient.g.h in a single translation unit.

UmarM-Arvika avatar Nov 18 '25 12:11 UmarM-Arvika

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 18 '25 12:11 CLAassistant

I've manually merged this in as there was very large changes that I needed to rebase from and added a couple missed delegates for the table insert/update/delete. Thanks for this work!

JasonAtClockwork avatar Dec 04 '25 04:12 JasonAtClockwork