IAvatarProvider

Interface for a class that can provide support for querying information about an avatar associated with a user by UniqueNetId

Windows
MacOS
Linux

Inheritance Hierarchy

IModularFeature

IAvatarProvider

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/AvatarProvider.h"

Syntax

class IAvatarProvider : public IModularFeature

Remarks

Interface for a class that can provide support for querying information about an avatar associated with a user by UniqueNetId

Destructors

Name Description

Public function Virtual

~IAvatarProvider()

Functions

Name Description

Public function Const

TSharedPtr< ...

 

GetAvatarInfo

(
    const FUniqueNetId& InUserId
)

Public function Static

FName

 

GetModularFeatureName()

Get the name of the modular feature, to be used to get the implementations

Public function

void

 

QueryAvatarInfo

(
    const FUniqueNetId& LocalUserId,
    const TArray< FUniqueNetIdRef >& I...,
    const FOnQueryAvatarInfoComplete& ...
)

Typedefs

Name

Description

FOnQueryAvatarInfoComplete

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