IGroupInfo

This struct describes metadata about a group.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGroupsInterface.h

Include

#include "Interfaces/OnlineGroupsInterface.h"

Syntax

class IGroupInfo

Remarks

This struct describes metadata about a group.

Functions

Name Description

Public function Const

const FDateT...

 

GetCreatedAt()

When was this group created

Public function Const

const FGroup...

 

GetDisplayInfo()

All fields in this struct are group admin/owner entered

Public function Const

FUniqueNetId...

 

GetGroupId()

Get the group

Public function Const

const FDateT...

 

GetLastUpdated()

When was this group last updated (according to the server)

Public function Const

const FStrin...

 

GetNamespace()

Arbitrary namespace string used to filter group groups in some queries or client side.

Public function Const

FUniqueNetId...

 

GetOwner()

GUID of the user account that holds the owner role for this group (will only be one)

Public function Const

uint32

 

GetSize()

The current size of the group

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss