Changing enum to string

UE_LOG(LogBlueprint, VeryVerbose, TEXT(“Your Enum: %s”), *UEnum::GetValueAsString(EStaminaStatus::ESS_Normal));

UEnum has several methods to get the direct string or the meta, translation etc.

2 Likes