Versions Compared

Key

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

...

static FCavrnusBinding BindJoinableSpaces(FCavrnusSpaceInfoEvent SpaceAdded, FCavrnusSpaceInfoEvent SpaceUpdated, FCavrnusSpaceInfoEvent SpaceRemoved);

Delegates Types:

DECLARE_DYNAMIC_DELEGATE_OneParam(FCavrnusSpaceInfoEvent, FCavrnusSpaceInfo, SpaceInfo);

- Description

Triggers when spaces become available to you that you can join, or when their metadata changes.

...