Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

- Declaration

static TArray<FCavrnusUser> GetCurrentSpaceUsers(FCavrnusSpaceConnection SpaceConnection);

- Description

This gives a list of all FCavrnusUsers (TODO:LINK) currently in the space. Note that this list may be empty if called too soon after JoinSpace.

This list will only provide a snapshot of the user states, and will not be updated as users join/leave.

For a more robust/maintained list of users consider calling BindSpaceUsers (TODO: LINK).

- Blueprint Sample

- Code Sample

TODO: WRITE
  • No labels