- 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.
- Blueprint Sample
- Code Sample
TODO: WRITE