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