How to get an Blueprint-made Actor Component in C++

My team mate made a blueprint ActorComponent in Blueprints. Now, im trying to get a reference to it’s instance in the actor component. Im not sure where to find it’s C++ class equivalent.

Use these as properties

  • TSubClassof for hard reference
  • TSoftClassPtr for soft reference