You’re welcome,
In your header file for the USkillTreeComp - just replace the class that it is subclassed to with USceneComponent - it’s probably something like UActorComponent or UComponent:
so it will look something like:
UCLASS(blah)
class USkillTreeComp : public UScene Component
{
GENERATED_BODY
…