Skip to main content

Custom Session Attributes

You can create sessions with custom attributes, in this case we’re using a String, Int and Bool custom attributes with our session, you can use these attributes to filter your search results later or provide additional data for your session

TIP

This Example has a Video Tutorial that you can find here: Related Video

You can also update your custom attributes by calling “Update SteamCore Session“

Img1

Fetching Custom Attributes

You can get a sessions custrom attributes by looping through the SessionSettings array for the session, see the examples below

Bool

Integer

String

Updating Session Attributes

You can also update your custom attributes by calling “Update SteamCore Session“

Img2