Second Component

If we add a new Component for 2nd Static Mash object:
+Add Component -> Position Report like this
why this new component is not appear in Visual Studio’s folder?
why for this new component is not created header and cpp files?

Hi, that’s because the same code is used. You can look at it like this: every time you add new component to any object(a chair or a rock or a door or whatever) a new instance of the UPositionReport class is created (using the same code). There is no need to store the same code in VS again and again.

thank you

Privacy & Terms