Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGroupsInterface.h |
| Include | #include "Interfaces/OnlineGroupsInterface.h" |
Syntax
struct FGroupsResult
Remarks
Structure to encapsulate the result of a call to the server. This only contains enough information to check for errors
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | ErrorContent | ||
| int32 | HttpStatus | ||
| FUniqueNetIdPtr | PrimaryId |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGroupsResult
(
int32 InHttpStatus, |
|||
FGroupsResult
(
int32 InHttpStatus, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DidSucceed () |