Using .cpp and .h files in UE5

Blueprintable => Shows up in blueprint
BlueprintType => Shows up as a variable type

You can use the combination

UCLASS(Blueprintable ,BlueprintType)