Gets the all the avatars of a given address from the Avatar System.
Last updated 1 year ago
FString
Address Id String
Address to get the avatars of.
TArray&
Avatars
The owned avatars.
EErrorCode
Status Code
The status code.
#include "AvatarService/AvatarById.h"
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
const TArray<FEmergenceAvatarResult>& Avatars, TEnumAsByte<EErrorCode>StatusCode
const TArray<FEmergenceAvatarResult>&
TEnumAsByte<EErrorCode>
OnAvatarByIdCompleted
Multicast delegate to bind to. Called when the asynchronous event has completed.
Static Function
UAvatarById*
AvatarById(const UObject* WorldContextObject, const FString& AvatarIdString);
Constructor WorldContextObject (const UObject*): World Context Object. AvatarIdString (FString): AvatarIdString of the avatar we want to get the details of.
WorldContextObject
const UObject*
AvatarIdString
Function
void
Activate()
Activates the asynchronous event