Unfortunately neither of those worked. For some more context the UPROPERTY’s are in the protected section which I believe is fine. Also the UCLASS I have is:
UCLASS(ClassGroup = (Custom), BlueprintType, Blueprintable, meta = (BlueprintSpawnableComponent))
This is very frustrating…