Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...