Player Interactions

Note that the tools demonstrated in this page are accessible from MSquared v21

Experimental - Customers are encouraged to test and use this feature in their experiences, but it may still require some additional support

In order to use the player interactions, the following live config settings will need to be enabled: - Interaction.UseNewInteractionSystem - Interaction.EnableP2PInteractions

With the appropriate live config settings, BP_M2_PlayerCharacterBase will create a BP_P2PInteractableComponent and subscribe to its OnButtonOptionRequested event in UpdateP2PInteractable.

To process option selection on your character, override the OnP2PButtonOptionRequested event; making sure to call the parent event.

Last updated