Gameplay How To's in C++

Hi, im looking for c++ tutorials for common gameplay scenarious.

section “Gameplay How To’s” here: https://docs.unrealengine.com/latest/INT/Gameplay/index.html

says: “… ; these pages provide example setups for you in both Blueprints and C++”, but i cannot find single example for C++, they are blueprints only. Am i missing something? Thx for help.

Hey,

for example here:

https://docs.unrealengine.com/latest/INT/Programming/index.html

(: Google is your friend.

im looking for pages, which are refered exactly from this site: https://docs.unrealengine.com/latest/INT/Gameplay/index.html exactly from this section: Gameplay How To’s :wink:

Please don’t be rude to someone who tries to help you. There are many users, who don’t use google at all.

I can’t find any C++ Tutorials in this section. I guess the site was meant to contain both, Blueprints and C++ solutions, but the C++ solutions never came up.

That’s why i posted you the 4 links to tutorials and introduction. Nearly all Game Play How To Blueprints section are covert with the First Person Shooter example and if you run into a point which isn’t covered you are free to ask again (:.

i did find a lot of c++ references too, but was interrested where are c++ examples from this section. Like u said, they propably never came up :slight_smile:
I will use other c++ tutorials then. Thx for help :slight_smile: