Loading...
Searching...
No Matches
FAccelByteModelsGroupUpdatable Struct Reference

Shared model for updating a group (AKA 'UpdateCustomAttributesRequest') for: More...

#include <AccelByteGroupModels.h>

Inheritance diagram for FAccelByteModelsGroupUpdatable:

Public Attributes

FString GroupName {}
FString GroupRegion {}
EAccelByteGroupType GroupType {EAccelByteGroupType::NONE}
FJsonObjectWrapper CustomAttributes {}
 Optional.
FString GroupDescription {}
 Optional.
FString GroupIcon {}
 Optional.

Detailed Description

Shared model for updating a group (AKA 'UpdateCustomAttributesRequest') for:

  • CreateGroup
  • UpdateGroup
  • Any of these fields can be updated after created.
  • Do not use this directly to update, or you may inadvertently clear fields (such as GroupName).