umm Henrik Engqvist - Summit

About

Summit is a single player adventure game with a slight hint of action. In Summit you play as Riq after a crashlanding on top of the tower. Your objective is to get to the top and fly back home. And on the way throught the treacherous tower will Riq meet either his doom or salvation.





ItemPickup

This is a small snippet of how picking up interactable objects was handled in game. This makes that the player character only can pickup up items that is inside a sphere placed on the around the character. Functionality was later added with Blueprint scripting.






Character

This is a small snippet of of character assoicated code that handles the checking for interactables. This function 'scans' an area of 500 of objects that is interactable, If it finds an object that can be interacted with, the player will then be available to pickup said object.