Page cover image

๐Ÿ”ปPersona State Change

Like what you're seeing?

Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!

Introduction

Called whenever a friend's status changed.

Steam Id

The ID of the user whose data changed

Change Flags

Indicates what changed, this in raw Steam API is a bitwise flag however limitations of Unreal Blueprint exposed enums limit this functionality to a single value.

Nodes

The event its self is created when you Bind event
An exampel comparing the Change Flags value of the event

Last updated