FSharingPermission

Contains information about a single permission granted by a backend service

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineSharingInterface.h"

Syntax

struct FSharingPermission

Remarks

Contains information about a single permission granted by a backend service

Variables

Name Description

Public variable

FString

 

Name

Name of the platform specific permission

Public variable

EOnlineSharingP...

 

Status

Status of the permission (granted/declined)

Public variable

EOnlineSharingC...

 

Type

Type of permission

Constructors

Name Description

Public function

FSharingPermission()

Public function

FSharingPermission

(
    const FString& InName,
    EOnlineSharingCategory InType
)

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FSharingPermission& Other
)

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