I have multiple vehicles that have a speed variable, I would like to make a “vehicle” class where I may access the speed variable without necessarily knowing which vehicle it is. It sounds like this is doable through inheritance, but I am having trouble finding resources for this. Thanks for any help.
Believe you can just right click on the class bp in your toolbox and there’s an option for make child class
Create the blueprint normally and add the variable you want and make it public, that will be the class, make the new vehicle, click the settings button and “show inherited variables”.
Hey @tolacipeetahi,
To add on a bit more, you need to right-click your parent blueprint and then select “Create Child Blueprint Class”.
Let me know if the above works for you.
I did it a different method, but I like this more. Thanks for contributing for people coming in the future
Hey @tolacipeetahi!
That’s great! Would you mind sharing the solution you had so that anyone else with the same question can see your solution? Or, if the above worked better, you can hit that check mark and mark the solution so that people will know what answered your question!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.