Hello guys, I’m trying to achieve an outline effect on an actor and i found out how to do this in blueprint, but i’m stuck trying to do it in c++.
I want to achieve this in c++ :
First off, I recommend doing the bulk of your work in Blueprints for quicker iteration. The trade-off to use cpp instead of bp is not good if you aren’t already good with cpp, and are still learning the engine.
That said, here is how you write those screenshots in cpp.