FunctionLibrary

Public Functions

FunctionReturnsDescription

ClearAvatarCache()

void

Empty the avatar cache.

ClearAvatar(const FString& Guid)

void

Clears a specific avatar from persistent cache.

IsAvatarCacheEmpty()

bool

Is there any avatars present in the persistent cache.

GetAvatarCount()

int32

Total Avatars stored in persistent cache.

GetCacheSize()

int64

Total Avatars stored in persistent cache.

GetAvatarGuid(const FString& UrlShortcode)

FString

Get unique id of the avatar.

Last updated