How do i make custom variables

Yes, it’s possible with struct variables. Read the link.

In Java you probably learned about classes; translated to ue4, that would mean creating a blueprint with some variables and then spawing/accessing the values. That is not how it should be done in ue4, use structs instead :slight_smile: