Unreal Engine 4 (UE4) How to cause an event in a blueprint to act on the player character so the character properties can be accessed and modified using an overlap event and Cast to player character
Share
Right click on the graph to get a context menu and type cast to get a short list and select Cast to player character. This will return if a character overlaps this event.