FGroupsResult

Structure to encapsulate the result of a call to the server.

Windows
MacOS
Linux

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

Name Description

Public variable

FString

 

ErrorContent

Public variable

int32

 

HttpStatus

Public variable

FUniqueNetIdPtr

 

PrimaryId

Constructors

Name Description

Public function

FGroupsResult

(
    int32 InHttpStatus,
    FUniqueNetIdPtr InPrimaryId
)

Public function

FGroupsResult

(
    int32 InHttpStatus,
    const FString& Error,
    FUniqueNetIdPtr InPrimaryId
)

Functions

Name Description

Public function Const

bool

 

DidSucceed()

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