FUserCharData Read-only data struct containing all the relevant information for the character representing the User (player).
More...
#include <UserCharData.h>
|
FGuid | m_id = FGuid() |
| Character ID assigned by VoxtaServer.
|
|
FString | m_name = EMPTY_STRING |
| Name of the character.
|
|
FString | m_idAsString = EMPTY_STRING |
| Character ID as formatted string.
|
|
FUserCharData Read-only data struct containing all the relevant information for the character representing the User (player).
Contains basic character data like ID and name, plus a special thumbnail URL format for user profiles.
Resides in the UVoxtaClient directly and is initialized during the Welcome response. Referenced in VoxtaClientCharMessageAddedEvent when the user contributes a message.
◆ FUserCharData() [1/2]
FUserCharData::FUserCharData |
( |
FGuid | id, |
|
|
FStringView | name ) |
|
inlineexplicit |
Create an instance of the datacontainer for the User.
- Parameters
-
id | The id that the VoxtaServer has assigned to the User. |
name | The name of the User, as reported by VoxtaServer |
◆ FUserCharData() [2/2]
FUserCharData::FUserCharData |
( |
| ) |
|
|
default |
◆ ~FUserCharData()
virtual FUserCharData::~FUserCharData |
( |
| ) |
|
|
overridevirtualdefault |
◆ GetThumbnailUrl()
virtual FStringView FUserCharData::GetThumbnailUrl |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ m_userThumbnailUrl
FString FUserCharData::m_userThumbnailUrl |
The documentation for this struct was generated from the following file: