Declare multiple class members in-line with UPROPERTY?

Hey guys,

Is there any way to declare multiple class member variables on a single line with a shared UPROPERTY tag?

For example:

UPROPERTY(BlueprintReadOnly, EditAnywhere, category = "default")
int32 health, speed, energy;

Many thanks!

no, don’t do this.