Why the components repeat text in parenthesis in blueprints if I’m following the lesson and copy the same code:
In blueprint
CapsuleComp(Capsule Collider)(inherit)
->BaseMesh(Base Mesh)(inherit)
In c++
CapsuleComp = CreateDefaultSuboject(TEXT(“Capsule Collider”));
BaseMesh = CreateDefaultSuboject(TEXT(“Base Mesh”));