For the complete documentation index, see llms.txt. This page is also available as Markdown.

Player Profile

Who's who?

All player profile information about users is available within the BPMC_ODK_PlayerProfileComponent. This is a morpheus replicated component, and available on every player's morpheus actor. However some information is only replicated on Foreground Actors, so information for non-authoritative players will only be available dependent on the relevancy of the non-auth player to the calling player.

Note: When retrieving data from the player profile, always make sure the IsPlayerProfileLoaded function has completed first, to ensure your data is relevant. You can also bind to the OnPlayerProfileLoaded event on the same component to be informed when a profile's data has been loaded.

Player name (foreground replicated)

A player's name is available via the GetPlayerName function on the component, and you can listen for updates via the OnPlayerNameUpdated event

Player profile url (foreground replicated)

A player's profile url is available via the GetProfilePictureUrl function on the component, and you can listen for updates via the OnProfilePictureUrlUpdated event.

Last updated