...
static void AwaitAnySpaceBeginLoading(FCavrnusSpaceBeginLoading OnBeginLoading);
Delegates Types:
DECLARE_DYNAMIC_DELEGATE_OneParam(FCavrnusSpaceBeginLoading, FString, SpaceIdBeingLoaded);
- Description
Triggers when you begin attempting to join a space, returning the ID of the space being joined.
...