I want to make my own movement system for a simple flying game. I assume using set actor location is the way I would go around moving the actor however I can’t seem to have a collision when doing this. I want this to work similar the the character movement component but I do not want to use the movement component. Is this possible to create my own movement system with collision?