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.
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.